[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Password prompt inside Emacs with epg-gpg-program -> "gpg2"?
From: |
Michael Heerdegen |
Subject: |
Re: Password prompt inside Emacs with epg-gpg-program -> "gpg2"? |
Date: |
Mon, 08 Feb 2016 18:54:04 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) |
Hi Joakim,
> FWIW, this is what I have in my config regarding Gnupg:
>
> **** GPG
>
> So, this was a bit of a pain to get working, but now it
> works. For some
> inexplicable reason, pinentry-emacs isn't built by default on
> either FreeBSD or Arch, so one has to build it from source, and add
> =--enable-pinentry-emacs=. Then add "allow-pinentry-emacs" to
> =~/.gnupg/gpg-agent.conf=.
> Then one simply does:
>
> #+BEGIN_SRC emacs-lisp
> (require 'pinentry)
> (pinentry-start)
> (setenv "INSIDE_EMACS" "YES")
> #+END_SRC
> [...]
Thanks for answering!
What is pinentry-emacs - this one?
https://github.com/ecraven/pinentry-emacs
Do you mean I need to install this to be able to use pinentry.el (which,
I found out, already comes with Emacs 25)?
Regards,
Michael.
- Password prompt inside Emacs with epg-gpg-program -> "gpg2"?, Michael Heerdegen, 2016/02/08
- Re: Password prompt inside Emacs with epg-gpg-program -> "gpg2"?, Teemu Likonen, 2016/02/08
- Re: Password prompt inside Emacs with epg-gpg-program -> "gpg2"?, Michael Heerdegen, 2016/02/08
- Re: Password prompt inside Emacs with epg-gpg-program -> "gpg2"?, Joakim Jalap, 2016/02/08
- Re: Password prompt inside Emacs with epg-gpg-program -> "gpg2"?,
Michael Heerdegen <=
- Re: Password prompt inside Emacs with epg-gpg-program -> "gpg2"?, Joakim Jalap, 2016/02/08
- Re: Password prompt inside Emacs with epg-gpg-program -> "gpg2"?, Michael Heerdegen, 2016/02/08
- Re: Password prompt inside Emacs with epg-gpg-program -> "gpg2"?, Joakim Jalap, 2016/02/08
- Re: Password prompt inside Emacs with epg-gpg-program -> "gpg2"?, Michael Heerdegen, 2016/02/08
- Re: Password prompt inside Emacs with epg-gpg-program -> "gpg2"?, Joakim Jalap, 2016/02/09
- Re: Password prompt inside Emacs with epg-gpg-program -> "gpg2"?, tomas, 2016/02/09
- Re: Password prompt inside Emacs with epg-gpg-program -> "gpg2"?, Lars Ingebrigtsen, 2016/02/08
- Re: Password prompt inside Emacs with epg-gpg-program -> "gpg2"?, Daiki Ueno, 2016/02/09
- Re: Password prompt inside Emacs with epg-gpg-program -> "gpg2"?, Lars Ingebrigtsen, 2016/02/08
- Re: Password prompt inside Emacs with epg-gpg-program -> "gpg2"?, Joakim Jalap, 2016/02/09