From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/80870 Path: news.gmane.org!not-for-mail From: Richard Riley Newsgroups: gmane.emacs.gnus.general Subject: Re: nntp and authinfo working? Date: Tue, 10 Jan 2012 20:55:11 +0100 Organization: aich tea tea pea dicky riley dot net Message-ID: References: <87sjjnei6u.fsf@lifelogs.com> <5e1ur71phl.fsf@news.eternal-september.org> <87ehv7crqd.fsf@lifelogs.com> <878vlfcrb5.fsf@lifelogs.com> <871ur7cpc0.fsf@lifelogs.com> Reply-To: ding@gnus.org NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1326225356 30141 80.91.229.12 (10 Jan 2012 19:55:56 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 10 Jan 2012 19:55:56 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M29152@lists.math.uh.edu Tue Jan 10 20:55:52 2012 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RkhnT-0007tj-KX for ding-account@gmane.org; Tue, 10 Jan 2012 20:55:52 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1RkhnG-0000gg-07; Tue, 10 Jan 2012 13:55:38 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1RkhnE-0000gV-T3 for ding@lists.math.uh.edu; Tue, 10 Jan 2012 13:55:36 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1RkhnB-00076l-9P for ding@lists.math.uh.edu; Tue, 10 Jan 2012 13:55:34 -0600 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Rkhn9-0000Z7-Iz for ding@gnus.org; Tue, 10 Jan 2012 20:55:31 +0100 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Rkhn6-0007eT-C9 for ding@gnus.org; Tue, 10 Jan 2012 20:55:28 +0100 Original-Received: from 85.183.18.158 ([85.183.18.158]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 10 Jan 2012 20:55:28 +0100 Original-Received: from rileyrg by 85.183.18.158 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 10 Jan 2012 20:55:28 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 32 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 85.183.18.158 Mail-Copies-To: never User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.92 (gnu/linux) Cancel-Lock: sha1:L87CgONQeWgzRjONCDlt6FkF/L0= X-Spam-Score: -2.8 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:80870 Archived-At: Ted Zlatanov writes: > On Tue, 10 Jan 2012 20:34:36 +0100 Richard Riley wrote: > > RR> Add a second account e.g > >>> (add-to-list 'gnus-secondary-select-methods >>> '(nntp "me" >>> (nntp-address "news.eternal-september.org"))) > >>> (add-to-list 'gnus-secondary-select-methods >>> '(nntp "me2" >>> (nntp-address "news.eternal-september.org"))) > > RR> and in authinfo > >>> machine me login MYID force yes password MYPASS >>> machine me2 login MYID2 force yes password MYPASS2 > > RR> and it hangs on the second connection. I need to C-g. I'll try and post > RR> the trivia log soon. Possibly its eternal-september but it used to > RR> work. (I maintain work related and social accounts). > > I'm pretty sure this is because nntp.el assumes there is only one server > buffer per machine address. Lars will have to look at it, I don't know > the nnoo stuff well enough. just to reiterate that it works fine (this approach) with nnimap. regards r.