Gnus development mailing list
 help / color / mirror / Atom feed
From: Daiki Ueno <ueno@gnu.org>
To: ding@gnus.org
Subject: Re: Gnus hangs when calling gpg
Date: Tue, 04 Mar 2014 14:03:14 +0900	[thread overview]
Message-ID: <m31tyiwo6l.fsf-ueno@gnu.org> (raw)
In-Reply-To: <87eh2oeiko.fsf@lifelogs.com> (Ted Zlatanov's message of "Thu, 27 Feb 2014 09:28:07 -0500")

Ted Zlatanov <tzz@lifelogs.com> writes:

> I'd like to avoid this, especially at the byte-compile stage.  Looks
> like ./lisp/epg-config.el:epg-configuration is doing the calling to
> investigate GnuPG's capabilities.  That in turn is called by
> mml-smime.el and mml1991.el and mml2015.el.

Agreed, assuming that you mean something like:

(defvar mml2015-use 'epg
  "The package used for PGP/MIME.
Valid packages include `epg', `pgg' and `mailcrypt'.")

(unless noninteractive
   (condition-case nil
       (progn
	 (require 'epg-config)
	 (epg-check-configuration (epg-configuration))
	 (setq mml2015-use 'epg))
     (error))
   ...)

Regards,
--
Daiki Ueno



  reply	other threads:[~2014-03-04  5:03 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-26 16:45 Julien Cubizolles
2014-02-26 18:29 ` Adam Sjøgren
2014-02-27 10:54 ` Matt Ford
2014-02-27 14:28 ` Ted Zlatanov
2014-03-04  5:03   ` Daiki Ueno [this message]
2014-03-05 14:05     ` Lars Ingebrigtsen
2014-03-06  3:28       ` Daiki Ueno
2014-03-06 14:10         ` Ted Zlatanov
2014-03-07  7:28           ` Daiki Ueno

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=m31tyiwo6l.fsf-ueno@gnu.org \
    --to=ueno@gnu.org \
    --cc=ding@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).