Gnus development mailing list
 help / color / mirror / Atom feed
From: Teemu Likonen <tlikonen@iki.fi>
To: Lars Ingebrigtsen <larsi@gnus.org>
Cc: Russ Allbery <eagle@eyrie.org>, ding@gnus.org
Subject: Re: gnus / gpg agent interaction after upgrade to Fedora 23
Date: Sat, 06 Feb 2016 10:24:32 +0200	[thread overview]
Message-ID: <87r3gqkzzz.fsf@iki.fi> (raw)
In-Reply-To: <87bn7uqta1.fsf@gnus.org> (Lars Ingebrigtsen's message of "Sat, 06 Feb 2016 16:53:10 +1100")

[-- Attachment #1: Type: text/plain, Size: 1085 bytes --]

Lars Ingebrigtsen [2016-02-06 16:53:10+11] wrote:

> Russ Allbery <eagle@eyrie.org> writes:
>> Try (setq epg-gpg-program "gpg2"). By default, I think it uses gpg,
>> which is not compatible with the gpg-agent that comes with gpg2.

> Should the default here be changed? I'm not very familiar with the epg
> stuff...
>
> That is, if pgp2 exists on the system, should that be the default
> value?

I think yes. Currently (as in Emacs branch emacs-25) it's this:

    (defcustom epg-gpg-program (cond ((executable-find "gpg") "gpg")
                                     ((executable-find "gpg2") "gpg2")
                                     (t "gpg"))
      "The `gpg' executable."
      :group 'epg
      :type 'string)

I suggest this:

    (defcustom epg-gpg-program (cond ((executable-find "gpg2") "gpg2")
                                     (t "gpg"))
      "The `gpg' executable."
      :group 'epg
      :type 'string)

-- 
/// Teemu Likonen   - .-..   <https://github.com/tlikonen> //
// PGP: 4E10 55DC 84E9 DFF6 13D7 8557 719D 69D3 2453 9450 ///

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 818 bytes --]

  reply	other threads:[~2016-02-06  8:24 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-18  4:02 Dave Goldberg
2016-01-18  4:06 ` Russ Allbery
2016-01-18  4:36   ` Dave Goldberg
2016-02-06  5:53   ` Lars Ingebrigtsen
2016-02-06  8:24     ` Teemu Likonen [this message]
2016-02-06 18:17       ` Russ Allbery
2016-02-07  2:02         ` Lars Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87r3gqkzzz.fsf@iki.fi \
    --to=tlikonen@iki.fi \
    --cc=ding@gnus.org \
    --cc=eagle@eyrie.org \
    --cc=larsi@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).