diff options
| author | Chong Yidong | 2012-04-04 15:54:02 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-04-04 15:54:02 +0800 |
| commit | 3d439cd10fff3e71c7115263a03a5a92898ca7ea (patch) | |
| tree | e79c2b0c1e66474429fec04614701d38c5bf52e7 /doc/misc/message.texi | |
| parent | 97f4a299ee49ed580beb079752bd4d0c9dee0ce7 (diff) | |
| download | emacs-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.texi | 16 |
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 |
| 1103 | as @uref{http://www.gnupg.org/, GNU Privacy Guard}. Pre-OpenPGP | 1103 | as @uref{http://www.gnupg.org/, GNU Privacy Guard}. Pre-OpenPGP |
| 1104 | implementations such as PGP 2.x and PGP 5.x are also supported. One | 1104 | implementations such as PGP 2.x and PGP 5.x are also supported. The |
| 1105 | Emacs interface to the PGP implementations, PGG (@pxref{Top, ,PGG, | 1105 | default Emacs interface to the PGP implementation is EasyPG |
| 1106 | pgg, PGG Manual}), is included, but Mailcrypt is also supported. | 1106 | (@pxref{Top,,EasyPG Assistant User's Manual, epa, EasyPG Assistant |
| 1107 | @xref{PGP Compatibility}. | 1107 | User's Manual}), but PGG (@pxref{Top, ,PGG, pgg, PGG Manual}) and |
| 1108 | Mailcrypt are also supported. @xref{PGP Compatibility}. | ||
| 1108 | 1109 | ||
| 1109 | @cindex gpg-agent | 1110 | @cindex gpg-agent |
| 1110 | Message internally calls GnuPG (the @command{gpg} command) to perform | 1111 | Message internally calls GnuPG (the @command{gpg} command) to perform |
| @@ -1139,11 +1140,6 @@ does the trick. | |||
| 1139 | gpg --use-agent --sign < /dev/null > /dev/null | 1140 | gpg --use-agent --sign < /dev/null > /dev/null |
| 1140 | @end example | 1141 | @end example |
| 1141 | 1142 | ||
| 1142 | The Lisp variable @code{pgg-gpg-use-agent} controls whether to use | ||
| 1143 | @command{gpg-agent}. See also @xref{Caching passphrase, , , pgg, The | ||
| 1144 | PGG 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. | |||
| 1158 | If you have imported your old PGP 2.x key into GnuPG, and want to send | 1154 | If you have imported your old PGP 2.x key into GnuPG, and want to send |
| 1159 | signed and encrypted messages to your fellow PGP 2.x users, you'll | 1155 | signed and encrypted messages to your fellow PGP 2.x users, you'll |
| 1160 | discover that the receiver cannot understand what you send. One | 1156 | discover that the receiver cannot understand what you send. One |
| 1161 | solution is to use PGP 2.x instead (i.e., if you use @code{pgg}, set | 1157 | solution 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 |
| 1163 | fellow PGP 2.x users to convert to GnuPG. | 1159 | fellow PGP 2.x users to convert to GnuPG. |
| 1164 | @vindex mml-signencrypt-style-alist | 1160 | @vindex mml-signencrypt-style-alist |