I tried this setting:
(setq gnus-select-method '(nnml "comp.lang.lisp"))
But when I activate Gnus, no grouop is shown. How do I add groups like comp.lang.*
?
Edit: I tried with nntp:
(setq gnus-select-method '(nntp "comp.lang.lisp"))
but it doesn't work:
Warning: Opening nntp server on comp.lang.lisp...failed: ; Server nntp+comp.lang.lisp previously determined to be down; not retrying
nnml
is a select method that stores messages in a directory on the local disk. I guess you want thenntp
method instead, which connects to a news server using the NNTP protocol. – Gracianntp
but got the error:Warning: Opening nntp server on comp.lang.lisp...failed: ; Server nntp+comp.lang.lisp previously determined to be down; not retrying
– Farleighnntp
needs to be the hostname of an NNTP server. You could use eternal-september.org (registration required). – Gracia