From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/50038 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 14:54:36 -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> <84vfzqpquk.fsf@lucy.is.informatik.uni-duisburg.de> <84wuk661dc.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 1044996842 2095 80.91.224.249 (11 Feb 2003 20:54:02 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 11 Feb 2003 20:54:02 +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 18ihPk-0000XB-00 for ; Tue, 11 Feb 2003 21:54:00 +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 18ihQj-0007hb-00; Tue, 11 Feb 2003 14:55:01 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 11 Feb 2003 14:55:58 -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 OAA03050 for ; Tue, 11 Feb 2003 14:55:45 -0600 (CST) Original-Received: (qmail 36418 invoked by alias); 11 Feb 2003 20:54:43 -0000 Original-Received: (qmail 36413 invoked from network); 11 Feb 2003 20:54:43 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by 66.230.238.6 with SMTP; 11 Feb 2003 20:54:43 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 18ihZv-0006dM-00 for ; Tue, 11 Feb 2003 22:04:31 +0100 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 31 Original-NNTP-Posting-Host: h-66-134-21-50.hstqtx02.covad.net Original-X-Trace: quimby.gnus.org 1044997471 25350 66.134.21.50 (11 Feb 2003 21:04:31 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 11 Feb 2003 21:04:31 GMT User-Agent: Gnus/5.090016 (Oort Gnus v0.16) Emacs/21.2 Cancel-Lock: sha1:rI9iYG0dvZSBwUUMzpUNmwcrZQo= Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:50038 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:50038 kai.grossjohann@uni-duisburg.de (Kai Großjohann) writes: > Kevin Greiner writes: > >> kai.grossjohann@uni-duisburg.de (Kai Großjohann) writes: >> >>> Kevin Greiner writes: >>> >>>> What do you have gnus-agent-mark-unread-after-downloaded set to? >>> >>> nil >> >> Interesting. Niklas also has it set to nil. Try setting it to t. >> I'll try setting mine to nil to perform the opposite test. > > I'm looking at gnus.ding, I set it to t, hit M-g, saw the same > article marks as before. But probably I'll have to set it to t for > longer? (I'm reluctant to do that since I don't want articles to > become marked as unread all around the place.) > It's FIXED!!! As it turns out, gnus-summary-update-mark updates the current line rather than the current article. :( Why do programs insist on working the way they were programmed rather than how we expect them to work? Check out the latest copy of gnus-agent then let me know how it turns out. Kevin