summaryrefslogtreecommitdiff
path: root/editors/apel/pkg-descr.emacs19
blob: 988c0056a9b482f2a2a8f2d1153658004ca93ca6 (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
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
    emu
     - poe: emulation module mainly for basic functions and special forms/macros
     - poem: provide basic functions to write portable MULE programs
     - mcs: 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 mcs
     - 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@kuis.kyoto-u.ac.jp>