From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.devel Subject: auth-source library docs and usage Date: Tue, 17 Feb 2009 11:05:09 -0600 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <86mycl8056.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 1234891487 3147 80.91.229.12 (17 Feb 2009 17:24:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 17 Feb 2009 17:24:47 +0000 (UTC) To: Emacs Development Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 17 18:26:01 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LZThg-0003Xe-OE for ged-emacs-devel@m.gmane.org; Tue, 17 Feb 2009 18:25:53 +0100 Original-Received: from localhost ([127.0.0.1]:57133 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LZTgM-0002KJ-L2 for ged-emacs-devel@m.gmane.org; Tue, 17 Feb 2009 12:24:30 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LZTgF-0002Ir-Rw for emacs-devel@gnu.org; Tue, 17 Feb 2009 12:24:23 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LZTgB-0002HL-BZ for emacs-devel@gnu.org; Tue, 17 Feb 2009 12:24:23 -0500 Original-Received: from [199.232.76.173] (port=59494 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LZTgB-0002HI-6i for emacs-devel@gnu.org; Tue, 17 Feb 2009 12:24:19 -0500 Original-Received: from ip114.208-100-47.static.steadfast.net ([208.100.47.114]:49804 helo=mail.blockstar.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LZTgA-0007Qs-Ul for emacs-devel@gnu.org; Tue, 17 Feb 2009 12:24:19 -0500 Original-Received: from tzlatanov-ubuntu-desktop.jumptrading.com (unknown [38.98.147.130]) by mail.blockstar.com (Postfix) with ESMTP id C5C4CA68639 for ; Tue, 17 Feb 2009 11:03:07 -0600 (CST) X-Hashcash: 1:20:090217:emacs-devel@gnu.org::yYAD4oUqmDSbVeRg:0000000000000000000000000000000000000000009RyD 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) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Greylist: delayed 1267 seconds by postgrey-1.27 at monty-python; Tue, 17 Feb 2009 12:24:14 EST X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:109136 Archived-At: I wrote docs for auth-source, which is currently inside Gnus but may have to be pulled out for general use. They are in doc/misc/auth.texi, in case anyone wants to review them. Outside Gnus, the url package and Tramp use auth-source. I'd like to add support in more Emacs packages, so please let me know if you have any suggestions. Thanks Ted