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

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



桐山です。

# すいません逆でした _o_

At Mon, 15 Oct 2001 22:17:49 +0900,
私 wrote:
> 
> --- mgp-mode.el	Sat Nov 27 19:53:58 1999
> +++ /usr/ports/japanese/magicpoint/work/magicpoint-1.07a/contrib/mgp-mode.el	Sat Dec 18 04:21:19 1999

--- /usr/ports/japanese/magicpoint/work/magicpoint-1.07a/contrib/mgp-mode.el	Sat Dec 18 04:21:19 1999
+++ mgp-mode.el	Sat Nov 27 19:53:58 1999
@@ -402,8 +379,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)