APEL (A Portable Emacs Library) は可搬性のある Emacs Lisp program の作成を支援するための library です。
関連するページはこちら、
MacOSX & Cygwin on Windows のソフトの事
Carbon Emacs と、NTEmacs のページは此方
Homepage から
APEL (A Portable Emacs Library) は可搬性のある Emacs Lisp program の作成を支援するための library です。
wanderlust 他、その他の、elisp に必用ですので、取りあえず入れておいた方が、吉。
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
特に無し。
特に無し。