From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/68210 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: authentification with url-retrieve Date: Mon, 26 Jan 2009 09:31:06 -0600 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <861vuq3wzp.fsf@lifelogs.com> References: <861vv4lbgs.fsf@lifelogs.com> <874p002xrp.fsf@tux.homenetwork> <86r633hxzh.fsf@lifelogs.com> <86hc3tg725.fsf@lifelogs.com> <86d4egba42.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1232983921 7884 80.91.229.12 (26 Jan 2009 15:32:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 26 Jan 2009 15:32:01 +0000 (UTC) Cc: Ding Mailing List Original-X-From: ding-owner+M16651@lists.math.uh.edu Mon Jan 26 16:33:14 2009 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.50) id 1LRTSc-0006HP-6K for ding-account@gmane.org; Mon, 26 Jan 2009 16:33:14 +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 1LRTPO-0008Mf-2h; Mon, 26 Jan 2009 09:29:54 -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 1LRTPM-0008MH-EV for ding@lists.math.uh.edu; Mon, 26 Jan 2009 09:29:52 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1LRTPJ-0006Ca-RD for ding@lists.math.uh.edu; Mon, 26 Jan 2009 09:29:52 -0600 Original-Received: from ip114.208-100-47.static.steadfast.net ([208.100.47.114] helo=mail.blockstar.com) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1LRTPc-0005AM-00 for ; Mon, 26 Jan 2009 16:30:08 +0100 Original-Received: from tzlatanov-ubuntu-desktop.jumptrading.com (unknown [38.98.147.130]) by mail.blockstar.com (Postfix) with ESMTP id 63988A6862C for ; Mon, 26 Jan 2009 09:29:49 -0600 (CST) X-Hashcash: 1:20:090126:ding@gnus.org::AlOYHUwfp3Yk7/cp:00007nKi Original-Newsgroups: gnu.emacs.help 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" User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:AiMjkJWO7gJNvr435DVHqI8I1SQ= In-Reply-To: (Thierry Volpiatto's message of "Thu, 22 Jan 2009 15:19:36 +0100") Posted-To: gnu.emacs.help X-Spam-Score: -1.3 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:68210 Archived-At: The following message is a courtesy copy of an article that has been posted to gnu.emacs.help as well. On Thu, 22 Jan 2009 15:19:36 +0100 Thierry Volpiatto wrote: TV> ,---- TV> | auth-source-user-or-password: get login for news.gmane.org (nntp) TV> | /home/thierry/.authi: 0% (0/724) TV> | /home/thierry/.authi: 100% (724/724) TV> | auth-source-user-or-password: get password for news.gmane.org (nntp) TV> | /home/thierry/.authi: 0% (0/724) TV> | /home/thierry/.authi: 100% (724/724) Ah, I see it. It's parsing that file twice, once to get the login name and again to get the password. The current auth-source API didn't allow me to batch this operation, so I had to modify the API. You'll have to get the latest Gnus from CVS (auth-source.el plus the files that use the new API, including nntp.el). The changes will make their way into Emacs CVS as well, but I don't know when. I tried it and it works for me, so please try it out and let me know if you find any problems. Thanks Ted