mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
48f24c13ae
While here, pet portlint (fix comment, shorten pkg-descr) PR: 193270 Submitted by: Yoshiaki Kasahara Approved by: maintainer timeout (2+ months)
24 lines
1.1 KiB
Plaintext
24 lines
1.1 KiB
Plaintext
APEL stands for "A Portable Emacs Library" and contains these 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.
|
|
- invisible: provide features about invisible region
|
|
- mcharset: provide MIME charset related features
|
|
- pces: provide portable character encoding scheme features
|
|
- pccl: utility to write portable CCL program
|
|
- pcustom: provide portable custom environment
|
|
- poe: emulation module for basic functions and special forms/macros
|
|
- poem: provide basic functions to write portable MULE programs
|
|
- static: utility for static evaluation
|
|
|
|
To use apel, put the following setup into your ~/.emacs:
|
|
(require 'apel-setupel)
|
|
|
|
WWW: http://git.chise.org/elisp/apel/index.html.en
|