From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/76498 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: tzz-auth-source-rewrite branch Date: Tue, 08 Feb 2011 16:28:59 -0600 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87lj1q5ff8.fsf@lifelogs.com> References: <87ei7nivte.fsf@lifelogs.com> <87zkq9tdi7.fsf_-_@lifelogs.com> <87mxm9ytyn.fsf@gnus.org> <87lj1rvafs.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1297204174 20570 80.91.229.12 (8 Feb 2011 22:29:34 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 8 Feb 2011 22:29:34 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M24845@lists.math.uh.edu Tue Feb 08 23:29:25 2011 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 1Pmw3p-0004r8-Gc for ding-account@gmane.org; Tue, 08 Feb 2011 23:29:25 +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 1Pmw3g-0007N6-1e; Tue, 08 Feb 2011 16:29:16 -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 1Pmw3e-0007Mv-Mg for ding@lists.math.uh.edu; Tue, 08 Feb 2011 16:29:14 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1Pmw3c-0008Kk-TL for ding@lists.math.uh.edu; Tue, 08 Feb 2011 16:29:14 -0600 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Pmw3Z-00067z-Q4 for ding@gnus.org; Tue, 08 Feb 2011 23:29:09 +0100 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Pmw3Z-0004ep-Iv for ding@gnus.org; Tue, 08 Feb 2011 23:29:09 +0100 Original-Received: from 38.98.147.130 ([38.98.147.130]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 08 Feb 2011 23:29:09 +0100 Original-Received: from tzz by 38.98.147.130 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 08 Feb 2011 23:29:09 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 28 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 38.98.147.130 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/24.0.50 (gnu/linux) Cancel-Lock: sha1:ma7zN4ahOCJeHf0yl/5MUqzvKgs= X-Spam-Score: -0.7 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:76498 Archived-At: On Mon, 07 Feb 2011 14:47:35 -0600 Ted Zlatanov wrote: TZ> You can just grab auth-source.el from my branch and test with that, or TZ> "git checkout tzz-auth-source-rewrite" if you prefer to test in my TZ> branch. I think it will work either way. Merging the ChangeLog has TZ> been a pain (as you can see from the many commit messages). TZ> I tested `auth-source-user-or-password' compatibility and it seemed OK: TZ> I was able to use Gnus with the new auth-source.el, using both TZ> unauthenticated NNTP connections and authenticated NNTP and IMAP TZ> connections. TZ> When you think we're ready, I'll merge my branch back into master and TZ> change all the invocations of `auth-source-user-or-password' in Gnus to TZ> DTRT. Then when Yamaoka-san merges with Emacs I'll change all the Emacs TZ> libraries to DTRT as well. See mail-source.el, nntp.el, and nnimap.el in my branch for fully functional (though uncached) implementations using `auth-source-search'. I still need to change the `auth-source-forget-user-or-password' call in nnimap.el but I need the cache implementation first. Testing would be most welcome. Just do "git checkout tzz-auth-source-rewrite" and you're ready (do "git checkout master" to go back). Ted