ee0a162557
Update master port to emacs21. Update slave ports to stub port: flim113-emacs20, flim113-mule, flim113-xemacs21-mule. Remove flim113-emacs. I'll addport flim113-emacs19 stub(slave) port as emacs19 ports. Install el/elc files to version specific site-lisp directory. Change some style.
19 lines
532 B
Plaintext
19 lines
532 B
Plaintext
FLIM, message representation or encoding emacs lisp library for emacs19.
|
|
|
|
FLIM is a library to provide basic features about message
|
|
representation or encoding. It consists of following
|
|
modules:
|
|
- STD 11 (RFC 822) parser and utility
|
|
- MIME library
|
|
- mailcap parser and utility
|
|
|
|
FLIM is installed the following directory tree:
|
|
${LOCALBASE}/share/emacs/19.34/site-lisp/flim/
|
|
|
|
To use flim, put the following setup into your ~/.emacs:
|
|
|
|
(require 'apel-setupel)
|
|
(require 'flim-setupel)
|
|
|
|
Ported by shige@FreeBSD.ORG
|