From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/50023 Path: main.gmane.org!not-for-mail From: Kevin Greiner Newsgroups: gmane.emacs.gnus.general Subject: Re: Strange auto-caching Date: Tue, 11 Feb 2003 12:19:53 -0600 Sender: owner-ding@hpc.uh.edu Message-ID: References: <84hebdjx6q.fsf@lucy.is.informatik.uni-duisburg.de> <84adh2ojww.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 1044987619 10281 80.91.224.249 (11 Feb 2003 18:20:19 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 11 Feb 2003 18:20:19 +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 18iezw-0002au-00 for ; Tue, 11 Feb 2003 19:19:12 +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 18if19-0005tR-00; Tue, 11 Feb 2003 12:20:27 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 11 Feb 2003 12:21: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 MAA02541 for ; Tue, 11 Feb 2003 12:21:11 -0600 (CST) Original-Received: (qmail 28375 invoked by alias); 11 Feb 2003 18:20:00 -0000 Original-Received: (qmail 28370 invoked from network); 11 Feb 2003 18:20:00 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by 66.230.238.6 with SMTP; 11 Feb 2003 18:20:00 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 18ifA9-00050d-00 for ; Tue, 11 Feb 2003 19:29:45 +0100 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 49 Original-NNTP-Posting-Host: h-66-134-21-50.hstqtx02.covad.net Original-X-Trace: quimby.gnus.org 1044988185 19238 66.134.21.50 (11 Feb 2003 18:29:45 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 11 Feb 2003 18:29:45 GMT User-Agent: Gnus/5.090016 (Oort Gnus v0.16) Emacs/21.2 Cancel-Lock: sha1:7qaDqDQ2exzglaUULGCyYbcbyxk= Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:50023 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:50023 kai.grossjohann@uni-duisburg.de (Kai Großjohann) writes: > Kevin Greiner writes: > >> From what you are describing gnus-agent-fetch-selected-article updates >> the internals correctly. The problem has to be in its call to >> gnus-summary-update-article-line. I've already found, and I thought, >> fixed a problem in this call. There must be something else going >> wrong. Can you step through it to see what is happening? What >> happened before was that g-s-u-a-l jumped to, and updated, the wrong >> line in the summary. > > My problem has nothing to do with gnus-summary-update-article-line. I > think... I just did M-x edebug-defun RET on it, then entered a group > and got this result (slightly massaged because of UTF-8 characters in > thread trees): > > - Thu 16.01., 19k: Robert J. Chass | Re: errors in Tramp FTP, yet file fetched > - +Sat 18.01.,3.7k: Kai Großjohann | Todo: Forbidden word "path" > - Sun 19.01.,2.5k: Michael Albinus | \- > +Q Jan 01 '70,0.0k: | Re: Preserve permissions after backup? > - Mon 27.01.,2.3k: Eli Zaretskii | \- > - Mon 27.01.,2.0k: Richard Stallma | \- > + Tue 28.01.,2.3k: Michael Albinus | Re: tramp (2.0.28); ange-ftp stopped working > + Tue 28.01.,3.0k: Michael Albinus | Re: Todo > > %O is the first char in each line. > > The function gnus-summary-update-article-line was not called. > > I verified that the `-' marked articles were also fetched by exiting > the group, going unplugged, reentering the group, selecting Eli's or > Richard's article. > > Something else is also wrong in that `.' does not jump to `-' marked > articles, only to `+' marked ones. Maybe > gnus-summary-first-unread-article and %O are accessing the same, > wrong, data structure? > > Is there another function that I could trace through? > > Is anyone else seeing similar problems? > -- > A turnip curses Elvis What do you have gnus-agent-mark-unread-after-downloaded set to? Kevin