Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Emanuel Berg <embe8573@student.uu.se>
To: info-gnus-english@gnu.org
Subject: Re: How to use Gnus to read newsgroup like gnu.emacs.gnus?
Date: Tue, 15 Jul 2014 18:10:36 +0200	[thread overview]
Message-ID: <87sim2a9hf.fsf@debian.uxu> (raw)
In-Reply-To: <7z1ttn0znd.fsf@example.com>

David Hume <David.Hume@example.com> writes:

>> This should be the name of the server, not the name
>> of the news group. (I can't remember the name of the
>> free server, but it probably begins with 'news').
>
> Try news.gnus.org.

Or:

(setq gnus-select-method '(nntp "Aioe.org"))

To add a group, I use this:

(defun gnus-add-nntp-group (group)
  (interactive "s Newsgroup: ")
  (gnus-group-make-group group
                         (symbol-to-string (car gnus-select-method))
                         (cadr gnus-select-method) )
  (gnus-save-newsrc-file) )

which I have bound to "a" (for "add").

Otherwise you can just use `M-x gnus-group-make-group'
if you don't mind repeating yourself a few times.

-- 
underground experts united

  parent reply	other threads:[~2014-07-15 16:10 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-14 18:01 tuhdo1710
2014-07-15  8:37 ` David Hume
     [not found]   ` <7z1ttn0znd.fsf@example.com>
2014-07-15 16:10     ` Emanuel Berg [this message]
2014-07-15 18:31       ` Sharon Kimble
2014-07-15 18:44         ` Adam Sjøgren
     [not found]         ` <mailman.5473.1405449894.1147.info-gnus-english@gnu.org>
2014-07-16  0:34           ` Emanuel Berg
2014-07-15 18:39       ` Adam Sjøgren
     [not found]       ` <mailman.5470.1405449131.1147.info-gnus-english@gnu.org>
2014-07-16  0:31         ` Emanuel Berg
2014-07-15 19:01   ` SlackRat

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=87sim2a9hf.fsf@debian.uxu \
    --to=embe8573@student.uu.se \
    --cc=info-gnus-english@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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).