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

[xyzzy:05896] Re: 一時的な環境変数の追加



minoura さん、こんにちは。

	2001年1月12日(金)[00:30:16]の、
	[xyzzy:05893] 一時的な環境変数の追加
	への返事です。

| この中の compile-current-buffer() に関して。

こんな感じ?

(execute-subprocess
 (map-slash-to-backslash (concat *c-compiler* " " (get-buffer-file-name)))
 nil nil
 (list (cons "PATH" (concat (si:getenv "PATH") ";" (map-slash-to-backslash *c-path*)))))

-- 
亀井哲弥(Tetsuya Kamei)
kamei@xxxxxxxxxxxx

Index Home