From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/48813 Path: main.gmane.org!not-for-mail From: David S Goldberg Newsgroups: gmane.emacs.gnus.general Subject: agent-fetching messing with the "first" unread article Date: Mon, 06 Jan 2003 10:44:48 -0500 Organization: I Yam What I Yam Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1041872336 15401 80.91.224.249 (6 Jan 2003 16:58:56 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 6 Jan 2003 16:58:56 +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 18VaaS-0003zt-00 for ; Mon, 06 Jan 2003 17:58:53 +0100 Original-Received: from sina.hpc.uh.edu ([129.7.128.10]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 18VaaE-0002u6-00; Mon, 06 Jan 2003 10:58:39 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 06 Jan 2003 10:59:27 -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 KAA07238 for ; Mon, 6 Jan 2003 10:58:59 -0600 (CST) Original-Received: (qmail 552 invoked by alias); 6 Jan 2003 16:34:57 -0000 Original-Received: (qmail 546 invoked from network); 6 Jan 2003 16:34:53 -0000 Original-Received: from smtpproxy2.mitre.org (192.80.55.70) by 66.230.238.6 with SMTP; 6 Jan 2003 16:34:53 -0000 Original-Received: from avsrv2.mitre.org (avsrv2.mitre.org [128.29.154.4]) by smtpproxy2.mitre.org (8.11.3/8.11.3) with ESMTP id h06FiuV02553 for ; Mon, 6 Jan 2003 10:44:56 -0500 (EST) Original-Received: from MAILHUB1 (mailhub1.mitre.org [129.83.20.31]) by smtpsrv1.mitre.org (8.11.3/8.11.3) with ESMTP id h06Fisi00692 for ; Mon, 6 Jan 2003 10:44:54 -0500 (EST) Original-Received: from blackbird-2k.mitre.org (129.83.3.24) by mailhub1.mitre.org with SMTP id 647097; Mon, 06 Jan 2003 10:44:49 -0500 Original-To: The Gnus Mailing List X-Face: GUaHTH@nS>[7,ME@-gYZ4#Wl{z"99k@[[Y8AcP0x1paqu.,z9,XSV1WI>{q3f6^e5(zrit <4fV&VHhmE`uidRqtmG27;si9&r;#KSF~E#$%W8w(xdp)H4tW=\2XOk~3=@oGqqpj;m4xf Ow;y26396&,34@9#~4;@*S;E0cq"LM9N(us4P%F(Nxis'Vvfm9?KufH;:Q$dMa-QWGLR&K d0`LJZE8xb*>^yN>b]_NcU:E=Zn\1=#/(OS2 User-Agent: Gnus/5.090011 (Oort Gnus v0.11) XEmacs/21.4 (Informed Management (Windows [3]), i686-pc-cygwin) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:48813 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:48813 Running a CVS update from Mon Jan 6 10:35:29 2003 EST Ever since the summary line update code was added to gnus-agent-fetch-selected-article, which I added to gnus-select-article-hook like so: (add-hook 'gnus-select-article-hook (lambda () (if (eq (car (gnus-find-method-for-group gnus-newsgroup-name)) 'nnimap) (gnus-agent-fetch-selected-article)))) I find that gnus-summary-first-unread-article no longer works as I expect. I enter a group and see a nice threaded display with the threads sorted more or less by date. I press `.' and get to the first new article in the first thread shown in the display (I fetch earlier articles so some old ones are showing too). I get a message about the article being fetched and the summary line is updated to indicate the article is now in the agent. In the summary, there is another unread article immediately below the one I am now reading. I press `.' again expecting to go to that article. Instead I am jumped to an article in a completely different thread. Removing the above hook fixes the problem for me. Thanks, -- Dave Goldberg david.goldberg6@verizon.net