apel のインストールと設定
(Carbon Emacs & NTEmacs)

APEL (A Portable Emacs Library) は可搬性のある Emacs Lisp program の作成を支援するための library です。

  1. まえがき
  2. インストール
  3. 設定
  4. 使いかた

関連するページはこちら、

MacOSX & Cygwin on Windows のソフトの事

Carbon Emacs と、NTEmacs のページは此方


1. まえがき

Homepage から

APEL (A Portable Emacs Library) は可搬性のある Emacs Lisp program の作成を支援するための library です。

wanderlust 他、その他の、elisp に必用ですので、取りあえず入れておいた方が、吉。


2. インストール

2.1. References

Homepage
http://cvs.m17n.org/elisp/APEL/index.html.ja.iso-2022-jp
Source
http://jpl.org/ftp/pub/m17n/apel-snapshots/

2.2. make & install

Emacs のバージョンが変わると、version specific な、lisp が使えなくなるので、再インストールが必要です。注意。

Mac OSX

$ make EMACS=/Applications/Emacs.app/Contents/MacOS/Emacs LISPDIR=/Applications/Emacs.app/Contents/Resources/share/emacs/site-lisp VERSION_SPECIFIC_LISPDIR=/Applications/Emacs.app/Contents/Resources/share/emacs/22.0.93/site-lisp INFODIR=/Applications/Emacs.app/Contents/Resources/share/info
$ sudo make EMACS=/Applications/Emacs.app/Contents/MacOS/Emacs LISPDIR=/Applications/Emacs.app/Contents/Resources/share/emacs/site-lisp VERSION_SPECIFIC_LISPDIR=/Applications/Emacs.app/Contents/Resources/share/emacs/22.0.93/site-lisp INFODIR=/Applications/Emacs.app/Contents/Resources/share/info install

Cygwin

$ make EMACS=/usr/local/emacs/22.0.93/bin/Emacs LISPDIR=/usr/local/emacs/site-lisp VERSION_SPECIFIC_LISPDIR=/usr/local/emacs/22.0.93/site-lisp INFODIR=/usr/local/emacs/info
$ sudo make EMACS=/usr/local/emacs/22.0.93/bin/Emacs LISPDIR=/usr/local/emacs/site-lisp VERSION_SPECIFIC_LISPDIR=/usr/local/emacs/22.0.93/site-lisp INFODIR=/usr/local/emacs/info install

3. 設定

特に無し。


4. 使いかた

特に無し。