freebsd-ports/editors/apel/pkg-descr.mule

40 lines
1.4 KiB
Text
Raw Normal View History

A Portable Emacs Library.
--- Emacs Library Porting
1999-10-10 18:25:38 +02:00
APEL is programed by MORIOKA Tomohiko <tomo@m17n.org>.
APEL stands for "A Portable Emacs Library". It consists of
following modules:
1999-05-09 18:14:47 +02:00
apel
1999-06-30 01:59:32 +02: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
emu
1999-06-30 01:59:32 +02: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
1999-08-06 16:20:37 +02:00
- pces: provide portable character encoding scheme features
1999-06-30 01:59:32 +02:00
- pccl: utility to write portable CCL program
- 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
1999-06-30 01:59:32 +02:00
- static: utility for static evaluation
APEL is installed the following directory tree:
${LOCALBASE}/share/mule/19.34/site-lisp/apel/ --- apel
2000-07-12 17:32:55 +02:00
${LOCALBASE}/share/mule/19.34/site-lisp/emu/ --- emu
To use apel, put the following setup into your ~/.emacs:
1999-05-23 17:31:08 +02:00
(require 'apel-setupel)
WWW: http://cvs.m17n.org/elisp/APEL/index.en.html
Ported by shige@FreeBSD.ORG.