2013-04-13 85 views
0

我在Windows上使用Emacs。每當我看使用EPA-加密文件中提供了以下錯誤來加密文件內容:Emacs在Windows中,Gpg錯誤

Searching for program: Permission denied, gpg 

如何糾正呢?

EDIT

我在同一個地方的安裝的.emacs GPG和將此添加到的.emacs:

(when (string-equal system-type "windows-nt") 
    (setq exec-path 
'(
"e:/GnuPG/" 
) 
)) 

現在示出的錯誤是:

peculiar error: "Can't decrypt", "Exit" 
+0

你有GPG安裝在Windows?如果是這樣,請確保它位於您的exec路徑中。 –

+0

請看編輯。 – sudeepdino008

+0

我一直在挖掘epg elisp源碼,似乎無法找到答案,我很抱歉,我沒有Windows機器的幫助。 –

回答

0

( setq explicit-shell-file-name 「C:/ Program Files(x86)/Git/bin/bash.exe」) (setq shell-file-name explicit-s地獄文件名) (添加到列表「高管路徑 「C:/ Program Files文件(86)/混帳/箱」)

看到 Windows, Emacs, Git Bash, and shell-command