From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: bad epg.el+GPG2 behavior: unavoidable passphrase pinentry prompt Date: Mon, 30 Sep 2013 14:53:38 -0400 Message-ID: References: <878uyg0yp1.fsf@flea.lifelogs.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1380567235 9473 80.91.229.3 (30 Sep 2013 18:53:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 30 Sep 2013 18:53:55 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 30 20:53:58 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VQibV-0005Vr-Ub for ged-emacs-devel@m.gmane.org; Mon, 30 Sep 2013 20:53:58 +0200 Original-Received: from localhost ([::1]:51191 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VQibV-0000yC-Kt for ged-emacs-devel@m.gmane.org; Mon, 30 Sep 2013 14:53:57 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57929) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VQibL-0000tr-QD for emacs-devel@gnu.org; Mon, 30 Sep 2013 14:53:55 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VQibE-0001Vm-Ht for emacs-devel@gnu.org; Mon, 30 Sep 2013 14:53:47 -0400 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:52517) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VQibE-0001Vf-CU for emacs-devel@gnu.org; Mon, 30 Sep 2013 14:53:40 -0400 Original-Received: from pastel.home (lechon.iro.umontreal.ca [132.204.27.242]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id r8UIrc9k021815; Mon, 30 Sep 2013 14:53:39 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id C473F631AA; Mon, 30 Sep 2013 14:53:38 -0400 (EDT) In-Reply-To: <878uyg0yp1.fsf@flea.lifelogs.com> (Ted Zlatanov's message of "Sun, 29 Sep 2013 05:22:34 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Level: X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0.2 X-NAI-Spam-Rules: 2 Rules triggered GEN_SPAM_FEATRE=0.2, RV4717=0 X-NAI-Spam-Version: 2.3.0.9362 : core <4717> : inlines <110> : streams <1047790> : uri <1551963> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.20 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:163741 Archived-At: > but with GPG 2.x that seems to be disabled and the pinentry prompt pops > up no matter what. What happens if you redirect stdin from /dev/null? Stefan