From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/66479 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: auth-source.el Date: Wed, 12 Mar 2008 19:07:26 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1205368238 14256 80.91.229.12 (13 Mar 2008 00:30:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 13 Mar 2008 00:30:38 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M14968@lists.math.uh.edu Thu Mar 13 01:31:06 2008 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 1JZbLX-0003Gi-L8 for ding-account@gmane.org; Thu, 13 Mar 2008 01:30:59 +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 1JZbKQ-000130-At; Wed, 12 Mar 2008 19:29:50 -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 1JZbKN-00012e-Fp for ding@lists.math.uh.edu; Wed, 12 Mar 2008 19:29:47 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.67) (envelope-from ) id 1JZbKH-0006iw-NI for ding@lists.math.uh.edu; Wed, 12 Mar 2008 19:29:47 -0500 Original-Received: from mail.blockstar.com ([170.224.69.95]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1JZazR-00032h-00 for ; Thu, 13 Mar 2008 01:08:09 +0100 Original-Received: from mungo (c-67-186-103-18.hsd1.il.comcast.net [67.186.103.18]) by mail.blockstar.com (Postfix) with ESMTP id 83DCF3F8F32 for ; Wed, 12 Mar 2008 17:10:47 -0700 (PDT) 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: (Reiner Steib's message of "Wed, 12 Mar 2008 23:50:14 +0100") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (darwin) X-Spam-Score: -2.5 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:66479 Archived-At: On Wed, 12 Mar 2008 23:50:14 +0100 Reiner Steib wrote: RS> On Wed, Mar 12 2008, Ted Zlatanov: >> (defcustom auth-source-choices [...] RS> How about renaming this variable to `auth-sources'? WDYT? I thought about it, but worried it may be confusing because the package is named auth-source. I'm OK with the change if there are no objections. Ted