diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 2001-12-01 17:57:09 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 2001-12-01 17:57:09 +0000 |
commit | 66fe059946534ff5c81e30641a057d8109336be1 (patch) | |
tree | 6676200fde33883e236a8908f9c9378274863bda /editors/apel-emacs20/pkg-descr | |
parent | 7273fd472b9fb164f5a46c85d7bf0d6e6f9716ee (diff) |
Notes
Diffstat (limited to 'editors/apel-emacs20/pkg-descr')
-rw-r--r-- | editors/apel-emacs20/pkg-descr | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/editors/apel-emacs20/pkg-descr b/editors/apel-emacs20/pkg-descr deleted file mode 100644 index e9e2cbecee4c..000000000000 --- a/editors/apel-emacs20/pkg-descr +++ /dev/null @@ -1,34 +0,0 @@ -A Portable Emacs Library. - ---- Emacs Library Porting - -APEL is programed by MORIOKA Tomohiko <tomo@m17n.org>. - - 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 - - pccl: utility to write portable CCL program - - pces: provide portable character encoding scheme features - - 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 - - APEL is installed the following directory tree: - ${LOCALBASE}/share/emacs/site-lisp/apel/ --- apel - ${LOCALBASE}/share/emacs/20.5/site-lisp/emu/ --- emu - -WWW: http://cvs.m17n.org/elisp/APEL/index.en.html - ---- Porting by shige <shige@FreeBSD.ORG>. |