1999-05-09 16:19:28 +00:00
|
|
|
FLIM, message representation or encoding emacs lisp library for emacs.
|
|
|
|
|
|
|
|
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:
|
2000-07-12 15:51:49 +00:00
|
|
|
${LOCALBASE}/share/emacs/site-lisp/flim/ --- FLIM
|
1999-05-09 16:19:28 +00:00
|
|
|
|
|
|
|
|
|
|
|
To use flim, put the following setup into your ~/.emacs:
|
|
|
|
|
1999-05-23 15:35:18 +00:00
|
|
|
(require 'apel-setupel)
|
|
|
|
(require 'flim-setupel)
|
1999-05-09 16:19:28 +00:00
|
|
|
|
|
|
|
--- Porting by shige <shige@FreeBSD.ORG>
|