2001-12-01 17:37:04 +00:00
|
|
|
A Portable Emacs Library.
|
1999-07-01 13:02:16 +00:00
|
|
|
|
|
|
|
--- Emacs Library Porting
|
|
|
|
|
1999-10-10 16:25:38 +00:00
|
|
|
APEL is programed by MORIOKA Tomohiko <tomo@m17n.org>.
|
1999-07-01 13:02:16 +00:00
|
|
|
|
|
|
|
APEL stands for "A Portable Emacs Library". It consists of
|
|
|
|
following modules:
|
|
|
|
apel
|
|
|
|
- alist: utility for Association-list
|
|
|
|
- calist: utility for condition tree and condition/situation-alist
|
|
|
|
- filename: utility to make file-name
|
|
|
|
- install: utility to install emacs-lisp package
|
|
|
|
- mule-caeser: ROT 13-47-48 Caesar rotation utility
|
|
|
|
- path-util: utility for path management or file detection
|
|
|
|
emu
|
|
|
|
- broken: provide information of broken facilities of Emacs.
|
|
|
|
- emu: bundled in tm-7.106 compat module
|
|
|
|
- invisible: provide features about invisible region
|
|
|
|
- mcharset: provide MIME charset related features
|
1999-08-06 14:52:38 +00:00
|
|
|
- pces: provide portable character encoding scheme features
|
2005-12-24 08:45:12 +00:00
|
|
|
- pccl: utility to write portable CCL program
|
1999-07-01 13:02:16 +00:00
|
|
|
- pcustom: provide portable custom environment
|
|
|
|
- poe: emulation module mainly for basic functions and special forms/macros
|
|
|
|
- poem: provide basic functions to write portable MULE programs
|
|
|
|
- static: utility for static evaluation
|
|
|
|
|
2005-12-24 08:45:12 +00:00
|
|
|
To use apel, put the following setup into your ~/.emacs:
|
|
|
|
|
|
|
|
(require 'apel-setupel)
|
1999-07-01 13:02:16 +00:00
|
|
|
|
2006-12-05 15:59:36 +00:00
|
|
|
WWW: http://www.kanji.zinbun.kyoto-u.ac.jp/~tomo/elisp/APEL/index.en.html
|
2001-10-29 12:50:05 +00:00
|
|
|
|
2001-12-01 17:37:04 +00:00
|
|
|
Ported by shige@FreeBSD.ORG.
|