X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/b2a3e91287b48e727c64e697b7508937af4e622e..f89ef19f5f80afb42ef8e24a0e2beaf6c7b4efeb:/packages/pinentry/pinentry.el diff --git a/packages/pinentry/pinentry.el b/packages/pinentry/pinentry.el index 31156f96c..7cbe9f50c 100644 --- a/packages/pinentry/pinentry.el +++ b/packages/pinentry/pinentry.el @@ -24,9 +24,7 @@ ;;; Commentary: ;; This package allows GnuPG passphrase to be prompted through the -;; minibuffer instead of graphical dialog. As of June 2015, this -;; feature requires newer versions of GnuPG (2.1.5 or later) and -;; Pinentry (not yet released). +;; minibuffer instead of graphical dialog. ;; ;; To use, add allow-emacs-pinentry to ~/.gnupg/gpg-agent.conf, and ;; start the server with M-x pinentry-start. @@ -41,9 +39,14 @@ ;; ;; ${TMPDIR-/tmp}/emacs$(id -u)/pinentry ;; -;; under the same directory as server.el uses. The protocol is a +;; under the same directory which server.el uses. The protocol is a ;; subset of the Pinentry Assuan protocol described in (info ;; "(pinentry) Protocol"). +;; +;; NOTE: As of June 2015, this feature requires newer versions of +;; GnuPG (2.1.5+) and Pinentry (not yet released, possibly 0.9.5+). +;; For details, see the discussion on gnupg-devel mailing list: +;; . ;;; Code: