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: Re: secrets.el Date: Sat, 20 Mar 2010 14:32:14 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87fx3upz5t.fsf@lifelogs.com> References: <87zl2g24xy.fsf@stupidchicken.com> <87mxyfq3bz.fsf@gmx.de> <87sk87h49a.fsf@gmx.de> <87ljdzaq2m.fsf@gmx.de> <87d3z9369c.fsf@mail.jurta.org> <871vfogdkd.fsf_-_@gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1269113572 28165 80.91.229.12 (20 Mar 2010 19:32:52 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 20 Mar 2010 19:32:52 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 20 20:32:48 2010 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.69) (envelope-from ) id 1Nt4Pe-0007NA-PK for ged-emacs-devel@m.gmane.org; Sat, 20 Mar 2010 20:32:47 +0100 Original-Received: from localhost ([127.0.0.1]:53274 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nt4Pd-0002uE-Dk for ged-emacs-devel@m.gmane.org; Sat, 20 Mar 2010 15:32:45 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nt4PX-0002sk-FD for emacs-devel@gnu.org; Sat, 20 Mar 2010 15:32:39 -0400 Original-Received: from [140.186.70.92] (port=53662 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nt4PU-0002rP-AW for emacs-devel@gnu.org; Sat, 20 Mar 2010 15:32:37 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nt4PR-0006uL-S7 for emacs-devel@gnu.org; Sat, 20 Mar 2010 15:32:36 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:41654) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nt4PR-0006uC-Lq for emacs-devel@gnu.org; Sat, 20 Mar 2010 15:32:33 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Nt4PN-0007FA-CH for emacs-devel@gnu.org; Sat, 20 Mar 2010 20:32:29 +0100 Original-Received: from c-98-227-29-141.hsd1.il.comcast.net ([98.227.29.141]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 20 Mar 2010 20:32:29 +0100 Original-Received: from tzz by c-98-227-29-141.hsd1.il.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 20 Mar 2010 20:32:29 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 20 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: c-98-227-29-141.hsd1.il.comcast.net 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:z3q3A3icPvZEpJ25o7KTzR6XAGI= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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:122380 Archived-At: On Sat, 13 Mar 2010 21:40:50 +0100 Michael Albinus wrote: MA> Stefan Monnier writes: >>> Until it is renamed, we could accept the fact that the keyword "comm" >>> corresponds to the subdirectory name "net", and put all files that >>> fit the description "communications, networking, remote access to files" >>> to the "net" subdirectory. >> >> Fair enough. MA> So I have installed it at lisp/net/secrets.el. I guess it could be MA> relocated easily, if needed. I fixed an unbalanced parenthesis bug in it. It was my first Bazaar commit, I hope I didn't destroy the repository :) On a recent Ubuntu system secrets.el doesn't do anything (listing collections fails for example). Some docs would be good. Ted