summaryrefslogtreecommitdiff
path: root/editors/apel/pkg-descr.mule
blob: af904d7e4993af626d1ac07a5c87c9f1fff7875c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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
     - pces: provide portable character encoding scheme features
     - 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
     - static: utility for static evaluation

  APEL is installed the following directory tree:
	${LOCALBASE}/share/mule/site-lisp/apel/		--- apel
	${LOCALBASE}/share/mule/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>.