Message from discussion
Emacs Gnus open error?
Path: g2news2.google.com!news4.google.com!feeder.news-service.com!newsfeed.straub-nv.de!feeder.eternal-september.org!eternal-september.org!not-for-mail
From: Richard Riley <rileyrg...@gmail.com>
Newsgroups: gnu.emacs.gnus,gnu.emacs.help
Subject: Re: Emacs Gnus open error?
Date: Mon, 19 Oct 2009 17:25:06 +0200
Organization: aich tea tea pea dicky riley dot net
Lines: 50
Message-ID: <hbi0cj$v4h$1@news.eternal-september.org>
References: <a2f93056-95a8-44aa-9261-ab3fd2411787@f18g2000prf.googlegroups.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Trace: news.eternal-september.org U2FsdGVkX1+FdaXWEm30IWBMUw1F/pKKiySz5rjDlKkKn3X2KNlEeAh5J/L4C0roWA7DYxiQ+uIy92fHtmp+QCZaeKUnYTYqzlv+4d3qW/hRDaX8tvYub5rolHBEAEX7l5dKdjIOgH8fKZuYRM5b6g==
X-Complaints-To: abuse@eternal-september.org
NNTP-Posting-Date: Mon, 19 Oct 2009 15:25:07 +0000 (UTC)
X-Auth-Sender: U2FsdGVkX19jx3u0o99eg2Op+glFBXE3lyrMfaYl82Y=
Cancel-Lock: sha1:MW/wL9oYF9q1a2UA14patmwNq04=
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)
Shenli <zhushe...@gmail.com> writes:
> Hi all,
>
> I have used Emacs for several month, love it and try to use it as a
> mail/news
> client.
>
> After set gnus-select-method(is it the minimal setting option?) by
> custom-set-variables
> '(gnus-select-method (quote (nntp "gnu.emacs.bug")))
>
> I try to link to the news server, but Emacs give out error as below.
>
> "Unable to open server nntp+gnu.emacs.bug, go offline?
> nntp (gnu.emacs.bug) open error: '', Continue?"
>
> My environment is WinXP and Emacs23.1.
> Any suggestion is welcome!
>
> Thanks,
> Shenli
gnu.emacs.bug is not an nntp server afaik ... more likely it is a group.
You can sign up for a free nntp server account here:
http://www.eternal-september.org
then add it to your select methods with
,----
| (add-to-list 'gnus-secondary-select-methods
| '(nntp "motzarella"
| (nntp-authinfo-file "~/.authinfo.gpg")
| (nntp-address "news.eternal-september.org")
| (nntp-port-number 119)
| )
| )
`----
regards
r.