emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r102095: Add alternative key bindings


From: Daiki Ueno
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102095: Add alternative key bindings for epa-mail commands.
Date: Mon, 25 Oct 2010 12:06:35 +0900
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 102095
committer: Daiki Ueno <address@hidden>
branch nick: trunk
timestamp: Mon 2010-10-25 12:06:35 +0900
message:
  Add alternative key bindings for epa-mail commands.
  
  * epa.texi (Mail-mode integration): Add alternative key bindings
  for epa-mail commands; escape comma.
modified:
  doc/misc/ChangeLog
  doc/misc/epa.texi
=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog        2010-10-25 00:04:44 +0000
+++ b/doc/misc/ChangeLog        2010-10-25 03:06:35 +0000
@@ -1,3 +1,8 @@
+2010-10-25  Daiki Ueno  <address@hidden>
+
+       * epa.texi (Mail-mode integration): Add alternative key bindings
+       for epa-mail commands; escape comma.
+
 2010-10-24  Jay Belanger  <address@hidden>
 
        * calc.texi:  Use emacsver.texi to determine Emacs version.

=== modified file 'doc/misc/epa.texi'
--- a/doc/misc/epa.texi 2010-10-12 01:49:05 +0000
+++ b/doc/misc/epa.texi 2010-10-25 03:06:35 +0000
@@ -313,7 +313,7 @@
 NOTE: Inline PGP is not recommended and you should consider to use
 PGP/MIME.  See
 @uref{http://josefsson.org/inline-openpgp-considered-harmful.html,
-Inline PGP in E-mail is bad, Mm'kay?}.
+Inline PGP in E-mail is address@hidden Mm'kay?}.
 
 @noindent
 Once @code{epa-mail-mode} is enabled, the following keys are assigned.
@@ -321,22 +321,26 @@
 interface.  Try @kbd{M-x customize-variable epa-global-mail-mode}.
 
 @table @kbd
address@hidden C-c C-e d
address@hidden C-c C-e C-d and C-c C-e d
address@hidden @kbd{C-c C-e C-d}
 @kindex @kbd{C-c C-e d}
 @findex epa-mail-decrypt
 Decrypt OpenPGP armors in the current buffer.
 
address@hidden C-c C-e v
address@hidden C-c C-e C-v and C-c C-e v
address@hidden @kbd{C-c C-e C-v}
 @kindex @kbd{C-c C-e v}
 @findex epa-mail-verify
 Verify OpenPGP cleartext signed messages in the current buffer.
 
address@hidden C-c C-e s
address@hidden C-c C-e C-s and C-c C-e s
address@hidden @kbd{C-c C-e C-s}
 @kindex @kbd{C-c C-e s}
 @findex epa-mail-sign
 Compose a signed message from the current buffer.
 
address@hidden C-c C-e e
address@hidden C-c C-e C-e and C-c C-e e
address@hidden @kbd{C-c C-e C-e}
 @kindex @kbd{C-c C-e e}
 @findex epa-mail-encrypt
 Compose an encrypted message from the current buffer.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]