添付ファイルの圧縮が解かれる

Daiki Ueno ueno @ unixuser.org
2006年 5月 30日 (火) 14:38:02 JST


>>>>> In [emacs-mime-ja : No.02041] 
>>>>>	Hiroya Murata <lapis-lazuli @ pop06.odn.ne.jp> wrote:
> ;; ついでに, epa-file-handler が有効になっていると,
> ;; (insert-file-contents-literally "test.gpg") とした時に, 復号化
> ;; はともかくデコードされた内容が挿入されてしまいますね.
> ;; と, 言う様な事は何処へ持って行けば良いのでしょうか?

うーん。こうでしょうかね。

Index: epa-file.el
===================================================================
RCS file: /cvs/root/epg/epa-file.el,v
retrieving revision 1.25
diff -u -r1.25 epa-file.el
--- epa-file.el	11 May 2006 05:56:38 -0000	1.25
+++ epa-file.el	30 May 2006 05:30:12 -0000
@@ -92,7 +92,7 @@
 	  (condition-case error
 	      (setq string (decode-coding-string
 			    (epg-decrypt-file context file nil)
-			    'undecided))
+			    (or coding-system-for-read 'undecided)))
 	    (error
 	     (if (setq entry (assoc file epa-file-passphrase-alist))
 		 (setcdr entry nil))
-- 
Daiki Ueno





More information about the Emacs-mime-ja mailing list