help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gnus - how to force skip nntp connection at gnus startup


From: William Xu
Subject: Re: gnus - how to force skip nntp connection at gnus startup
Date: Sun, 04 Apr 2010 20:45:00 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.90 (windows-nt)

Pawel <mafeusek@gmail.com> writes:

> 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 think the correct way should be: 

  (setq gnus-select-method nil)

And, 

  (setq gnus-nntp-server 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.

You can also set nnimap to gnus-select-method, then you won't need
gnus-secondary-select-methods at all.

-- 
William

http://xwl.appspot.com





reply via email to

[Prev in Thread] Current Thread [Next in Thread]