From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Daiki Ueno Newsgroups: gmane.emacs.devel Subject: Re: epg.el: epg--status-GET_LINE not working? Date: Mon, 26 Jun 2017 09:30:00 +0200 Message-ID: References: <87fuenqlp8.fsf@mithlond.arda> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1498462256 7613 195.159.176.226 (26 Jun 2017 07:30:56 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 26 Jun 2017 07:30:56 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) Cc: "Neal H. Walfield" , emacs-devel@gnu.org To: Teemu Likonen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 26 09:30:48 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dPOTo-0001F9-EY for ged-emacs-devel@m.gmane.org; Mon, 26 Jun 2017 09:30:40 +0200 Original-Received: from localhost ([::1]:45047 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dPOTt-0000SJ-EC for ged-emacs-devel@m.gmane.org; Mon, 26 Jun 2017 03:30:45 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54952) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dPOTg-0000Rc-2j for emacs-devel@gnu.org; Mon, 26 Jun 2017 03:30:37 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dPOTc-0002DV-35 for emacs-devel@gnu.org; Mon, 26 Jun 2017 03:30:32 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:57004) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dPOTL-0002AH-Sy; Mon, 26 Jun 2017 03:30:11 -0400 Original-Received: from du-a.org ([219.94.251.20]:57164 helo=localhost.localdomain) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1dPOTK-0007bu-Ak; Mon, 26 Jun 2017 03:30:11 -0400 In-Reply-To: <87fuenqlp8.fsf@mithlond.arda> (Teemu Likonen's message of "Mon, 26 Jun 2017 09:58:43 +0300") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:215991 Archived-At: Teemu Likonen writes: > I have been thinking of fixing epg.el bug #24350 > . I had a tentative patch for this, but I decided not to include it. At that time, the GnuPG developers didn't seem to have a consensus on how TOFU is supposed to work: Neal suggested it should be triggered by a key, while Werner suggested that it should be triggered by an email address. I am on Werner's side, and if the things are implemented in that way, we don't need to handle the conflicts in such lower level (but in the MUA level). > A possible fix: Remove "--command-fd 0" from gpg's options. It looks to > me that it is not really used. Then also epg--status-GET_LINE function > can be removed. It doesn't sound like a good idea. Have you considered all the cases where epg--status-GET_LINE is called? It is used (and works) for many other queries. Regards, -- Daiki Ueno