From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/48151 Path: main.gmane.org!not-for-mail From: David S Goldberg Newsgroups: gmane.emacs.gnus.general Subject: gnus-agent-fetch-selected-article Date: Wed, 11 Dec 2002 11:52:16 -0500 Organization: I Yam What I Yam Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1039626155 3708 80.91.224.249 (11 Dec 2002 17:02:35 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 11 Dec 2002 17:02:35 +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 18MAFm-0000xZ-00 for ; Wed, 11 Dec 2002 18:02:34 +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 18MADx-00056W-00; Wed, 11 Dec 2002 11:00:41 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 11 Dec 2002 11:01:30 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@[209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id LAA04518 for ; Wed, 11 Dec 2002 11:01:16 -0600 (CST) Original-Received: (qmail 21868 invoked by alias); 11 Dec 2002 17:00:03 -0000 Original-Received: (qmail 21862 invoked from network); 11 Dec 2002 17:00:03 -0000 Original-Received: from smtpproxy2.mitre.org (192.80.55.70) by gnus.org with SMTP; 11 Dec 2002 17:00:03 -0000 Original-Received: from avsrv1.mitre.org (avsrv1.mitre.org [129.83.20.58]) by smtpproxy2.mitre.org (8.11.3/8.11.3) with ESMTP id gBBGxxV06826 for ; Wed, 11 Dec 2002 12:00:01 -0500 (EST) Original-Received: from MAILHUB1 (mailhub1.mitre.org [129.83.20.31]) by smtpsrv1.mitre.org (8.11.3/8.11.3) with ESMTP id gBBGqLi01323 for ; Wed, 11 Dec 2002 11:52:21 -0500 (EST) Original-Received: from blackbird-2k.mitre.org (129.83.3.13) by mailhub1.mitre.org with SMTP id 434477; Wed, 11 Dec 2002 11:52:18 -0500 Original-To: The Gnus Mailing List X-Face: GUaHTH@nS>[7,ME@-gYZ4#Wl{z"99k@[[Y8AcP0x1paqu.,z9,XSV1WI>{q3f6^e5(zrit <4fV&VHhmE`uidRqtmG27;si9&r;#KSF~E#$%W8w(xdp)H4tW=\2XOk~3=@oGqqpj;m4xf Ow;y26396&,34@9#~4;@*S;E0cq"LM9N(us4P%F(Nxis'Vvfm9?KufH;:Q$dMa-QWGLR&K d0`LJZE8xb*>^yN>b]_NcU:E=Zn\1=#/(OS2 User-Agent: Gnus/5.090008 (Oort Gnus v0.08) XEmacs/21.4 (Informed Management (Windows [3]), i686-pc-cygwin) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:48151 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:48151 A while back Kai (I'm pretty sure) implemented the subject function which can be added to gnus-select-article-hook so that all messages are downloaded into the agent as they are read. I really like this functionality. However, after doing a CVS update this morning, it's not working. I edebugged it and it looks like for some reason (gnus-agent-method-p gnus-command-method) is returning nil. Digging further I see that gnus-agent-method-p checks the variable gnus-agent-covered-methods which is nil. In the admittedly short time I've looked at it, I can't figure out where that variable is supposed to get populated to determine why it's not. Any ideas? Thanks, -- Dave Goldberg david.goldberg6@verizon.net