From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/84280 Path: news.gmane.org!not-for-mail From: Daiki Ueno Newsgroups: gmane.emacs.gnus.general Subject: Re: Gnus hangs when calling gpg Date: Thu, 06 Mar 2014 12:28:57 +0900 Message-ID: References: <87eh2oeiko.fsf@lifelogs.com> <87mwh4viz5.fsf@building.gnus.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1394076545 15685 80.91.229.3 (6 Mar 2014 03:29:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 6 Mar 2014 03:29:05 +0000 (UTC) Cc: ding@gnus.org To: Lars Ingebrigtsen Original-X-From: ding-owner+M32528@lists.math.uh.edu Thu Mar 06 04:29:11 2014 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WLOze-00051t-AR for ding-account@gmane.org; Thu, 06 Mar 2014 04:29:10 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1WLOzd-0007K1-9f; Wed, 05 Mar 2014 21:29:09 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1WLOzc-0007Jq-9W for ding@lists.math.uh.edu; Wed, 05 Mar 2014 21:29:08 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES128-SHA:128) (Exim 4.76) (envelope-from ) id 1WLOzX-0006Ks-ME for ding@lists.math.uh.edu; Wed, 05 Mar 2014 21:29:08 -0600 Original-Received: from fencepost.gnu.org ([208.118.235.10] ident=Debian-exim) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1WLOzW-0006NC-4x; Thu, 06 Mar 2014 04:29:02 +0100 Original-Received: from du-a.org ([2001:e41:db5e:fb14::1]:50390 helo=localhost.localdomain) by fencepost.gnu.org with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1WLOzU-0000PO-Mk; Wed, 05 Mar 2014 22:29:00 -0500 In-Reply-To: <87mwh4viz5.fsf@building.gnus.org> (Lars Ingebrigtsen's message of "Wed, 05 Mar 2014 15:05:34 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-Spam-Score: -7.9 (-------) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:84280 Archived-At: Lars Ingebrigtsen writes: > I haven't looked at the code, so I may be misinterpreting this, bout > shouldn't this wait until epg is actually used? This is a check to make sure "recent enough" version (>= 1.4.3, for some reason) of GnuPG is available on the system. Otherwise, it tries pgg, then mailcrypt. If we checked that in, say mml2015-epg-sign, it would be too late. However, I tend to agree 'require' check is enough for this case, since 1.4.3 is already pretty old (which was released 8 years ago). Regards, -- Daiki Ueno