Mention how to enable pinentry feature

* etc/NEWS: Mention "gpgconf --reload gpg-agent".
* lisp/net/pinentry.el: Likewise.
This commit is contained in:
Daiki Ueno 2016-02-22 06:05:14 +09:00
parent db512249dd
commit 5f8965839d
2 changed files with 5 additions and 2 deletions

View file

@ -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.

View 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