From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Giorgos Keramidas Newsgroups: gmane.emacs.devel,gmane.emacs.gnus.general Subject: Re: Gnus v5.13 unplugged mode not really 'unplugged' Date: Thu, 8 Nov 2007 03:09:58 +0200 Message-ID: <20071108010958.GA3118@kobe.laptop> References: <20071106162839.GA19568@kobe.laptop> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1194484291 7208 80.91.229.12 (8 Nov 2007 01:11:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 8 Nov 2007 01:11:31 +0000 (UTC) To: ding@gnus.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 08 02:11:34 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IpvvZ-0000gR-UQ for ged-emacs-devel@m.gmane.org; Thu, 08 Nov 2007 02:11:26 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IpvvO-0000bt-M5 for ged-emacs-devel@m.gmane.org; Wed, 07 Nov 2007 20:11:14 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IpvvM-0000bU-3t for emacs-devel@gnu.org; Wed, 07 Nov 2007 20:11:12 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IpvvL-0000b8-HI for emacs-devel@gnu.org; Wed, 07 Nov 2007 20:11:11 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IpvvL-0000b4-CJ for emacs-devel@gnu.org; Wed, 07 Nov 2007 20:11:11 -0500 Original-Received: from igloo.linux.gr ([62.1.205.36]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IpvvK-0000h6-3V for emacs-devel@gnu.org; Wed, 07 Nov 2007 20:11:10 -0500 Original-Received: from kobe.laptop (dialup179.ach.sch.gr [81.186.70.179]) (authenticated bits=128) by igloo.linux.gr (8.14.1/8.14.1/Debian-9) with ESMTP id lA81AOKx013283 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 8 Nov 2007 03:10:36 +0200 Original-Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.1/8.14.1) with ESMTP id lA81ADGm003138; Thu, 8 Nov 2007 03:10:23 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Original-Received: (from keramida@localhost) by kobe.laptop (8.14.1/8.14.1/Submit) id lA819xwK003133; Thu, 8 Nov 2007 03:09:59 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Content-Disposition: inline In-Reply-To: <20071106162839.GA19568@kobe.laptop> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.932, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.47, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 1) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:82781 gmane.emacs.gnus.general:65590 Archived-At: On 2007-11-06 18:28, Giorgos Keramidas wrote: > After the latest update of my Emacs build with a CVS checkout > from -D '2007-11-06 12:32:16', Gnus seems to have a buglet in > the way it handles unplugged mode. > > Steps to reproduce: > > * Start gnus in unplugged mode > > * Type `J j' to briefly enter plugged mode > > * Type `M-x gnus-agent-batch' to send/fetch posts > > * Type `J j' to enter unplugged mode again > > At this point typing `g' in the *Group* buffer shouldn't contact > remote servers, but in my case it does! One thing which I noticed is that the first time I enter a group, the {nntp:news.sunsite.dk} server 'loses' its (agent) description in the server buffer. The first time I fire up Gnus in 'unplugged' mode, right after Emacs has started, by typing `M-x gnus-unplugged', the server buffer shows: {nnfolder:archive} (opened) {nntp:news.sunsite.dk} (offline) (agent) When I leave the server buffer with `q', enter any nntp group, leave the group with `q', and re-enter the server buffer with `^', the server buffer shows: {nnfolder:archive} (opened) {nntp:news.sunsite.dk} (offline) After this point, entering *any* group attempts to re-open the connection to the {nntp:news.sunsite.dk} server, even though the mode-line shows that Gnus is (Server Unplugged).