freebsd-ports/editors/flim113/pkg-descr.emacs19

19 lines
532 B
Text
Raw Normal View History

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:
${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:
(require 'apel-setupel)
(require 'flim-setupel)
1999-05-09 18:34:29 +02:00
Ported by shige@FreeBSD.ORG