From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/51948 Path: main.gmane.org!not-for-mail From: Max Froumentin Newsgroups: gmane.emacs.gnus.general Subject: unplugged connecting to secondary server Date: Tue, 29 Apr 2003 17:01:22 +0200 Organization: W3C Sender: ding-owner@lists.math.uh.edu Message-ID: <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 1051628539 8717 80.91.224.249 (29 Apr 2003 15:02:19 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 29 Apr 2003 15:02:19 +0000 (UTC) Original-X-From: ding-owner+M491@lists.math.uh.edu Tue Apr 29 17:02:17 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 19AWb0-00029W-00 for ; Tue, 29 Apr 2003 17:00:38 +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 19AWbw-0000EH-00; Tue, 29 Apr 2003 10:01:36 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19AWbo-0000EB-00 for ding@lists.math.uh.edu; Tue, 29 Apr 2003 10:01:28 -0500 Original-Received: (qmail 8184 invoked by alias); 29 Apr 2003 15:01:25 -0000 Original-Received: (qmail 8179 invoked from network); 29 Apr 2003 15:01:25 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by sclp3.sclp.com with SMTP; 29 Apr 2003 15:01:25 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 19AWjK-0002Ga-00 for ; Tue, 29 Apr 2003 17:09:14 +0200 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 15 Original-Distribution: world Original-NNTP-Posting-Host: accueil.w3.org Original-X-Trace: quimby.gnus.org 1051628954 8548 193.51.208.132 (29 Apr 2003 15:09:14 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 29 Apr 2003 15:09:14 GMT User-Agent: Gnus/5.090019 (Oort Gnus v0.19) Emacs/21.2 (gnu/linux) Cancel-Lock: sha1:2Kjk09NjOr1KIz9y4EiRhfVKosc= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:51948 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:51948 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? Cheers, Max.