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"
你有GPG安裝在Windows?如果是這樣,請確保它位於您的exec路徑中。 –
請看編輯。 – sudeepdino008
我一直在挖掘epg elisp源碼,似乎無法找到答案,我很抱歉,我沒有Windows機器的幫助。 –