From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/49536 Path: main.gmane.org!not-for-mail From: Kevin Greiner Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus-summary-catchup-and-exit misses some articles Date: Thu, 23 Jan 2003 11:46:36 -0600 Sender: owner-ding@hpc.uh.edu Message-ID: References: <87d6moaule.fsf@cenderis.demon.co.uk> <87znprbyfm.fsf@cenderis.demon.co.uk> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1043344008 10957 80.91.224.249 (23 Jan 2003 17:46:48 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 23 Jan 2003 17:46:48 +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 18blQQ-0002nG-00 for ; Thu, 23 Jan 2003 18:46:02 +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 18blRH-0000Zx-00; Thu, 23 Jan 2003 11:46:55 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 23 Jan 2003 11:47:52 -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 LAA02258 for ; Thu, 23 Jan 2003 11:47:40 -0600 (CST) Original-Received: (qmail 32619 invoked by alias); 23 Jan 2003 17:46:38 -0000 Original-Received: (qmail 32614 invoked from network); 23 Jan 2003 17:46:38 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by 66.230.238.6 with SMTP; 23 Jan 2003 17:46:38 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 18blRo-0001KO-00 for ; Thu, 23 Jan 2003 18:47:28 +0100 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 27 Original-NNTP-Posting-Host: h-66-134-21-50.hstqtx02.covad.net Original-X-Trace: quimby.gnus.org 1043344048 5098 66.134.21.50 (23 Jan 2003 17:47:28 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 23 Jan 2003 17:47:28 GMT User-Agent: Gnus/5.090014 (Oort Gnus v0.14) Emacs/21.2 (i386-msvc-nt5.1.2600) Cancel-Lock: sha1:BH0UDKpMrueAZuWwJ/Q1XRrcE1M= Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:49536 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:49536 Bruce Stephens writes: > Kevin Greiner writes: > > [...] > >> Well, both depend upon gnus-summary-first-subject so that could >> explain why both fail at the same time. I did make changes to >> gnus-summary-first-subject so it was probably my doing. >> >> If 'c y' didn't catch up every article, I would expect that >> gnus-summary-first-subject and/or gnus-summary-find-next are skipping >> some articles. Can you help debug what went wrong? >> >> If you open the group after doing 'c y', do you see any unread >> articles? > > Yes. I can even be more specific: the number of unread articles above > the pointer (when I first enter the group) is the same as the number > of reported unread articles after I do "c y". So it does indeed > suggest that gnus-summary-first-subject is broken. I'll try to debug > it later, if you don't quickly see what's wrong. > > [...] Fixed and checked-in. Kevin