[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[mgp-users-jp 00884] Re: Re: サンプ ルソースの日本語表示



桐山です。

At Tue, 16 Oct 2001 13:34:12 +0900,
Ando Tadashi wrote:
> 
>  教えていただいた、バッチファイルをmagicpoint-1.08a 用に変えるのはどの部分か、お教えいただけないでしょう
> か?/magicpoint-1.07a/となっているところを、ただmagicpoint-1.08aに変更するだけでよろしいのでしょうか?
> 
>  しつこくお聞きして、すみません。よろしくお願いいたします。

御使いの環境を無視してました。すいません。今、1.09a に上げましたので
1.09a の contrib/mgp-mode.el からのパッチを添付します。

--- contrib/mgp-mode.el~	Sat Dec 18 04:21:19 1999
+++ contrib/mgp-mode.el	Tue Oct 16 16:14:22 2001
@@ -402,8 +402,9 @@
   (if (buffer-file-name (current-buffer))
       (let ((compilation-window-height mgp-window-height))
 	(compile-internal 
-	 (concat command-args " " 
-		 (file-name-nondirectory (buffer-file-name (current-buffer))))
+	 (concat "nkf -j " 
+		 (file-name-nondirectory (buffer-file-name (current-buffer)))
+		 " > ~/tmp/temp.mgp;" command-args " ~/tmp/temp.mgp")
 	 "No more errors" "MagicPoint"))))
 
 (defun mgp-current-page-position (arg)