From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Francis Moreau Newsgroups: gmane.emacs.help Subject: Re: EasyPG Assistant and emacs -nw Date: Sat, 5 Mar 2011 07:17:49 -0800 (PST) Organization: http://groups.google.com Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1299339658 1055 80.91.229.12 (5 Mar 2011 15:40:58 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 5 Mar 2011 15:40:58 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Mar 05 16:40:54 2011 Return-path: Envelope-to: geh-help-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 1PvtbA-0001fi-6p for geh-help-gnu-emacs@m.gmane.org; Sat, 05 Mar 2011 16:40:52 +0100 Original-Received: from localhost ([127.0.0.1]:34338 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pvtb9-0003JF-Hk for geh-help-gnu-emacs@m.gmane.org; Sat, 05 Mar 2011 10:40:51 -0500 Original-Path: usenet.stanford.edu!postnews.google.com!a28g2000vbo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 36 Original-NNTP-Posting-Host: 82.235.205.153 Original-X-Trace: posting.google.com 1299338269 29465 127.0.0.1 (5 Mar 2011 15:17:49 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sat, 5 Mar 2011 15:17:49 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: a28g2000vbo.googlegroups.com; posting-host=82.235.205.153; posting-account=ekTE0goAAADiVCThPmo4ph0C5bTUhQOx User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101230 Mandriva Linux/1.9.2.13-0.2mdv2010.2 (2010.2) Firefox/3.6.13, gzip(gfe) Original-Xref: usenet.stanford.edu gnu.emacs.help:185626 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:79781 Archived-At: On Feb 28, 12:26=A0am, Wang Lei wrote: > > emacs 24.0.50.3 can't reproduce it. > I finally gave it a try and it still fails. I first thought that the issue may had been related to my .emacs config but starting emacs with '-Q --no-desktop' still has the problem. I also tried with emacs with and without X support but both have the issue. When trying to open the encrypted document, I have the following message in my mini buffer: /home/fmoreau/Documents: 0% (0/787) and it seems that it's waiting to me for entering my passphrase. And in the terminal where I started emacs, I have this message that appears: +--------------------------------------------------------------------------= --- +| You need a passphrase to unlock the secret key for user: ... but I cannot enter anything since the prompt looks broken. Also I noticed that theres is the pinentry-ncurses running. So the question is why does emacs uses pinentry-ncurses at all ? why doesn't it use the mini buffer for entering my passphrase ? Thanks