*On Sat, 1 Aug 2009 04:28:21 -0700 (PDT) * Also sprach Merciadri Luca <[email protected]>:
> Hello, > > I looked in various manuals, but I did not find a way to post easily > in Usenet groups using Gnus. However, it is the primary role of Gnus. > When I use Groups > Subscribe > Subscribe to a group, typing the > Usenet group (i.e. here ``gnu.emacs.gnus'') does not work. How can I > manage to make it work, and, evidently, being conserved through Gnus' > shutdowns and restarts? > > Thanks. Something like: (setq gnus-secondary-select-methods '((nntp "news.gmane.org"))) in your .gnus.el. (Change news server to yours). Start Gnus, in *Group* buffer type "^" to open *Server* buffer. Browse group list of your news server, and press "u" to subscribe to groups. In any group, press "a" to post new message, "f" to follow up, and "F" to followup and yank. These are all in Gnus manual. -- The enemies of Freedom do not argue; they shout and they shoot. _______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
