diff options
| author | Daiki Ueno | 2016-02-22 06:05:14 +0900 |
|---|---|---|
| committer | Daiki Ueno | 2016-02-22 06:17:29 +0900 |
| commit | 5f8965839d573032fc02be1298f37899cf61862d (patch) | |
| tree | 682a41942edde49884a652f18e14e0e5e8e6304d /etc | |
| parent | db512249ddb02221716fd01f13b5ac6c045ed773 (diff) | |
| download | emacs-5f8965839d573032fc02be1298f37899cf61862d.tar.gz emacs-5f8965839d573032fc02be1298f37899cf61862d.zip | |
Mention how to enable pinentry feature
* etc/NEWS: Mention "gpgconf --reload gpg-agent".
* lisp/net/pinentry.el: Likewise.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
| @@ -1275,7 +1275,9 @@ few or no entries have changed. | |||
| 1275 | minibuffer instead of a graphical dialog, depending on whether the gpg | 1275 | minibuffer instead of a graphical dialog, depending on whether the gpg |
| 1276 | command is called from Emacs (i.e., INSIDE_EMACS environment variable | 1276 | command is called from Emacs (i.e., INSIDE_EMACS environment variable |
| 1277 | is set). This feature requires newer versions of GnuPG (2.1.5 or | 1277 | is set). This feature requires newer versions of GnuPG (2.1.5 or |
| 1278 | later) and Pinentry (0.9.5 or later). | 1278 | later) and Pinentry (0.9.5 or later). To use this feature, add |
| 1279 | "allow-emacs-pinentry" to "~/.gnupg/gpg-agent.conf" and reload the | ||
| 1280 | configuration with "gpgconf --reload gpg-agent". | ||
| 1279 | 1281 | ||
| 1280 | +++ | 1282 | +++ |
| 1281 | ** cl-generic.el provides CLOS-style multiple-dispatch generic functions. | 1283 | ** cl-generic.el provides CLOS-style multiple-dispatch generic functions. |