[[es:Gnus-es]]

Gnus is a flexible reader for *news*, *mail*, and *feeds*. It is included as of Emacs 19.30

== Quickstart ==

Start Gnus with ##M-x gnus##.

You may need to configure Gnus in your InitFile:

{{{
(setq
 gnus-select-method '(nntp "news.gmane.io")
 gnus-thread-hide-subtree t
 gnus-newsgroup-maximum-articles 50))

 gnus-secondary-select-methods '((nntp "news.tilde.club")))
}}}

This will allow you to download and read (but not upload / reply to) news from ##news.gmane.io## and ##news.tilde.club##.

== See Also ==

* [[GnusTutorial]] -- A lengthy tutorial on Gnus
* [[Gmane]] -- NNTP interface to GNU mailing lists.
* EmacsFromGit -- You can get the latest Gnus from Emacs' repository
* CategoryGnus -- More about Gnus

== External ==

* [[http://www.gnus.org Official Website]]
* [[https://lars.ingebrigtsen.no/about/ Lars Magne Ingebrigtsen]] -- Gnus' original creator.
* ##alt.risks.lion## -- Gnus is a great way to sort this high-volume group.



----
CategoryGnus CategoryMail
