From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/52640 Path: main.gmane.org!not-for-mail From: Kevin Greiner Newsgroups: gmane.emacs.gnus.general Subject: Re: unplugged seems not to work Date: Tue, 13 May 2003 14:53:12 -0500 Sender: ding-owner@lists.math.uh.edu Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1052855653 23233 80.91.224.249 (13 May 2003 19:54:13 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 13 May 2003 19:54:13 +0000 (UTC) Original-X-From: ding-owner+M1184@lists.math.uh.edu Tue May 13 21:54:09 2003 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 19Ffod-0005oG-00 for ; Tue, 13 May 2003 21:51:59 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19Ffq2-0003jE-00; Tue, 13 May 2003 14:53:26 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19Ffpy-0003j9-00 for ding@lists.math.uh.edu; Tue, 13 May 2003 14:53:22 -0500 Original-Received: (qmail 39594 invoked by alias); 13 May 2003 19:53:21 -0000 Original-Received: (qmail 39589 invoked from network); 13 May 2003 19:53:21 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by sclp3.sclp.com with SMTP; 13 May 2003 19:53:21 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 19FfvO-000845-00 for ; Tue, 13 May 2003 21:58:58 +0200 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 18 Original-NNTP-Posting-Host: h-66-134-21-51.hstqtx02.covad.net Original-X-Trace: quimby.gnus.org 1052855938 30950 66.134.21.51 (13 May 2003 19:58:58 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 13 May 2003 19:58:58 GMT User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (windows-nt) Cancel-Lock: sha1:Hne7V+WOfIl0+1KN9M25UdcO5L0= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:52640 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:52640 Uwe Brauer writes: > Kevin Greiner writes: > >> >> 1) You no longer need (setq gnus-agent t) as that is the default. 2) >> Check that your servers are agentized. Servers that are NOT >> agentized will ignore gnus-plugged status (i.e. They'll try to >> connect even when you call gnus-unplugged). > > Thanks, but how do I check this? In the group buffer, enter '^' to open the server buffer. If a server is agentized, you will see (agent) next to its name. If you want to agentize a server, position point on its name then enter 'J a'. A 'q' will close the buffer. Kevin