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: patch to include EasyPG to Emacs Date: Wed, 13 Feb 2008 23:43:09 -0500 Message-ID: References: <87ve515pn4.fsf@broken.deisui.org> <87zlucj5f3.fsf@grepfind.mwolson.org> <87r6flb8d6.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> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1202964379 7149 80.91.229.12 (14 Feb 2008 04:46:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 14 Feb 2008 04:46:19 +0000 (UTC) Cc: ueno@unixuser.org, mwolson@gnu.org, monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 14 05:46:42 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 1JPVzc-00079M-Vl for ged-emacs-devel@m.gmane.org; Thu, 14 Feb 2008 05:46:41 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JPVz9-0006PC-5m for ged-emacs-devel@m.gmane.org; Wed, 13 Feb 2008 23:46:11 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JPVwF-00031p-MV for emacs-devel@gnu.org; Wed, 13 Feb 2008 23:43:11 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JPVwE-00031A-3C for emacs-devel@gnu.org; Wed, 13 Feb 2008 23:43:11 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JPVwD-000314-Sv for emacs-devel@gnu.org; Wed, 13 Feb 2008 23:43:09 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JPVwD-0001Xx-Pj for emacs-devel@gnu.org; Wed, 13 Feb 2008 23:43:09 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1JPVwD-0005ol-4m; Wed, 13 Feb 2008 23:43:09 -0500 In-reply-to: <200802131728.m1DHSV7t011392@sallyv1.ics.uci.edu> (message from Dan Nicolaescu on Wed, 13 Feb 2008 09:28:31 -0800) 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:89049 Archived-At: - allow files with a .gpg suffix to be automatically encrypted/decrypted, similar to what we do for .gz files now (this depends on a minor-mode being turned on now) How can that work? You need to give the key each time you decrypt. - add an "Encryption/Decryption" menu entry to the "Tools" menu (this depends on a minor-mode being turned on now) I see no harm in that. - add key bindings and menu entries to dired-mode to encrypt/decrypt/sign/verify files (this depends on a minor-mode being turned on now) I see no harm in that.