From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/51980 Path: main.gmane.org!not-for-mail From: Kevin Greiner Newsgroups: gmane.emacs.gnus.general Subject: Re: unplugged connecting to secondary server Date: Tue, 29 Apr 2003 20:00:06 -0500 Sender: ding-owner@lists.math.uh.edu Message-ID: References: <86el3lqrel.fsf@sophia.inria.fr> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1051665811 23581 80.91.224.249 (30 Apr 2003 01:23:31 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 30 Apr 2003 01:23:31 +0000 (UTC) Original-X-From: ding-owner+M523@lists.math.uh.edu Wed Apr 30 03:23:29 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 19AgJl-00067y-00 for ; Wed, 30 Apr 2003 03:23:29 +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 19AgKU-0005QC-00; Tue, 29 Apr 2003 20:24:14 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19AfxK-0005Fx-00 for ding@lists.math.uh.edu; Tue, 29 Apr 2003 20:00:19 -0500 Original-Received: (qmail 43057 invoked by alias); 30 Apr 2003 01:00:18 -0000 Original-Received: (qmail 43052 invoked from network); 30 Apr 2003 01:00:18 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by sclp3.sclp.com with SMTP; 30 Apr 2003 01:00:18 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 19Ag55-00086O-00 for ; Wed, 30 Apr 2003 03:08:19 +0200 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 17 Original-NNTP-Posting-Host: manchester-suites-iaf1047853.cust-rtr.ameritech.net Original-X-Trace: quimby.gnus.org 1051664898 31125 68.23.64.46 (30 Apr 2003 01:08:18 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 30 Apr 2003 01:08:18 GMT In-Reply-To: <86el3lqrel.fsf@sophia.inria.fr> (Max Froumentin's message of "Tue, 29 Apr 2003 17:01:22 +0200") User-Agent: Gnus/5.09002 (Oort Gnus v0.20) Emacs/21.3 (windows-nt) Cancel-Lock: sha1:E14V464vf2i5OfTDqtFUdtOEvao= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:51980 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:51980 Max Froumentin writes: > Hi, > > I want to read NNTP using secondary-select-methods: > > (setq gnus-secondary-select-methods '((nntp "news.site.com" ))) > > instead of accessing that server as a foreign server. Mainly because > then I can see new newsgroups as they are created on the server. > > However, if I do that, gnus attempts to connect to it even in > unplugged mode. Is this a bug? It was. I just checked in a patch to gnus-open-server. Kevin