From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: Fix needed for communication with gpg-agent Date: Fri, 23 Feb 2007 11:23:11 -0500 Message-ID: <874ppc7si8.fsf@stupidchicken.com> References: <87irdzs6pp.fsf@stupidchicken.com> <87fy91g1pl.fsf@catnip.gol.com> <87wt2dk2rv.fsf@stupidchicken.com> <873b4yt7xx.fsf@stupidchicken.com> <87ps82ukz8.fsf@wheatstone.g10code.de> <87slcynii0.fsf@stupidchicken.com> <87ps81tfuy.fsf@wheatstone.g10code.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1172247827 20835 80.91.229.12 (23 Feb 2007 16:23:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 23 Feb 2007 16:23:47 +0000 (UTC) Cc: Daiki Ueno , emacs-devel@gnu.org, rms@gnu.org, Miles Bader To: Sascha Wilde Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 23 17:23:39 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HKdCs-0004HJ-OR for ged-emacs-devel@m.gmane.org; Fri, 23 Feb 2007 17:23:39 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HKdCs-0005jo-EQ for ged-emacs-devel@m.gmane.org; Fri, 23 Feb 2007 11:23:38 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HKdCf-0005jX-PA for emacs-devel@gnu.org; Fri, 23 Feb 2007 11:23:25 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HKdCf-0005jP-BA for emacs-devel@gnu.org; Fri, 23 Feb 2007 11:23:25 -0500 Original-Received: from south-station-annex.mit.edu ([18.72.1.2]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1HKdCf-0001gc-2A; Fri, 23 Feb 2007 11:23:25 -0500 Original-Received: from central-city-carrier-station.mit.edu (CENTRAL-CITY-CARRIER-STATION.MIT.EDU [18.7.7.72]) by south-station-annex.mit.edu (8.13.6/8.9.2) with ESMTP id l1NGNN7I025515; Fri, 23 Feb 2007 11:23:23 -0500 (EST) Original-Received: from outgoing-legacy.mit.edu (OUTGOING-LEGACY.MIT.EDU [18.7.22.104]) by central-city-carrier-station.mit.edu (8.13.6/8.9.2) with ESMTP id l1NGND6Z027096; Fri, 23 Feb 2007 11:23:13 -0500 (EST) Original-Received: from localhost (MAIN-TWELVE-SIXTY-THREE.MIT.EDU [18.19.5.63]) ) by outgoing-legacy.mit.edu (8.13.6/8.12.4) with ESMTP id l1NGNCDq006472; Fri, 23 Feb 2007 11:23:12 -0500 (EST) Original-Received: from cyd by localhost with local (Exim 3.36 #1 (Debian)) id 1HKdCS-0000ZT-00; Fri, 23 Feb 2007 11:23:12 -0500 In-Reply-To: <87ps81tfuy.fsf@wheatstone.g10code.de> (Werner Koch's message of "Fri\, 23 Feb 2007 09\:53\:09 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.93 (gnu/linux) X-Scanned-By: MIMEDefang 2.42 X-Spam-Score: -2.599 X-detected-kernel: Solaris 9.1 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:66673 Archived-At: Werner Koch writes: > [Pinentry] will then ask emacs: Please create a form or a minibuffer > with this or that description and return the user input to me. I agree with Sascha that this is not feasible for the Emacs 22 release, which is supposed to be soon. In your opinion, of the remaining choices, which is preferable? 1. Running GPG in an Elisp terminal, as in the patch I sent. 2. Documenting the problem in the PGG manual, and recommending using PGG and gpg-agent in X (for Emacs 22 anyway). Unless you have some other solution...?