From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/49316 Path: main.gmane.org!not-for-mail From: Danny Siu Newsgroups: gmane.emacs.gnus.general Subject: Re: Gnus lies about downloaded state Date: Thu, 16 Jan 2003 15:08:52 -0800 Organization: Adobe Systems Incorporated Sender: owner-ding@hpc.uh.edu Message-ID: References: <844r8biqtg.fsf@lucy.is.informatik.uni-duisburg.de> <84k7h6h50w.fsf@lucy.is.informatik.uni-duisburg.de> <84ptqyv1lb.fsf@lucy.is.informatik.uni-duisburg.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1042758660 923 80.91.224.249 (16 Jan 2003 23:11:00 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 16 Jan 2003 23:11:00 +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 18ZJA0-0000Ef-00 for ; Fri, 17 Jan 2003 00:10:56 +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 18ZJAX-0001mx-00; Thu, 16 Jan 2003 17:11:29 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 16 Jan 2003 17:12:25 -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 RAA14450 for ; Thu, 16 Jan 2003 17:12:10 -0600 (CST) Original-Received: (qmail 70632 invoked by alias); 16 Jan 2003 23:11:08 -0000 Original-Received: (qmail 70623 invoked from network); 16 Jan 2003 23:11:08 -0000 Original-Received: from smtp-relay-3.adobe.com (HELO smtp-relay-3.sea.adobe.com) (192.150.22.10) by 66.230.238.6 with SMTP; 16 Jan 2003 23:11:08 -0000 Original-Received: from inner-relay-3.corp.adobe.com (inner-relay-3 [153.32.251.51]) by smtp-relay-3.sea.adobe.com (8.12.3/8.12.3) with ESMTP id h0GNABOT022273 for ; Thu, 16 Jan 2003 15:10:17 -0800 (PST) Original-Received: from mailsj-v1.corp.adobe.com (mailsj-dev.corp.adobe.com [153.32.1.192]) by inner-relay-3.corp.adobe.com (8.12.3/8.12.3) with ESMTP id h0GNA9tX010989 for ; Thu, 16 Jan 2003 15:10:11 -0800 (PST) Original-Received: from GIGI.corp.adobe.com ([153.32.155.49]) by mailsj-v1.corp.adobe.com (Netscape Messaging Server 4.15 v1 Jul 11 2001 16:32:57) with ESMTP id H8TXOX00.C3G for ; Thu, 16 Jan 2003 15:10:09 -0800 Original-To: ding@gnus.org X-Mailer: Oort Gnus v0.13 X-Location: Hong Kong X-Face: fHBvLrQQW(GRz#RNTAN(,')p8NGv}{6dMh\:?%*D\+8hgkiA_dub1@\,Y"r5'a8C(8e~cGG(WFTU\OlAqI[B?V7m'ZGkquvZ/d k~E"A"@WK;0mLF&\%W1kIC]O"z#/>YNUefE1%5/NUX;ml]@$nW;05Z9uZ/CqTz]A)+`1ROuF~||pG= k>Zi@hE- X-Emacs: 21.2.1 Mail-Followup-To: ding@gnus.org In-Reply-To: (Kevin Greiner's message of "Thu, 16 Jan 2003 16:31:30 -0600") User-Agent: Gnus/5.090013 (Oort Gnus v0.13) Emacs/21.2 (i386-msvc-nt5.0.2195) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:49316 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:49316 Kevin Greiner writes: Kevin> Your screen shot shows that articles 17663 though 17718 have a (-) Kevin> undownloaded flag AND are highlighted with the Kevin> gnus-summary-normal-undownloaded-face. Your format places the Kevin> download mark (+/-) AFTER the article number (the (+) before the Kevin> number is its score). Kevin> Please verify that these articles have been fetched into the agent Kevin> by excuting Kevin> M-: (assq 17663 gnus-agent-article-alist) (17663 . 731230) Kevin> If it returns (17663), everything is working fine. If it returns Kevin> (17663 . #) then I can't explain this. Well, I look into the .agentview file and found that 17663 lies (btw 17354 . 17720) in the list which starts with 731230 ( (731231 17721 . 17748) (nil 15 (39 . 90) (94 . 108) ...) (731230 (6 . 14) .... (17354 . 17720)) ) i don't know enough the rev 2 of .agentview format to understant what this means. also, the file 17663 is in the agent dir. does the .agentview seem ok? Kevin> As for debugging, I'd debug in gnus-summary-insert-line. Kevin> You should be able to trace though it's setting gnus-tmp-downloaded Kevin> to either 32 (no-mark), 43 (undownloaded), or 45 (downloaded). Kevin> I do have a patch for gnus-sum. You should be able to use Kevin> gnus-agent-fetch-selected-article after installing it. Thanks! -- Danny Siu