From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/50542 Path: main.gmane.org!not-for-mail From: Kevin Greiner Newsgroups: gmane.emacs.gnus.general Subject: Re: Plugged or not? Date: Mon, 03 Mar 2003 19:25:50 -0600 Sender: owner-ding@hpc.uh.edu Message-ID: References: <86d6l8seif.fsf@i3d.home> <86bs0sa1n9.fsf@i3d.home> <8665r0wfc1.fsf@i3d.home> <86y93we2pt.fsf@i3d.home> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1046741197 19900 80.91.224.249 (4 Mar 2003 01:26:37 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 4 Mar 2003 01:26:37 +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 18q1CV-0005Ao-00 for ; Tue, 04 Mar 2003 02:26:35 +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 18q1CK-0004EU-00; Mon, 03 Mar 2003 19:26:24 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 03 Mar 2003 19:27:22 -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 TAA29364 for ; Mon, 3 Mar 2003 19:27:10 -0600 (CST) Original-Received: (qmail 22706 invoked by alias); 4 Mar 2003 01:26:07 -0000 Original-Received: (qmail 22700 invoked from network); 4 Mar 2003 01:26:07 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by 66.230.238.6 with SMTP; 4 Mar 2003 01:26:07 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 18q1Ui-0002XX-00 for ; Tue, 04 Mar 2003 02:45:24 +0100 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 28 Original-NNTP-Posting-Host: 198.64.160.160 Original-X-Trace: quimby.gnus.org 1046742324 9766 198.64.160.160 (4 Mar 2003 01:45:24 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 4 Mar 2003 01:45:24 GMT User-Agent: Gnus/5.090016 (Oort Gnus v0.16) Emacs/21.2 (windows-nt) Cancel-Lock: sha1:+rVZXhLnPo8NehLcBx5tBQ7A5Ds= Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:50542 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:50542 Robert Epprecht writes: > Kevin Greiner writes: > >> Robert Epprecht writes: > >>> What about (setq gnus-plugged nil) ? >> >> I'll have to fix the code to support initializing it to nil. >> >> FYI, the problem that was fixed as that the code >> (gnus-agent-toggle-plugged nil) >> (gnus-agent-toggle-plugged nil) >> would run the unplug logic twice. Now, the second call is ignored. >> >> The problem now is that initializing gnus-plugged to nil results in >> the unplug logic never being executed. So, two steps forward, one >> step back. > > I for myself would not mind changing my method of having the Agent start > unplugged, but I might not be the only one trying it the way I did. > I probably read it somewhere in the manual, or was told to do so on this > list or in usenet, ages ago... This problem should now be fixed in revision 6.151 of gnus-agent.el. Kevin