From 5a8d03e9b9407d033afb9d795003cff1ced52b7b Mon Sep 17 00:00:00 2001 From: Michael Olson Date: Tue, 12 Feb 2008 01:24:20 +0000 Subject: EasyPG: Update manual, menu label, epa-menu-mode->epa-mode, dired minor mode. --- doc/misc/ChangeLog | 4 ++++ doc/misc/epa.texi | 33 ++++++++++----------------------- 2 files changed, 14 insertions(+), 23 deletions(-) (limited to 'doc') diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index f88471754c..c3a4e60748 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,3 +1,7 @@ +2008-02-11 Daiki Ueno + + * epa.texi (Quick start): Remove the .emacs setting. + 2008-02-10 Daiki Ueno * epa.texi (Quick start): Use the command `epa-enable' instead of diff --git a/doc/misc/epa.texi b/doc/misc/epa.texi index 08f3fb4178..24453cd8ac 100644 --- a/doc/misc/epa.texi +++ b/doc/misc/epa.texi @@ -77,36 +77,23 @@ EasyPG Assistant provides the following features. @node Quick start @chapter Quick start -@c To install, just follow the standard CMMI installation instructions. - -@c @cartouche -@c @example -@c $ ./configure -@c $ sudo make install -@c @end example -@c @end cartouche - -@c @noindent -@c Then, add the following line to your @file{~/.emacs} - -Add the following line to your @file{~/.emacs}. - -@cartouche -@lisp -(epa-mode 1) -@end lisp -@end cartouche - -@noindent -Restart emacs and type @kbd{M-x epa- @key{TAB}}, and you will see a -lot of commands available. For example, +EasyPG Assistant commands are prefixed by @samp{epa-}. For example, @itemize @bullet @item To browse your keyring, type @kbd{M-x epa-list-keys} @item To create a cleartext signature of the region, type @kbd{M-x epa-sign-region} + +@item To encrypt a file, type @kbd{M-x epa-encrypt-file} @end itemize +EasyPG Assistant provides several cryptographic features which can be +integrated into other Emacs functionalities. For example, automatic +encryption/decryption of @samp{*.gpg} files. + +To install these features, do @kbd{C-u 1 M-x epa-mode}. It can also +be turned on by customize. Try @kbd{M-x customize-variable epa-mode}. + @node Commands @chapter Commands -- cgit v1.2.3