From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.help Subject: Re: GNUS newsreader problem Date: Thu, 29 Jul 2010 11:21:44 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <8739v2qmw7.fsf@lifelogs.com> References: <20100728-180726.453.0@francogrex.news.eternal-september.org> <87bp9rmozz.fsf@fh-trier.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1291853024 17668 80.91.229.12 (9 Dec 2010 00:03:44 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 9 Dec 2010 00:03:44 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Dec 09 01:03:41 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PQTz2-0002Lg-U2 for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Dec 2010 01:03:41 +0100 Original-Received: from localhost ([127.0.0.1]:57927 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PQTz2-0003Li-Bd for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Dec 2010 19:03:40 -0500 Original-Path: usenet.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed00.sul.t-online.de!t-online.de!news.albasani.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 27 Original-X-Trace: news.albasani.net CL2MkaDFxAglKla0bJzZtBPxu8LDwWechHby3vCpu5bTcRYOHGhdwD41UprPtzsIko8W/x8g0dMn9MGENmdGEHKzOlllLR4vmSpuWpSeI4yzBWtJ/hO6w2tb1Vd5Axrx Original-X-Complaints-To: abuse@albasani.net Original-NNTP-Posting-Date: Thu, 29 Jul 2010 16:21:44 +0000 (UTC) X-User-ID: UgsyeDslP9hTYY4Od00pgp7eGHD1GOh3A7hHXJc94Ng= X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Cancel-Lock: sha1:Mmk425fasZHhoeozmUYjrMZhH7w= sha1:+jSUENldXpAcUJ35fVWcNM77Cwg= User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) X-NNTP-Posting-Host: so4bzr0ZJowlTMGBOHU2rrgrEvAf7+jEFLGNvd8luLc= Original-Xref: usenet.stanford.edu gnu.emacs.help:180196 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:76262 Archived-At: On Wed, 28 Jul 2010 20:37:36 +0200 Andreas Politz wrote: AP> francogrex writes: >> Hello I am using GNU Emacs 22.2.1 (i386-mingw-nt5.1.2600) and try to use >> GNUS to connect to the usenet newsserver eternal-september. In my .emacs >> I have set this: (setq gnus-select-method '(nntp "news.eternal- >> september.org")) and I even set an authinfo file to supply my login and >> password. When I M-x GNUS it opens ok and recognizes the authinfo file >> and I see on the servers buffer '^' that I am actually connect to the >> newsserver: there is {open} (agent) (that I also tried to disable that >> agent). But I have no newsgroups? I try A-k, A-z nothing shows on the >> groups buffer? Can anyone give a hint why i can't get the newsgroups? AP> In the server buffer hit `Enter' when point is on a news server. It'll AP> open a list of newsgroups you can subscribe to with some key I forgot. AP> I would leave the agent enabled, because it caches already downloaded AP> articles. There's a Gnus manual (usually available from inside Emacs, even): (info "Gnus") franco should start there. Specifically, the key to subscribe is `u' in the group list but there's much more and the manual does a good job explaining. Ted