From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/49534 Path: main.gmane.org!not-for-mail From: Bruce Stephens Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus-summary-catchup-and-exit misses some articles Date: Thu, 23 Jan 2003 16:53:01 +0000 Sender: owner-ding@hpc.uh.edu Message-ID: <87znprbyfm.fsf@cenderis.demon.co.uk> References: <87d6moaule.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 1043340806 25477 80.91.224.249 (23 Jan 2003 16:53:26 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 23 Jan 2003 16:53:26 +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 18bkai-0006Y1-00 for ; Thu, 23 Jan 2003 17:52:36 +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 18bkbR-00009K-00; Thu, 23 Jan 2003 10:53:21 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 23 Jan 2003 10:54:18 -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 KAA02147 for ; Thu, 23 Jan 2003 10:54:06 -0600 (CST) Original-Received: (qmail 30457 invoked by alias); 23 Jan 2003 16:53:04 -0000 Original-Received: (qmail 30452 invoked from network); 23 Jan 2003 16:53:04 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by 66.230.238.6 with SMTP; 23 Jan 2003 16:53:04 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 18bkbv-0000oR-00 for ; Thu, 23 Jan 2003 17:53:51 +0100 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 23 Original-NNTP-Posting-Host: cenderis.demon.co.uk Original-X-Trace: quimby.gnus.org 1043340831 2740 62.49.17.254 (23 Jan 2003 16:53:51 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 23 Jan 2003 16:53:51 GMT User-Agent: Gnus/5.090014 (Oort Gnus v0.14) Emacs/21.2 (i386-pc-linux-gnu) Cancel-Lock: sha1:U+0YNPOoFOlXeFIylRECvc8C+AY= Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:49534 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:49534 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. [...]