[Mew-Win32 01280] Re: File Attachment
Kyotaro HORIGUCHI
kyota at example.com
1999年 3月 29日 (月) 14:21:00 JST
堀口です. これは Meadow 1.01 (というかMule20.3?)の call-process が
パラメータのコード変換を正しく行っていないためです.
1.03a では直っていますが, とりあえずは以下ようにすることで#この
部分だけは#期待通りの動作をするようになります.
# ただし見てのとおり本当にやっつけです.
--- mew-encode.el.org Mon Mar 29 14:16:48 1999
+++ mew-encode.el Mon Mar 29 14:17:22 1999
@@ -237,5 +237,5 @@
(mew-piolet mew-cs-autoconv mew-cs-noconv
(apply (function call-process) mew-prog-mime-encode
- file t nil encopts))
+ (mew-cs-encode-string file 'sjis-dos) t nil encopts))
(if file ;; not buffered
;; Probably 7bit text based object like phantom body of
At Mon, 29 Mar 1999 12:39:14 +0900 (JST), SUGIMORI (杉森 隆行) <taro at example.com> wrote in <19990329123914C.taro at example.com>
> 具体的には"あほ"というファイルを
> Content-Type: Application/Octet-Stream
> で添付しようとしてC-c C-mすると
> 以下のようなエラーが出ます。
>
> ---------------------------
> Signaling: (file-error "Opening process input file" "no such file or directory" "e:/sugimori/Mail/draft/mime/3/あほ")
> call-process("mewencode.exe" "e:/sugimori/Mail/draft/mime/3/あほ" t nil "-b")
--
堀口恭太郎
Mew-win32 メーリングリストの案内