2001-12-01 21:42:51 +01:00
|
|
|
FLIM, message representation or encoding emacs lisp library for emacs19.
|
1999-05-09 18:34:29 +02:00
|
|
|
|
|
|
|
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:
|
2001-12-01 21:42:51 +01:00
|
|
|
${LOCALBASE}/share/emacs/19.34/site-lisp/flim/
|
1999-05-09 18:34:29 +02:00
|
|
|
|
|
|
|
To use flim, put the following setup into your ~/.emacs:
|
|
|
|
|
1999-05-23 17:39:48 +02:00
|
|
|
(require 'apel-setupel)
|
|
|
|
(require 'flim-setupel)
|
1999-05-09 18:34:29 +02:00
|
|
|
|
2001-10-22 20:49:58 +02:00
|
|
|
Ported by shige@FreeBSD.ORG
|