[Mew-Win32 01556] Re: Virtual mode withc 1.94b25

Miyashita Hisashi ( 宮下 尚:HIMI ) himi at example.com
1999年 6月 25日 (金) 13:48:31 JST


Shun-ichi GOTO (後藤 俊一) <gotoh at example.com> writes:

> >>>>> at Fri, 25 Jun 1999 10:55:19 +0900
> >>>>> 新岡 <ken at example.com> said,
> 
> 白井> 1. 私だけの現象でしょうか?
> 白井> 2. Meadow の他の Version はどうですか?
> 
> 新岡> Meadow-1.04a1 on Windows95 でも同じ現象です。
> 新岡> (setq mew-cs-virtual 'ctext) で回避しています (^^;;;
> 
> これじゃないでしょうか。
> 
> # 久しぶりの mw32script.el
> 
> --- mw32script.el.orig	Sat Feb 27 04:52:33 1999
> +++ mw32script.el	Fri Jun 25 02:19:50 1999
> @@ -93,7 +93,8 @@
>  	  (set-buffer buf)
>  	  (condition-case nil
>  	      (progn
> -		(insert-file-contents path nil 0 mw32script-bufsiz)
> +		(let ((coding-system-for-read 'raw-text))
> +		  (insert-file-contents path nil 0 mw32script-bufsiz))
>  		(goto-line 2)
>  		(setq limit (point))
>  		(goto-char 1)
> 

いま、パッチ当てました。ありがとうございます。

1999-06-25  Miyashita Hisashi  <himi at example.com>

	* international/mw32script.el (mw32script-resolve-script):
	Before insert-file-contents, bind coding-system-for-read
	to 'raw-text.  (Thanks, Shun-ichi Goto. [Mew-Win32 01553])

from himi



Mew-win32 メーリングリストの案内