1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/editors/apel-emacs/pkg-descr
Shigeyuki Fukushima fd0188b4a1 Update to 9.20.
Reviewed by:		OKAZAKI Tetsurou <okazaki@be.to>
1999-08-06 14:16:47 +00:00

38 lines
1.4 KiB
Plaintext

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
- 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:
${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-setupel)
--- Porting by shige <shige@FreeBSD.ORG>.