From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/82130 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: auth-source regression Date: Fri, 10 Aug 2012 09:58:27 -0400 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87hasan918.fsf@lifelogs.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1344607197 2123 80.91.229.3 (10 Aug 2012 13:59:57 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 10 Aug 2012 13:59:57 +0000 (UTC) Cc: ding@gnus.org To: Daiki Ueno Original-X-From: ding-owner+M30398@lists.math.uh.edu Fri Aug 10 15:59:57 2012 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Szpkl-0008HF-Gu for ding-account@gmane.org; Fri, 10 Aug 2012 15:59:51 +0200 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 1Szpjh-0004i9-M2; Fri, 10 Aug 2012 08:58:45 -0500 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 1Szpjg-0004i1-Nr for ding@lists.math.uh.edu; Fri, 10 Aug 2012 08:58:44 -0500 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 1SzpjW-0002Tn-8i for ding@lists.math.uh.edu; Fri, 10 Aug 2012 08:58:44 -0500 Original-Received: from z.lifelogs.com ([173.255.230.239]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1SzpjR-00035X-RV for ding@gnus.org; Fri, 10 Aug 2012 15:58:29 +0200 Original-Received: from heechee (c-76-28-40-19.hsd1.vt.comcast.net [76.28.40.19]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: tzz) by z.lifelogs.com (Postfix) with ESMTPSA id 6E5AD6E05E; Fri, 10 Aug 2012 13:58:28 +0000 (UTC) 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" In-Reply-To: (Daiki Ueno's message of "Fri, 10 Aug 2012 18:37:24 +0900") User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.1.50 (gnu/linux) X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:82130 Archived-At: On Fri, 10 Aug 2012 18:37:24 +0900 Daiki Ueno wrote: DU> Today I noticed that the current auth-source-search always returns empty DU> result. It seems that you recently changed auth-source.el to pass :type DU> to search-function, but forgot to filter out the keyword from the search DU> spec in auth-source-secrets-search and auth-sourec-plstore-search. DU> I tested the attached patch with plstore but not with secrets. If it DU> makes sense please apply. Sorry about that. Committed. Thank you. Ted