1999-01-02 13:26:51 +00:00
|
|
|
A Portable Emacs Library.
|
|
|
|
|
|
|
|
--- Emacs Library Porting
|
|
|
|
|
1999-10-10 16:25:38 +00:00
|
|
|
APEL is programed by MORIOKA Tomohiko <tomo@m17n.org>.
|
1999-01-02 13:26:51 +00:00
|
|
|
|
|
|
|
APEL stands for "A Portable Emacs Library". It consists of
|
|
|
|
following modules:
|
1999-05-09 16:14:47 +00:00
|
|
|
apel
|
1999-06-29 23:59:32 +00:00
|
|
|
- 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
|
1999-01-02 13:26:51 +00:00
|
|
|
emu
|
1999-06-29 23:59:32 +00:00
|
|
|
- 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
|
|
|
|
- pccl: utility to write portable CCL program
|
1999-08-06 14:18:50 +00:00
|
|
|
- pces: provide portable character encoding scheme features
|
1999-06-29 23:59:32 +00:00
|
|
|
- pcustom: provide portable custom environment
|
1999-01-02 13:26:51 +00:00
|
|
|
- poe: emulation module mainly for basic functions and special forms/macros
|
|
|
|
- poem: provide basic functions to write portable MULE programs
|
1999-06-29 23:59:32 +00:00
|
|
|
- static: utility for static evaluation
|
1999-01-02 13:26:51 +00:00
|
|
|
|
|
|
|
APEL is installed the following directory tree:
|
1999-05-09 16:14:47 +00:00
|
|
|
${PREFIX}/share/emacs/site-lisp/apel/ --- apel
|
2000-01-04 11:32:27 +00:00
|
|
|
${PREFIX}/share/emacs/20.5/site-lisp/emu/ --- emu
|
1999-01-02 13:26:51 +00:00
|
|
|
|
1999-03-02 10:12:10 +00:00
|
|
|
--- Porting by shige <shige@FreeBSD.ORG>.
|