David Hume <[email protected]> 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
_______________________________________________
info-gnus-english mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to