From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.help Subject: Re: Mo' elisp - caching passwords entered via read-passwd fn Date: Wed, 01 Dec 2010 15:30:22 +0100 Message-ID: <8762vda7lt.fsf@gmx.de> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1291213939 25770 80.91.229.12 (1 Dec 2010 14:32:19 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 1 Dec 2010 14:32:19 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Dec 01 15:32:15 2010 Return-path: Envelope-to: geh-help-gnu-emacs@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 1PNnjD-00087Q-8A for geh-help-gnu-emacs@m.gmane.org; Wed, 01 Dec 2010 15:32:15 +0100 Original-Received: from localhost ([127.0.0.1]:38629 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PNnjC-0007Hr-L3 for geh-help-gnu-emacs@m.gmane.org; Wed, 01 Dec 2010 09:32:14 -0500 Original-Received: from [140.186.70.92] (port=36213 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PNnhT-0006aX-A3 for help-gnu-emacs@gnu.org; Wed, 01 Dec 2010 09:30:29 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PNnhR-0003W5-W8 for help-gnu-emacs@gnu.org; Wed, 01 Dec 2010 09:30:27 -0500 Original-Received: from mailout-de.gmx.net ([213.165.64.23]:56495 helo=mail.gmx.net) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1PNnhR-0003Ve-Ke for help-gnu-emacs@gnu.org; Wed, 01 Dec 2010 09:30:25 -0500 Original-Received: (qmail invoked by alias); 01 Dec 2010 14:30:23 -0000 Original-Received: from p57BBD465.dip0.t-ipconnect.de (EHLO detlef.gmx.de) [87.187.212.101] by mail.gmx.net (mp021) with SMTP; 01 Dec 2010 15:30:23 +0100 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX19FdHYyKndFaP6KrPCWWlOXrkxqyLxQoUcdPGiQvM XNPE8oOG6s0txv In-Reply-To: (Gary's message of "Wed, 01 Dec 2010 13:04:31 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:75461 Archived-At: Gary writes: > Is there any accepted way of doing this? I'm certainly not going to > build my own caching mechanism, but I'd be happy to use anything that > might already exist. (require 'password-cache) Best regards, Michael.