From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/50502 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 09:03:31 -0600 Sender: owner-ding@hpc.uh.edu Message-ID: References: <86d6l8seif.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 1046703884 4563 80.91.224.249 (3 Mar 2003 15:04:44 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 3 Mar 2003 15:04:44 +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 18prUD-00019o-00 for ; Mon, 03 Mar 2003 16:04:13 +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 18prU5-0006MX-00; Mon, 03 Mar 2003 09:04:05 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 03 Mar 2003 09:05:05 -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 JAA27360 for ; Mon, 3 Mar 2003 09:04:54 -0600 (CST) Original-Received: (qmail 94726 invoked by alias); 3 Mar 2003 15:03:49 -0000 Original-Received: (qmail 94721 invoked from network); 3 Mar 2003 15:03:48 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by 66.230.238.6 with SMTP; 3 Mar 2003 15:03:48 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 18prmH-0004od-00 for ; Mon, 03 Mar 2003 16:22:53 +0100 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 36 Original-NNTP-Posting-Host: h-66-134-21-50.hstqtx02.covad.net Original-X-Trace: quimby.gnus.org 1046704973 18163 66.134.21.50 (3 Mar 2003 15:22:53 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 3 Mar 2003 15:22:53 GMT User-Agent: Gnus/5.090016 (Oort Gnus v0.16) Emacs/21.2 (windows-nt) Cancel-Lock: sha1:BQY5NQajujQDrnwoMt/+k+KlYfc= Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:50502 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:50502 Robert Epprecht writes: > CVS Gnus from a few minutes ago: > > I start Gnus with > emacs -f gnus > > I have the following line in my .gnus.el > (setq gnus-plugged nil) > and the Agent did this like I wanted since a long time, but now something > has changed: While the Agent still seems to be unplugged (i.e. can't fetch > articles) the Mode line of the Summary buffer pretends the contrary: Robert, Just as a test, try replacing (setq gnus-plugged nil) with (gnus-agent-toggle-plugged nil). > > Just after starting: > -:---F1 Gnus: *Group* {nntp:news.cis.dfn.de} (Group Topic Plugged)--L2- > C-h v gnus-plugged says: gnus-plugged's value is nil > > I do 'J j' and see: > -:---F1 Gnus: *Group* {nntp:news.cis.dfn.de} (Group Topic Plugged)--L1- > C-h v gnus-plugged: gnus-plugged's value is t > > I do another 'J j': > -:---F1 Gnus: *Group* {nntp:news.cis.dfn.de} (Group Topic Unplugged)--L1 > C-h v gnus-plugged: gnus-plugged's value is nil > > Strange... > BTW What's the L2/L1 thing at the end of the line? Line number? Kevin