aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc/message.texi
diff options
context:
space:
mode:
authorChong Yidong2012-04-04 15:54:02 +0800
committerChong Yidong2012-04-04 15:54:02 +0800
commit3d439cd10fff3e71c7115263a03a5a92898ca7ea (patch)
treee79c2b0c1e66474429fec04614701d38c5bf52e7 /doc/misc/message.texi
parent97f4a299ee49ed580beb079752bd4d0c9dee0ce7 (diff)
downloademacs-3d439cd10fff3e71c7115263a03a5a92898ca7ea.tar.gz
emacs-3d439cd10fff3e71c7115263a03a5a92898ca7ea.zip
Several miscellaneous doc changes.
* doc/lispref/display.texi (Delayed Warnings): New node. * doc/misc/gnus-faq.texi (FAQ 8-2): Mention EasyPG. * doc/misc/gnus.texi: Reduce references to obsolete pgg library. (Security): Note that epg is now the default. * doc/misc/message.texi (Using PGP/MIME): Note that epg is now the default. * doc/misc/nxml-mode.texi (Completion): C-RET is no longer bound to nxml-complete. * lisp/subr.el (delayed-warnings-hook): Doc fix. * src/keyboard.c (Vdelayed_warnings_list): Doc fix.
Diffstat (limited to 'doc/misc/message.texi')
-rw-r--r--doc/misc/message.texi16
1 files changed, 6 insertions, 10 deletions
diff --git a/doc/misc/message.texi b/doc/misc/message.texi
index 7ed5f6a92a5..ac5811a0ce8 100644
--- a/doc/misc/message.texi
+++ b/doc/misc/message.texi
@@ -1101,10 +1101,11 @@ the passphrase prompt.
1101 1101
1102@acronym{PGP/MIME} requires an external OpenPGP implementation, such 1102@acronym{PGP/MIME} requires an external OpenPGP implementation, such
1103as @uref{http://www.gnupg.org/, GNU Privacy Guard}. Pre-OpenPGP 1103as @uref{http://www.gnupg.org/, GNU Privacy Guard}. Pre-OpenPGP
1104implementations such as PGP 2.x and PGP 5.x are also supported. One 1104implementations such as PGP 2.x and PGP 5.x are also supported. The
1105Emacs interface to the PGP implementations, PGG (@pxref{Top, ,PGG, 1105default Emacs interface to the PGP implementation is EasyPG
1106pgg, PGG Manual}), is included, but Mailcrypt is also supported. 1106(@pxref{Top,,EasyPG Assistant User's Manual, epa, EasyPG Assistant
1107@xref{PGP Compatibility}. 1107User's Manual}), but PGG (@pxref{Top, ,PGG, pgg, PGG Manual}) and
1108Mailcrypt are also supported. @xref{PGP Compatibility}.
1108 1109
1109@cindex gpg-agent 1110@cindex gpg-agent
1110Message internally calls GnuPG (the @command{gpg} command) to perform 1111Message internally calls GnuPG (the @command{gpg} command) to perform
@@ -1139,11 +1140,6 @@ does the trick.
1139gpg --use-agent --sign < /dev/null > /dev/null 1140gpg --use-agent --sign < /dev/null > /dev/null
1140@end example 1141@end example
1141 1142
1142The Lisp variable @code{pgg-gpg-use-agent} controls whether to use
1143@command{gpg-agent}. See also @xref{Caching passphrase, , , pgg, The
1144PGG Manual}.
1145
1146
1147@node PGP Compatibility 1143@node PGP Compatibility
1148@subsection Compatibility with older implementations 1144@subsection Compatibility with older implementations
1149 1145
@@ -1158,7 +1154,7 @@ your PGP implementation, so we refer to it.
1158If you have imported your old PGP 2.x key into GnuPG, and want to send 1154If you have imported your old PGP 2.x key into GnuPG, and want to send
1159signed and encrypted messages to your fellow PGP 2.x users, you'll 1155signed and encrypted messages to your fellow PGP 2.x users, you'll
1160discover that the receiver cannot understand what you send. One 1156discover that the receiver cannot understand what you send. One
1161solution is to use PGP 2.x instead (i.e., if you use @code{pgg}, set 1157solution is to use PGP 2.x instead (e.g.@: if you use @code{pgg}, set
1162@code{pgg-default-scheme} to @code{pgp}). You could also convince your 1158@code{pgg-default-scheme} to @code{pgp}). You could also convince your
1163fellow PGP 2.x users to convert to GnuPG. 1159fellow PGP 2.x users to convert to GnuPG.
1164@vindex mml-signencrypt-style-alist 1160@vindex mml-signencrypt-style-alist