all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andreas Politz <politza@fh-trier.de>
To: help-gnu-emacs@gnu.org
Subject: Re: Emacs Gnus open error?
Date: Mon, 19 Oct 2009 18:33:13 +0200	[thread overview]
Message-ID: <877hurz6ly.fsf@fh-trier.de> (raw)
In-Reply-To: a2f93056-95a8-44aa-9261-ab3fd2411787@f18g2000prf.googlegroups.com

Shenli <zhushenli@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!

As Richard pointed out, this is a news-group not a server.  Gmane is a
free server, which can be used w/o registrations.


(setq gnus-select-method
      '(nntp "Gmane"
             (nntp-address "news.gmane.org")))

Here is something to get you started.

;; start gnus
M-x gnus RET
;; Group buffer -> Server buffer
^
;; move point to news.gmane.org and press
RET
;; search gmane.emacs.bugs and press 
u
;; quit server buffer
qq
;; update Group buffer
g
;; move point to news.gmane.org
;; read last 1000 articles
C-u 1000 RET


-ap

                                
>
> Thanks,
> Shenli





  parent reply	other threads:[~2009-10-19 16:33 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-19 14:56 Emacs Gnus open error? Shenli
2009-10-19 15:25 ` Richard Riley
2009-10-19 16:33 ` Andreas Politz [this message]
2009-10-19 16:42   ` Richard Riley
2009-10-20 17:24 ` Ted Zlatanov
2009-10-21 16:29 ` dhg::Newsfork

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=877hurz6ly.fsf@fh-trier.de \
    --to=politza@fh-trier.de \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.