From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.devel Subject: Re: Emacs-23 release branch Date: Wed, 10 Mar 2010 22:22:40 +0100 Message-ID: <87mxyfq3bz.fsf@gmx.de> References: <87zl2g24xy.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1268256195 21829 80.91.229.12 (10 Mar 2010 21:23:15 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 10 Mar 2010 21:23:15 +0000 (UTC) Cc: emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 10 22:23:08 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 1NpTMx-0001vF-GO for ged-emacs-devel@m.gmane.org; Wed, 10 Mar 2010 22:23:07 +0100 Original-Received: from localhost ([127.0.0.1]:40639 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NpTMw-0001F8-Iq for ged-emacs-devel@m.gmane.org; Wed, 10 Mar 2010 16:23:06 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NpTMk-00015i-0Q for emacs-devel@gnu.org; Wed, 10 Mar 2010 16:22:54 -0500 Original-Received: from [140.186.70.92] (port=49191 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NpTMj-00014k-2V for emacs-devel@gnu.org; Wed, 10 Mar 2010 16:22:53 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NpTMh-0002uk-K8 for emacs-devel@gnu.org; Wed, 10 Mar 2010 16:22:52 -0500 Original-Received: from mail.gmx.net ([213.165.64.20]:37021) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1NpTMh-0002uS-7g for emacs-devel@gnu.org; Wed, 10 Mar 2010 16:22:51 -0500 Original-Received: (qmail invoked by alias); 10 Mar 2010 21:22:43 -0000 Original-Received: from p4FC00B7D.dip0.t-ipconnect.de (EHLO detlef.local) [79.192.11.125] by mail.gmx.net (mp019) with SMTP; 10 Mar 2010 22:22:43 +0100 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX18gTHIvHoAg7FXhFZsCncaEZHG5j0chBx0aLKUL6b cA0ui+V7HSVYwF In-Reply-To: <87zl2g24xy.fsf@stupidchicken.com> (Chong Yidong's message of "Tue, 09 Mar 2010 23:09:29 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.93 (gnu/linux) X-Y-GMX-Trusted: 0 X-FuHaFi: 0.63 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:121793 Archived-At: Chong Yidong writes: > This is also a good point for people to chime in on their plans for > Emacs 24. Last year, the GNOME Keyring and KDE Wallet developers have agreed a common API, called Secret Services, to access their password repositories. This API is D-Bus based, see . I have written a small package, secrets.el, which uses this API to read and write passwords. It is tested with GNOME Keyring 2.29.90; a public KWallet implementation is under work. Ted Zlatanov has volunteered to integrate it into auth-sources.el as new backend, and I intend to use it also in Tramp. Are there objections to install it under lisp/net/secrets.el? Best regards, Michael.