From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: auto-encryption-mode, etc. (Re: patch to include EasyPG to Emacs Date: Mon, 18 Feb 2008 12:30:52 -0500 Message-ID: References: <87ve515pn4.fsf@broken.deisui.org> <87d4r4mxlo.fsf@broken.deisui.org> <200802102236.m1AMaHLU026386@sallyv1.ics.uci.edu> <54a15d860802101534h37b953b7i7061123ae83e4dec@mail.gmail.com> <87odaongwx.fsf@broken.deisui.org> <200802120348.m1C3mJ0B016980@sallyv1.ics.uci.edu> <200802131728.m1DHSV7t011392@sallyv1.ics.uci.edu> <54a15d860802140326t1ede84c9v9ca8abd62f837e21@mail.gmail.com> <87k5l2abj4.fsf_-_@broken.deisui.org> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1203355929 21594 80.91.229.12 (18 Feb 2008 17:32:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 18 Feb 2008 17:32:09 +0000 (UTC) Cc: dann@ics.uci.edu, mwolson@gnu.org, monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Daiki Ueno Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 18 18:32:32 2008 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 1JR9qh-000307-P2 for ged-emacs-devel@m.gmane.org; Mon, 18 Feb 2008 18:32:16 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JR9qD-0003Ls-1P for ged-emacs-devel@m.gmane.org; Mon, 18 Feb 2008 12:31:45 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JR9pR-0002qF-LA for emacs-devel@gnu.org; Mon, 18 Feb 2008 12:30:57 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JR9pO-0002mb-0y for emacs-devel@gnu.org; Mon, 18 Feb 2008 12:30:57 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JR9pN-0002mT-Te for emacs-devel@gnu.org; Mon, 18 Feb 2008 12:30:53 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JR9pN-0005XG-UQ for emacs-devel@gnu.org; Mon, 18 Feb 2008 12:30:54 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1JR9pM-0008Cb-FD; Mon, 18 Feb 2008 12:30:52 -0500 In-reply-to: <87k5l2abj4.fsf_-_@broken.deisui.org> (message from Daiki Ueno on Mon, 18 Feb 2008 17:55:59 +0900) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:89497 Archived-At: - add `auto-encryption-mode' which is an analog to `auto-compression-mode', - make `auto-encryption-mode' active by default, - remove an entry in etc/TODO, which states "Implement a variant of uncompress.el or jka-compr.el that works with GNU Privacy Guard for encryption", - make insert-file-contents-literally inhibit epa-file-handler as well as jka-compr-handler and image-file-handler, - define "Encryption/Decryption" submenu in the "Tools" menu, and - bind encryption commands in dired-mode-map. All this sounds good, but it might be desirable for Auto Encryption mode to ask for confirmation before it decrypts any newly visited file for the first time. (I have not studied the patch's code carefully.)