[mew-int 2265] Re: A problem on working with GnuPG 1.4.6
Chen jinghao
sz_cjh at example.com
Mon Feb 12 00:37:34 JST 2007
--- Shuichi KITAGUCHI <ki at example.com> wrote:
> Hi,
>
> > Hello:
> >
> > I am using NTEmacs 23 and latest Mew on my t40
> laptop.
> > I downloaded GnuPG 1.4.6 and have it installed. I
> > wanna use it with Mew. However, when I pressed
> Ctrl+c
> > Ctrl+s to sign my email, the emacs suspend. the
> > minibuffer showed "sign..."and no more. What's
> more,
> > the *Process List* showed that the PGP sign was
> > running and the command was that:
> > --detach-sign --armor --status-fd 1 --local-user
> > fatcat1985 at example.com --output
> >
>
c:/DOCUME~1/ibmt401/LOCALS~1/Temp/ibmt4012040mxV/mew2040tTQ.asc
> >
>
c:/DOCUME~1/ibmt401/LOCALS~1/Temp/ibmt4012040mxV/mew2040gJK
> >
> > I wait for a long time and it still suspend.
>
> GnuPG cannot receive passphase via Emacs in Windows
> environment.
> several solutions are written in following wiki
> page.
>
>
>
http://honyaku.yahoofs.jp/url_result?ctw_=sT,eCR-JE,bF,hT,uaHR0cDovL3d3dy53aWtpcm9vbS5jb20vbWV3L2luZGV4LnBocD9XaW5kb3dzJTI4TWVhZG93JTI5RkFRI2hlOTFiYmUz,qlang=ja|for=0|sp=-5|fs=100%|fb=0|fi=0|fc=FF0000|db=T|eid=CR-EJ,k49ac916ff0d1298e693e18dfe3d22ba5,t20070211065013,
> (check "Mew+GnuPG" series)
>
> could you try this?
>
>
> P.S.
> original (Japanse) is here.
>
>
http://www.wikiroom.com/mew/index.php?Windows%28Meadow%29FAQ
>
> --
> Shuichi KITAGUCHI // kit at example.com /
> ki at example.com
>
I tried this one. However,it did not work.:(
after inserting the following lines to my .mew.el,
when I press M-x mew RET, the mini buffer noticed
"Invalid function:"" "
(setq mew-prog-pgp "gpg")
(setq mew-prog-pgpd-arg '("") ("") ("")
("--use-agent" "--decrypt"))
mew-prog-pgps-arg '("") ("") ("") (One
"--use-agent" "--detach-sign" "--armor" "--status-fd"
""))
and i found the --status-fd was not support by the
newest gpg,so i wiped it out. however, it still did
not work.
so ,i modified the mew-pgp.el directly, by changing
the follow lines:
(defconst mew-prog-pgpd-arg
'(("+language=en" "+batchmode=off")
("+language=en" "+batchmode=off")
("+language=en" "+batchmode=off")
("--decrypt")))
into:
(defconst mew-prog-pgpd-arg
'(("+language=en" "+batchmode=off")
("+language=en" "+batchmode=off")
("+language=en" "+batchmode=off")
("--use-agent" "--decrypt")))
when i press C-c C-s,nothing happened.:(
I started WinGPGA.exe and WinPT.exe correctly,so i do
not know what's wrong with this program.
____________________________________________________________________________________
Expecting? Get great news right away with email Auto-Check.
Try the Yahoo! Mail Beta.
http://advision.webevents.yahoo.com/mailbeta/newmail_tools.html
More information about the Mew-int
mailing list