emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: pgg-gpg.el - pgg-gpg-process-region timing problem


From: Daiki Ueno
Subject: Re: pgg-gpg.el - pgg-gpg-process-region timing problem
Date: Wed, 25 Jun 2008 20:27:08 +0900
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

>>>>> In <address@hidden> 
>>>>>   Thien-Thi Nguyen <address@hidden> wrote:
>    Really?

> Yes, i see that for 1.4.6.

I couldn't confirm the phenomenon even with 1.4.6.  Now I suspect that
you are using different command line from the one pgg-gpg uses.

This may ask you passphrase several times:

gpg --status-fd 2 --decrypt test.gpg

But pgg-gpg uses something like:

gpg --passphrase-fd 0 --status-fd 2 --decrypt test.gpg

By the way, I think you would be happy if you were using M-x
epa-decrypt-file instead.  It can handle this case smarter -- i.e. it
will ask you the correct passphrase again if you mistyped it ;-)

Regards,
-- 
Daiki Ueno




reply via email to

[Prev in Thread] Current Thread [Next in Thread]