From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Daiki Ueno Newsgroups: gmane.emacs.bugs Subject: bug#7268: 24.0.50; gpg and gpg2 Date: Sun, 24 Oct 2010 12:25:49 +0900 Message-ID: <87zku4e0g2.fsf@broken.deisui.org> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1287891779 18549 80.91.229.12 (24 Oct 2010 03:42:59 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 24 Oct 2010 03:42:59 +0000 (UTC) Cc: 7268-done@debbugs.gnu.org To: Tom Tromey Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Oct 24 05:42:58 2010 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1P9rU1-0004tU-IL for geb-bug-gnu-emacs@m.gmane.org; Sun, 24 Oct 2010 05:42:57 +0200 Original-Received: from localhost ([127.0.0.1]:60709 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P9rU0-0006Iy-VR for geb-bug-gnu-emacs@m.gmane.org; Sat, 23 Oct 2010 23:42:57 -0400 Original-Received: from [140.186.70.92] (port=42265 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P9rTu-0006I6-D4 for bug-gnu-emacs@gnu.org; Sat, 23 Oct 2010 23:42:52 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P9rTt-000653-By for bug-gnu-emacs@gnu.org; Sat, 23 Oct 2010 23:42:50 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:38510) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P9rTt-00064z-AV for bug-gnu-emacs@gnu.org; Sat, 23 Oct 2010 23:42:49 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1P9r9n-0005k9-Cf for bug-gnu-emacs@gnu.org; Sat, 23 Oct 2010 23:22:03 -0400 Resent-From: Daiki Ueno Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Sun, 24 Oct 2010 03:22:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 7268 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Mail-Followup-To: 7268@debbugs.gnu.org, ueno@unixuser.org Original-Received: via spool by 7268-done@debbugs.gnu.org id=D7268.128789052222073 (code D ref 7268); Sun, 24 Oct 2010 03:22:03 +0000 Original-Received: (at 7268-done) by debbugs.gnu.org; 24 Oct 2010 03:22:02 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1P9r9m-0005jv-7D for submit@debbugs.gnu.org; Sat, 23 Oct 2010 23:22:02 -0400 Original-Received: from ivory4.scn-net.ne.jp ([219.117.176.192]) by debbugs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1P9r9i-0005jp-LM for 7268-done@debbugs.gnu.org; Sat, 23 Oct 2010 23:22:00 -0400 Original-Received: from ([192.168.0.187]) (envelope sender: ) by ivory4.scn-net.ne.jp with Active!Hunter esmtp server; Sun, 24 Oct 2010 12:25:51 +0900 Original-Received: Received: from well-done.deisui.org (g187018.scn-net.ne.jp [202.83.187.18]) (authenticated) by blue17.scn-net.ne.jp (unknown) with ESMTP id o9O3Po9V009972; Sun, 24 Oct 2010 12:25:50 +0900 In-Reply-To: (Tom Tromey's message of "Fri, 22 Oct 2010 13:41:41 -0600") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Sat, 23 Oct 2010 23:22:03 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:41106 Archived-At: Tom Tromey writes: > Emacs seems to use gpg in some places. > My system has "gpg2" installed but not gpg. > It would be nice if Emacs auto-selected gpg2 when available. Thanks, fixed for epg-config.el in r102074. > ./gnus/mailcap.el: (viewer . "gpg --import --interactive > --verbose") This could be moved to mml2015.el and rewritten to make use of epg or something. > ./pgg-gpg.el:(defcustom pgg-gpg-program "gpg" Since pgg is semi-obsolete, I would leave this as it is (patch & testing are welcome). > ./dired-x.el: '("\\.sign?$" "gpg --verify")) This could be moved to epa-dired.el. Regards, -- Daiki Ueno