Describe dired extension.
authorueno <ueno>
Fri, 23 Mar 2007 06:39:04 +0000 (06:39 +0000)
committerueno <ueno>
Fri, 23 Mar 2007 06:39:04 +0000 (06:39 +0000)
epa.texi

index dd6148b..48bc7fb 100644 (file)
--- a/epa.texi
+++ b/epa.texi
@@ -269,7 +269,33 @@ Encrypt @var{file}.  It will let you select recipients.
 
 @node Dired integration
 @section Dired integration
-(not yet written.)
+
+EasyPG Assistant extends Dired Mode for GNU Emacs to allow users to
+easily do cryptographic operations on files.  The following keys are
+assigned.
+
+@table @kbd
+@item : d
+@kindex : d
+@findex epa-dired-do-decrypt
+Decrypt marked files.
+
+@item : v
+@kindex : v
+@findex epa-dired-do-verify
+Verify marked files.
+
+@item : s
+@kindex : s
+@findex epa-dired-do-sign
+Sign marked files.
+
+@item : e
+@kindex : e
+@findex epa-dired-do-encrypt
+Encrypt marked files.
+
+@end table
 
 @node Encrypting/decrypting *.gpg files
 @section Encrypting/decrypting *.gpg files
@@ -293,7 +319,7 @@ Enable automatic encryption/decryption of *.gpg files.
 @end deffn
 
 @code{epa-file} will let you select recipients.  If you want to
-suppress this question, it might be good idea to put the following
+suppress this question, it might be a good idea to put the following
 line on the first line of the plaintext.
 @vindex epa-file-encrypt-to
 
@@ -301,6 +327,19 @@ line on the first line of the plaintext.
 ;; -*- epa-file-encrypt-to: ("ueno@@unixuser.org") -*-
 @end lisp
 
+Other variables which control the automatic encryption/decryption
+behavior are below.
+
+@defvar epa-file-cache-passphrase-for-symmetric-encryption
+If non-@code{nil}, cache passphrase for symmetric encryption.  The
+default value is @code{nil}.
+@end defvar
+
+@defvar epa-file-inhibit-auto-save
+If non-@code{nil}, disable auto-saving when opening an encrypted file.
+The default value is @code{t}.
+@end defvar
+
 @summarycontents
 @contents
 @bye