|
パッケージ | 方法 | 実際例 |
|
make の時に EMACS= で指定する。$path 上の最初の emacs を使うなら指定は不要。
|
| APEL/FLIM/SEMI
| make EMACS= | make EMACS=/usr/local/bin/emacs |
| Wanderlust |
| mu-cite |
| tramp |
|
./configure の --prefix= で指定する
|
| tamago
| ./configure --prefix= |
./configure ; make
|
|
--with-emacs= や
--with-lispdir= で指定するか、あるいは
$path 上の emacs を使う。
|
| emacs-w3m
|
./configure --with-emacs= --with-lispdir=
./configure ; make |
./configure --with-emacs=/usr/pkg/bin/emcws
または
./configure --with-lispdir=/usr/pkg/share/emacs/site-lisp/tc-2.3.1
(など)
|
| tc-2 |
|
AucTex | |
|
liece |
|
手でコピーする
|
| X-Face
| 手動 |
cp x-face-e21.el /usr/local/share/emacs/site-lisp/a-files
|