]> code.delx.au - gnu-emacs/commitdiff
Mention how to enable pinentry feature
authorDaiki Ueno <ueno@gnu.org>
Sun, 21 Feb 2016 21:05:14 +0000 (06:05 +0900)
committerDaiki Ueno <ueno@gnu.org>
Sun, 21 Feb 2016 21:17:29 +0000 (06:17 +0900)
* etc/NEWS: Mention "gpgconf --reload gpg-agent".
* lisp/net/pinentry.el: Likewise.

etc/NEWS
lisp/net/pinentry.el

index 6d57091e0761303cc15317b16346dcfc1b4ef937..660af784b50bee2aba815113ac1d6498da615861 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1275,7 +1275,9 @@ few or no entries have changed.
 minibuffer instead of a graphical dialog, depending on whether the gpg
 command is called from Emacs (i.e., INSIDE_EMACS environment variable
 is set).  This feature requires newer versions of GnuPG (2.1.5 or
-later) and Pinentry (0.9.5 or later).
+later) and Pinentry (0.9.5 or later).  To use this feature, add
+"allow-emacs-pinentry" to "~/.gnupg/gpg-agent.conf" and reload the
+configuration with "gpgconf --reload gpg-agent".
 
 +++
 ** cl-generic.el provides CLOS-style multiple-dispatch generic functions.
index 27374afe4bffb38dfb80bd88ab0c24c652e06a6e..285f86481bc233638385f3d5204dad3442e81746 100644 (file)
@@ -26,7 +26,8 @@
 ;; This package allows GnuPG passphrase to be prompted through the
 ;; minibuffer instead of graphical dialog.
 ;;
-;; To use, add allow-emacs-pinentry to ~/.gnupg/gpg-agent.conf, and
+;; To use, add "allow-emacs-pinentry" to "~/.gnupg/gpg-agent.conf",
+;; reload the configuration with "gpgconf --reload gpg-agent", and
 ;; start the server with M-x pinentry-start.
 ;;
 ;; The actual communication path between the relevant components is