- 98 名前:79 mailto:sage [2006/05/15(月) 01:23:57 ]
- >>97
作者様、お世話になっております 結果を貼ります。 (let ((coding-system-for-write 'sjis-dos) (coding-system-for-read 'utf-8-unix)) (call-process "c:/cygwin/bin/grep" nil t nil "-F" "-i" "-Hnr" "-e" "テスト" "o:/home/taku/.howm")) o:/home/taku/.howm/utf-8-test.rd:3:= [utf-8]テスト o:/home/taku/.howm/utf-8-test.rd:5:これはユーティーエフ8のテストです。 この、 (coding-system-for-write 'sjis-dos) (coding-system-for-read 'utf-8-unix) は、~/.emacs で設定出来るのでしょうか?
|

|