From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/49523 Path: main.gmane.org!not-for-mail From: Kevin Greiner Newsgroups: gmane.emacs.gnus.general Subject: Re: Gnus lies about downloaded state Date: Thu, 23 Jan 2003 07:16:00 -0600 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> <844r867ekk.fsf@lucy.is.informatik.uni-duisburg.de> <84fzrk9mkr.fsf@lucy.is.informatik.uni-duisburg.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1043327752 29157 80.91.224.249 (23 Jan 2003 13:15:52 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 23 Jan 2003 13:15:52 +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 18bhCw-0007a3-00 for ; Thu, 23 Jan 2003 14:15:50 +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 18bhDi-0006cb-00; Thu, 23 Jan 2003 07:16:38 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 23 Jan 2003 07:17:35 -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 HAA01637 for ; Thu, 23 Jan 2003 07:17:18 -0600 (CST) Original-Received: (qmail 21065 invoked by alias); 23 Jan 2003 13:16:17 -0000 Original-Received: (qmail 21060 invoked from network); 23 Jan 2003 13:16:17 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by 66.230.238.6 with SMTP; 23 Jan 2003 13:16:17 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 18bhE6-00075Z-00 for ; Thu, 23 Jan 2003 14:17:02 +0100 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 33 Original-NNTP-Posting-Host: 216.12.206.218 Original-X-Trace: quimby.gnus.org 1043327822 27252 216.12.206.218 (23 Jan 2003 13:17:02 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 23 Jan 2003 13:17:02 GMT User-Agent: Gnus/5.090014 (Oort Gnus v0.14) Emacs/21.2 (i386-msvc-nt5.1.2600) Cancel-Lock: sha1:KztTcyhhM90lGnJVDxjYE9U4KAo= Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:49523 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:49523 kai.grossjohann@uni-duisburg.de (Kai Großjohann) writes: > Kevin Greiner writes: > >> We've been on this thread for a week now. Can you summarize the >> error that you are currently seeing? We've had so many posts that >> I'm not certain that I understand the current situation. > > Same here :-) I just know what I'm seeing. > > Again: > > Let A be a ticked (and thus, cached) article. Let B be an unread > article (that I have read before but then hit M-u on it). Let C be > an unseen article (displayed with `.'). Let these be the only > articles that are shown after RET on the group. > > A is shown in gnus-summary-high-undownloaded-face, and the %O marker > is -. > B is shown in gnus-summary-normal-undownloaded-face, and the %O > marker is -. > C is shown in gnus-summary-normal-unread-face, and the %O marker is +. > > I'm not sure whether the %O marker for A is correct or not: OT1H, it > *should* be downloaded, but OTOH, it's also cached. For article A, this is correct (if ugly) behavior. The agent and cache are two distinct services so an article can be cached yet undownloaded :(. As for the rest, I'll keep looking. Kevin