From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/47184 Path: main.gmane.org!not-for-mail From: Danny Siu Newsgroups: gmane.emacs.gnus.general Subject: Re: Tell the Agent to download all articles as they are read Date: Tue, 15 Oct 2002 14:14:53 +0800 Organization: Adobe Systems Incorporated Sender: owner-ding@hpc.uh.edu Message-ID: References: <87vg4jvcf6.fsf@crybaby.cs.uni-dortmund.de> <87ptukn7jx.fsf@crybaby.cs.uni-dortmund.de> <87fzv9tdy6.fsf@crybaby.cs.uni-dortmund.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1034662613 25796 80.91.224.249 (15 Oct 2002 06:16:53 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 15 Oct 2002 06:16:53 +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 181L0e-0006hv-00 for ; Tue, 15 Oct 2002 08:16:52 +0200 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 181Kzv-0003Nn-00; Tue, 15 Oct 2002 01:16:08 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 15 Oct 2002 01:16:50 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id BAA01000 for ; Tue, 15 Oct 2002 01:16:36 -0500 (CDT) Original-Received: (qmail 16779 invoked by alias); 15 Oct 2002 06:15:48 -0000 Original-Received: (qmail 16774 invoked from network); 15 Oct 2002 06:15:48 -0000 Original-Received: from smtp-relay-1.adobe.com (192.150.11.1) by gnus.org with SMTP; 15 Oct 2002 06:15:48 -0000 Original-Received: from inner-relay-1.corp.adobe.com (inner-relay-1 [153.32.1.51]) by smtp-relay-1.adobe.com (8.12.3/8.12.3) with ESMTP id g9F6HuSH024990 for ; Mon, 14 Oct 2002 23:17:56 -0700 (PDT) Original-Received: from mailsj-v1.corp.adobe.com (mailsj-dev.corp.adobe.com [153.32.1.192]) by inner-relay-1.corp.adobe.com (8.12.3/8.12.3) with ESMTP id g9F6Fuwd027295 for ; Mon, 14 Oct 2002 23:15:56 -0700 (PDT) Original-Received: from GIGI.corp.adobe.com ([130.248.43.44]) by mailsj-v1.corp.adobe.com (Netscape Messaging Server 4.15 v1 Jul 11 2001 16:32:57) with ESMTP id H40EPE00.P33 for ; Mon, 14 Oct 2002 23:15:15 -0700 Original-To: ding@gnus.org X-Mailer: Oort Gnus v0.08 X-Location: San Jose, CA 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: <87fzv9tdy6.fsf@crybaby.cs.uni-dortmund.de> (Kai.Grossjohann@CS.Uni-Dortmund.DE's message of "Mon, 14 Oct 2002 14:14:25 +0200") User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-msvc-nt5.0.2195) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:47184 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:47184 i edebuged into defun gnus-agent-fetch-selected-article and found gnus-plugged is true and (gnus-agent-history-buffer) returns a killed buffer. strange.=20=20 when exactly does gnus-agent-open-history get called? (defun gnus-agent-fetch-selected-article () "Fetch the current article as it is selected. This can be added to `gnus-select-article-hook' or `gnus-mark-article-hook'." (let ((gnus-command-method gnus-current-select-method)) (when (and gnus-plugged (gnus-agent-method-p gnus-command-method)) (let ((gnus-agent-current-history (gnus-agent-history-buffer))) (gnus-agent-fetch-articles gnus-newsgroup-name (list gnus-current-article)))))) Kai Gro=DFjohann writes: Kai> Danny Siu writes: >> hmm. the problem is still happening with the lastest (Oct 14 2002 >> 02:15am PST) fetch CVS. Kai> Strange! Could you edebug-defun on gnus-agent-fetch-selected-article Kai> and then step through it to see what happens? You'll see the unless Kai> statement which is supposed to take care of opening the history if Kai> necessary. Maybe I chose the wrong condition? Kai> kai -- ~/.signature is: umop ap!sdn (Frank Nobis) --=20 Danny Siu