From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/50258 Path: main.gmane.org!not-for-mail From: Kevin Greiner Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus-agent showing wrong data: some investigations Date: Sat, 22 Feb 2003 09:02:28 -0600 Sender: owner-ding@hpc.uh.edu Message-ID: References: <84el60bhuv.fsf@lucy.is.informatik.uni-duisburg.de> <84k7fspi29.fsf@lucy.is.informatik.uni-duisburg.de> <84heawphyn.fsf@lucy.is.informatik.uni-duisburg.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1045926212 23248 80.91.224.249 (22 Feb 2003 15:03:32 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 22 Feb 2003 15:03:32 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18mbBb-00062p-00 for ; Sat, 22 Feb 2003 16:03:31 +0100 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 18mbAu-0008Fu-00; Sat, 22 Feb 2003 09:02:48 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 22 Feb 2003 09:03:47 -0600 (CST) Original-Received: from sclp3.sclp.com (sclp3.sclp.com [66.230.238.2]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id JAA29384 for ; Sat, 22 Feb 2003 09:03:35 -0600 (CST) Original-Received: (qmail 95748 invoked by alias); 22 Feb 2003 15:02:32 -0000 Original-Received: (qmail 95743 invoked from network); 22 Feb 2003 15:02:31 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by 66.230.238.6 with SMTP; 22 Feb 2003 15:02:31 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 18mbP0-0002re-00 for ; Sat, 22 Feb 2003 16:17:22 +0100 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 25 Original-NNTP-Posting-Host: 216.12.206.252 Original-X-Trace: quimby.gnus.org 1045927042 11013 216.12.206.252 (22 Feb 2003 15:17:22 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 22 Feb 2003 15:17:22 GMT User-Agent: Gnus/5.090016 (Oort Gnus v0.16) Emacs/21.2 Cancel-Lock: sha1:0bPDQaiHBL4lVadinahnESUbK9Y= Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:50258 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:50258 kai.grossjohann@uni-duisburg.de (Kai Großjohann) writes: > kai.grossjohann@uni-duisburg.de (Kai Großjohann) writes: > >> kai.grossjohann@uni-duisburg.de (Kai Großjohann) writes: >> >>> I *think* that this means that gnus-agent-get-undownloaded-list has a >>> bug. But I'm not sure. What do you think about the above evidence? >> >> It turns out that gnus-newsgroup-headers is not sorted when >> gnus-agent-get-undownloaded-list is called: the first entry is for >> 46120 (which is larger than 46119), and after that come the lower >> entries. >> >> What can I do to prevent gnus-newsgroup-headers from being unsorted? > > I've now changed gnus-agent-get-undownloaded-list to sort > gnus-newsgroup-headers, and now it works! Fabulous news. I've added a sort to my copy. I should have it checked-in this weekend unless you beat me to it. Kevin