[Mew-dist 389] Re: install
SAWADA Katsuya
j2194106 at example.com
1997年 1月 9日 (木) 18:12:04 JST
こんにちは、澤田@理科大です。
From: Katsuhisa fujinaga <j1595104 at example.com>
Subject: [Mew-dist 380] install
Date: Thu, 09 Jan 1997 10:43:10 +0900
> .emacsの設定は
>
> >;;; mew用追加差分
> >(setq load-path (cons (expand-file-name "/home/ccstaff/x1595104/lisp/mew-bin") load-path))
> >(setq load-path (cons (expand-file-name "/home/ccstaff/x1595104/lisp/mew-lisp") load-path))
> >(setq exec-path (cons "/usr/local/mh" exec-path))
> >(autoload 'mew "mew" nil t)
load-path は emacs が lisp library を読む時に見る path で、
exec-path は emacs が 実行ファイルを使う時の path です。
おそらく、
(setq exec-path (cons (expand-file-name "~x1595104/lisp/mew-bin") exec-path))
(setq load-path (cons (expand-file-name "~x1595104/lisp/mew-lisp") load-path))
(setq exec-path (cons "/usr/local/mh" exec-path))
以下略
でいいでしょう。
--
東京理科大学理学部第二部数学科 澤田 克也
E-mail: j2194106 at example.com
Mew-dist メーリングリストの案内