From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/49530 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 10:26:01 -0600 Sender: owner-ding@hpc.uh.edu Message-ID: 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 1043339136 16952 80.91.224.249 (23 Jan 2003 16:25:36 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 23 Jan 2003 16:25:36 +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 18bkAX-0004P8-00 for ; Thu, 23 Jan 2003 17:25:33 +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 18bkBP-00085m-00; Thu, 23 Jan 2003 10:26:27 -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:27:24 -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 KAA02054 for ; Thu, 23 Jan 2003 10:27:12 -0600 (CST) Original-Received: (qmail 29332 invoked by alias); 23 Jan 2003 16:26:11 -0000 Original-Received: (qmail 29327 invoked from network); 23 Jan 2003 16:26:10 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by 66.230.238.6 with SMTP; 23 Jan 2003 16:26:10 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 18bkBv-0000Vv-00 for ; Thu, 23 Jan 2003 17:26:59 +0100 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 37 Original-NNTP-Posting-Host: h-66-134-21-50.hstqtx02.covad.net Original-X-Trace: quimby.gnus.org 1043339219 1978 66.134.21.50 (23 Jan 2003 16:26:59 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 23 Jan 2003 16:26:59 GMT User-Agent: Gnus/5.090014 (Oort Gnus v0.14) Emacs/21.2 (i386-msvc-nt5.1.2600) Cancel-Lock: sha1:BmFEtAMBSLecpOmo/5NlTAhh08Q= Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:49530 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:49530 Bruce Stephens writes: > I'm guessing this is due to the recent changes to gnus-sum.el, but on > entry to a group, I don't seem to be put on the first unread article > (or not always, anyway---I'm not sure what the choice is, exactly), > and (again, sometimes), when I do "c y", to exit the group, in the > Group buffer it's clear that some articles haven't been marked as > read. 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? Also do you get a 'no ... articles' message? If point isn't on the first unread article, pls try debugging gnus-summary-first-subject. I'll try to duplicate it here but there's no guarantee that I'll be able to reproduce the problem. > But this shouldn't apply to me, because > I'm not using the agent, so this just seems like broken behaviour. Agreed. I did find a problem in gnus-summary-first-unseen-or-unread-subject but that's it so far. Kevin