From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Daiki Ueno Newsgroups: gmane.emacs.devel Subject: Re: [bug] PGG shows ?? when prompt for passphrase Date: Wed, 20 Dec 2006 08:55:16 +0900 Message-ID: References: <8f26a84d-356a-44f1-ac6a-54792380b76d@well-done.deisui.org> <93fed91b-cb8a-4de7-9a16-62c85654bab6@well-done.deisui.org> <24f8f24e-36ce-4311-ad35-394020ef999c@well-done.deisui.org> NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Trace: sea.gmane.org 1166572954 29898 80.91.229.10 (20 Dec 2006 00:02:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 20 Dec 2006 00:02:34 +0000 (UTC) Cc: sdl.web@gmail.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 20 01:02:30 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by dough.gmane.org with esmtp (Exim 4.50) id 1Gwouf-0006NI-Fa for ged-emacs-devel@m.gmane.org; Wed, 20 Dec 2006 01:02:25 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gwouf-0008VS-6J for ged-emacs-devel@m.gmane.org; Tue, 19 Dec 2006 19:02:25 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GwouV-0008VI-8K for emacs-devel@gnu.org; Tue, 19 Dec 2006 19:02:15 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GwouT-0008UK-FX for emacs-devel@gnu.org; Tue, 19 Dec 2006 19:02:15 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GwouT-0008UH-5Z for emacs-devel@gnu.org; Tue, 19 Dec 2006 19:02:13 -0500 Original-Received: from [221.255.76.220] (helo=localhost) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1Gwonr-000265-0j; Tue, 19 Dec 2006 18:55:23 -0500 Original-Received: from localhost ([127.0.0.1] helo=well-done.deisui.org ident=ueno) by localhost with esmtp (Exim 4.63) (envelope-from ) id 1Gwonl-0001JQ-0j; Wed, 20 Dec 2006 08:55:17 +0900 Original-To: rms@gnu.org X-Attribution: DU Mail-Copies-To: poster In-Reply-To: (Richard Stallman's message of "Tue, 19 Dec 2006 10:55:20 -0500") 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:63973 Archived-At: >>>>> In >>>>> Richard Stallman wrote: > Well, if people have the above settings, gpg-agent itself (typically > through the pinentry program) ask them input their passphrases when > needed. > Your text does not mention the pinentry program. Does the user > have to run that? With ssh-agent, the user needs to run ssh-add. gpg-agent internally calls pinentry. The user does not need to run it manually. > Does > > eval `gpg-agent --daemon` > take care of all the interaction with the user? Yes it does. -- Daiki Ueno