From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Geralt Newsgroups: gmane.emacs.help Subject: Re: gnus - how to force skip nntp connection at gnus startup Date: Tue, 6 Apr 2010 02:12:02 +0300 Message-ID: References: <21glr5mvfktv.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1270509441 15112 80.91.229.12 (5 Apr 2010 23:17:21 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 5 Apr 2010 23:17:21 +0000 (UTC) Cc: William Xu , help-gnu-emacs@gnu.org To: Pawel Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Apr 06 01:17:19 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1NyvXc-0000NP-Ch for geh-help-gnu-emacs@m.gmane.org; Tue, 06 Apr 2010 01:17:12 +0200 Original-Received: from localhost ([127.0.0.1]:41175 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NyvXb-0006YI-Oa for geh-help-gnu-emacs@m.gmane.org; Mon, 05 Apr 2010 19:17:11 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NyvSh-0004JK-NY for help-gnu-emacs@gnu.org; Mon, 05 Apr 2010 19:12:07 -0400 Original-Received: from [140.186.70.92] (port=54821 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NyvSg-0004If-El for help-gnu-emacs@gnu.org; Mon, 05 Apr 2010 19:12:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NyvSf-0000fL-EA for help-gnu-emacs@gnu.org; Mon, 05 Apr 2010 19:12:06 -0400 Original-Received: from mail-fx0-f227.google.com ([209.85.220.227]:34543) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NyvSf-0000fC-9j for help-gnu-emacs@gnu.org; Mon, 05 Apr 2010 19:12:05 -0400 Original-Received: by fxm27 with SMTP id 27so1278949fxm.8 for ; Mon, 05 Apr 2010 16:12:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:cc:content-type; bh=3Mwpz1Pv+ejsL3l4FR0AxbTCxqC/zqJvBfHDKearVoE=; b=N5bFDrMVwpcX5/iCVLg7E2ipl4hhDM3RtP6k4MNQetfgLKC+NHQGtPcWZbJxqPcutH rI+XUhFmDotlsAev/eEEw1YVp2m+DVZdhhoIQzlbJnBPMLuFPq5Q7YAXCRkhyuqe+Xad EueJBb6TN0zgNGohbCj9ZJfglZV5FkrrDkPag= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=R255W0vEnNYOSrYsHn3BUCq2YzA3APUfs9FnwjTDxCE9c4ffUggdzYOnolZbBGbws9 G185a3E8Jh8+IyxPv0dxS4NhP1b4ArAl92IXQRK2UTiHe4g29EUD4tcn3YsuvyZ464MT 3mme4XYCAuLUegpxM8FQQc0lFp1Ye8E6E+t4Y= Original-Received: by 10.239.164.199 with HTTP; Mon, 5 Apr 2010 16:12:02 -0700 (PDT) In-Reply-To: Original-Received: by 10.239.135.74 with SMTP id c10mr542578hbc.108.1270509123015; Mon, 05 Apr 2010 16:12:03 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:72608 Archived-At: Hi, there's also an nnnil select method which does nothing, just set (setq gnus-select-method '(nnnil "")). HTH, Geralt.