aboutsummaryrefslogtreecommitdiff
path: root/editors/apel/pkg-descr.emacs19
diff options
context:
space:
mode:
Diffstat (limited to 'editors/apel/pkg-descr.emacs19')
-rw-r--r--editors/apel/pkg-descr.emacs1936
1 files changed, 0 insertions, 36 deletions
diff --git a/editors/apel/pkg-descr.emacs19 b/editors/apel/pkg-descr.emacs19
deleted file mode 100644
index 2fe82b611a5c..000000000000
--- a/editors/apel/pkg-descr.emacs19
+++ /dev/null
@@ -1,36 +0,0 @@
-A Portable Emacs Library.
-
---- Emacs Library Porting
-
-APEL is programed by MORIOKA Tomohiko <morioka@jaist.ac.jp>.
-
- APEL stands for "A Portable Emacs Library". It consists of
- following modules:
- apel
- - utility to write portable CCL program
- - utility for Association-list
- - utility for condition tree and condition/situation-alist
- - utility for path management or file detection
- - utility to make file-name
- - utility to install emacs-lisp package
- - ROT 13-47-48 Caesar rotation utility
- - portable custom environment
- emu
- - poe: emulation module mainly for basic functions and special forms/macros
- - poem: provide basic functions to write portable MULE programs
- - invisible: provide features about invisible region
- - mcharset: provide MIME charset related features
- - broken: provide information of broken facilities of Emacs.
- - emu: bundled in tm-7.106 compat module; it required poe, poem and mcharset
- - text/richtext module
-
- APEL is installed the following directory tree:
- ${PREFIX}/share/emacs/site-lisp/apel/ --- apel
- ${PREFIX}/share/emacs/19.34/site-lisp/emu/ --- emu
-
-
-To use apel, put the following setup into your ~/.emacs:
-
- (require 'apel-setup)
-
---- Porting by shige <shige@FreeBSD.ORG>.