From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: encrypt.el Date: Tue, 19 Oct 2004 12:45:07 -0400 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: <4n7jpu4o7d.fsf@lifelogs.com> <4nis9baoz3.fsf@lifelogs.com> <4nfz4f94jw.fsf_-_@lifelogs.com> <4n4qkrvrwu.fsf@lifelogs.com> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1098204423 12408 80.91.229.6 (19 Oct 2004 16:47:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 19 Oct 2004 16:47:03 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 19 18:46:59 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CJx8U-0006KX-00 for ; Tue, 19 Oct 2004 18:46:58 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CJxFp-0000P6-Ao for ged-emacs-devel@m.gmane.org; Tue, 19 Oct 2004 12:54:33 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CJxEm-0007lQ-Du for emacs-devel@gnu.org; Tue, 19 Oct 2004 12:53:28 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CJxEk-0007im-6N for emacs-devel@gnu.org; Tue, 19 Oct 2004 12:53:26 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CJxEk-0007hx-1V for emacs-devel@gnu.org; Tue, 19 Oct 2004 12:53:26 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CJx7C-00071r-6Q for emacs-devel@gnu.org; Tue, 19 Oct 2004 12:45:38 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1CJx6h-0000Ns-QW; Tue, 19 Oct 2004 12:45:12 -0400 Original-To: Ted Zlatanov In-reply-to: <4n4qkrvrwu.fsf@lifelogs.com> (message from Ted Zlatanov on Mon, 18 Oct 2004 13:48:33 -0400) 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: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:28612 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:28612 Perhaps it would be better to default encrypt-password-cache-expiry to 'default, which would use password-cache-expiry, and also allow a numeric value which would override password-cache-expiry. That sounds good. So I would like someone to move encrypt.el into Emacs, and to make this change in it.