From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Pawel Newsgroups: gmane.emacs.help Subject: Re: gnus - how to force skip nntp connection at gnus startup Date: Mon, 05 Apr 2010 00:26:28 +0200 Organization: education Message-ID: References: <21glr5mvfktv.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1270420027 20548 80.91.229.12 (4 Apr 2010 22:27:07 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 4 Apr 2010 22:27:07 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: William Xu Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Apr 05 00:27:03 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 1NyYHX-0001vS-0Z for geh-help-gnu-emacs@m.gmane.org; Mon, 05 Apr 2010 00:27:03 +0200 Original-Received: from localhost ([127.0.0.1]:49157 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NyYHW-0007SU-Bp for geh-help-gnu-emacs@m.gmane.org; Sun, 04 Apr 2010 18:27:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NyYH9-0007Rn-Ci for help-gnu-emacs@gnu.org; Sun, 04 Apr 2010 18:26:39 -0400 Original-Received: from [140.186.70.92] (port=57143 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NyYH7-0007Rb-52 for help-gnu-emacs@gnu.org; Sun, 04 Apr 2010 18:26:38 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NyYH5-0000Zl-V2 for help-gnu-emacs@gnu.org; Sun, 04 Apr 2010 18:26:37 -0400 Original-Received: from mail-gy0-f169.google.com ([209.85.160.169]:43241) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NyYH5-0000Zf-SI for help-gnu-emacs@gnu.org; Sun, 04 Apr 2010 18:26:35 -0400 Original-Received: by gyg4 with SMTP id 4so2477744gyg.0 for ; Sun, 04 Apr 2010 15:26:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:x-mailer :organization:references:date:in-reply-to:message-id:user-agent :mime-version:content-type; bh=QqDSpLJTTGxs2muNmB6YR47urIzHj5ZbJGXiU+mH6DA=; b=e2QtJWuagDnADgW11tV8XzukcH+0wCYyrLq5tXQC6Kf6JyYORb8sOF/jpJ2wn8Viee ++HYIsyHCpLTDHAzqsg0d6yXjr3/k4rWjPPFRNUI76dtnE7e4aNcNGWqHf4X2QIT0Kyn 6jMVA6630aaDuiUixyYio6Q3qSJwifE1csSYk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:x-mailer:organization:references:date :in-reply-to:message-id:user-agent:mime-version:content-type; b=iqvBW0lXWUGd5u8mB6EIqemxmxp00azPduRA7g0/vLYON18jG5fqwS4Ick8lIATKOm IDUZRn2D7Hwst78R3pl9Kin7KWJo3FfAYuTR9+TTD3+7mCQu9DHVGGronyrg1Jbdky9H aJ/pt60nGlMVKpUJ30aO/eXXEIhc4NBA+RrT0= Original-Received: by 10.101.29.16 with SMTP id g16mr4710354anj.16.1270419994655; Sun, 04 Apr 2010 15:26:34 -0700 (PDT) Original-Received: from localhost.localdomain ([72.14.241.39]) by mx.google.com with ESMTPS id 20sm481444yxe.5.2010.04.04.15.26.32 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 04 Apr 2010 15:26:33 -0700 (PDT) X-MAILER: KMail/1.7.1 In-Reply-To: <21glr5mvfktv.fsf@gmail.com> (William Xu's message of "Sun, 04 Apr 2010 20:45:00 +0800") User-Agent: mozilla news reader 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:72596 Archived-At: Hallo Wiliam! William Xu writes: > Pawel writes: > > I think the correct way should be: > > (setq gnus-select-method nil) > > And, > > (setq gnus-nntp-server nil) > setting these makes secondary methods are not visited at all. > > You can also set nnimap to gnus-select-method, then you won't need > gnus-secondary-select-methods at all. how should I do this? I just replaced gnus-secondary-select-methods variable with gnus-select-method, but error was produced. best regards, Pawel