From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/80868 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:34:36 +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> Reply-To: ding@gnus.org NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1326224114 20682 80.91.229.12 (10 Jan 2012 19:35:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 10 Jan 2012 19:35:14 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M29150@lists.math.uh.edu Tue Jan 10 20:35:11 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 1RkhTR-0005f8-CI for ding-account@gmane.org; Tue, 10 Jan 2012 20:35:09 +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 1RkhTG-0000Xz-KO; Tue, 10 Jan 2012 13:34:58 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1RkhTF-0000Xq-L1 for ding@lists.math.uh.edu; Tue, 10 Jan 2012 13:34:57 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1RkhTE-0001tV-Gc for ding@lists.math.uh.edu; Tue, 10 Jan 2012 13:34:57 -0600 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1RkhTC-0008Vj-Q0 for ding@gnus.org; Tue, 10 Jan 2012 20:34:54 +0100 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RkhTB-0005UR-Ce for ding@gnus.org; Tue, 10 Jan 2012 20:34:53 +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:34:53 +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:34:53 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 55 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:u7Yfov772L5NBITFigCILOuB1SI= X-Spam-Score: -2.8 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:80868 Archived-At: Ted Zlatanov writes: > On Tue, 10 Jan 2012 19:59:52 +0100 Richard Riley wrote: > > RR> Ted Zlatanov writes: >>> On Tue, 10 Jan 2012 18:46:49 +0100 Richard Riley wrote: >>> > RR> Above I wish it to do so on the logical connection name "me". I dont > RR> know (or want to pubish in plaintext) the username : its in the authinfo > RR> file.. >>> > RR> I use this fine with nnimap for multiple gmail accounts. >>> >>> I think I've committed a fix that will solve it for you. Give it a try. > > RR> hmm, I guess its going to mean me installing nognus with this emacs 24 > RR> pull. It'll take some time to check but in the meantime .. thanks. > > You can try to apply the patch of this latest commit on top of the Emacs > 24 nntp.el, but it should make its way to Emacs if Yamaoka-san does the sync. tis ok, got nognus : first test with only one logical name "me" : works. e.g > (add-to-list 'gnus-secondary-select-methods > '(nntp "me" > (nntp-address "news.eternal-september.org"))) and in .authinfo > machine me login MYID force yes password MYPASS is ok. 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"))) and in authinfo > machine me login MYID force yes password MYPASS > machine me2 login MYID2 force yes password MYPASS2 and it hangs on the second connection. I need to C-g. I'll try and post the trivia log soon. Possibly its eternal-september but it used to work. (I maintain work related and social accounts).