From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Pawel Newsgroups: gmane.emacs.help Subject: gnus - how to force skip nntp connection at gnus startup Date: Sun, 04 Apr 2010 13:42:43 +0200 Organization: education Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1270381403 13032 80.91.229.12 (4 Apr 2010 11:43:23 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 4 Apr 2010 11:43:23 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Apr 04 13:43: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 1NyOEY-000402-7J for geh-help-gnu-emacs@m.gmane.org; Sun, 04 Apr 2010 13:43:18 +0200 Original-Received: from localhost ([127.0.0.1]:43601 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NyOEX-000805-KX for geh-help-gnu-emacs@m.gmane.org; Sun, 04 Apr 2010 07:43:17 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NyOE7-0007zl-Vz for help-gnu-emacs@gnu.org; Sun, 04 Apr 2010 07:42:52 -0400 Original-Received: from [140.186.70.92] (port=48958 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NyOE6-0007za-Ra for help-gnu-emacs@gnu.org; Sun, 04 Apr 2010 07:42:51 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NyOE3-0005UW-SU for help-gnu-emacs@gnu.org; Sun, 04 Apr 2010 07:42:50 -0400 Original-Received: from mail-bw0-f223.google.com ([209.85.218.223]:56080) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NyOE3-0005UQ-M6 for help-gnu-emacs@gnu.org; Sun, 04 Apr 2010 07:42:47 -0400 Original-Received: by bwz23 with SMTP id 23so441248bwz.26 for ; Sun, 04 Apr 2010 04:42:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:x-mailer :organization:date:message-id:user-agent:mime-version:content-type; bh=6X4Zz2/qh5Tnji695DP3RoW7OiyEjHFlrz8uWzNrraQ=; b=hP+Pw0BJV++yvurxXaJ/0i8mgAD3J9VtXeVEc4PcirOE3yMUrMrO5KtmPOkkAL8RHG TcSG+a3oLoPW/Hd7pQ+uMzUV10OvWfCLbdGFhc2FVC5aMK6EK4AONKaHPK67LroDGydH CahvOH4XrXRzQaEeVU9NdOwcdlY+cST6Ee3+Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:x-mailer:organization:date:message-id:user-agent :mime-version:content-type; b=AzTktFUxhwp9kLKYn2YocHEsOT0J9S8et5TStV7W2udi8PNTsf6aaNTbR2o8u8EjG5 bo2Ndhvw6ATRW2Ls0cNsMv1wIdj23bG52qyfBXForp1kz8RmHpRdPkOnPDMExVuSwML2 KuJxeXiIFVN5Iy0ibiDIpIA/mUDWkWMR+jrGo= Original-Received: by 10.204.73.143 with SMTP id q15mr5278949bkj.184.1270381366364; Sun, 04 Apr 2010 04:42:46 -0700 (PDT) Original-Received: from localhost.localdomain (aii6.neoplus.adsl.tpnet.pl [83.25.216.6]) by mx.google.com with ESMTPS id 14sm5246539bwz.10.2010.04.04.04.42.44 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 04 Apr 2010 04:42:45 -0700 (PDT) X-MAILER: KMail/1.7.1 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:72593 Archived-At: Hallo Group Members. When I do M-x gnus, it always tries to connect to nntp server (that are probably defined gnus-select-method): gnus-select-method is a variable defined in `gnus.el'. Its value is (nntp "news") It does it, even when I set: (setq gnus-select-method `(nntp nil)) I am not interrested gnus-select-method. I use gnus only for email through imap (secondary methods). Is there a way to skip nntp server connection. best regards, Pawel