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

20 lines
547 B
Plaintext
Raw Normal View History

1999-05-09 12:34:29 -04: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:
${LOCALBASE}/share/emacs/site-lisp/flim/ --- FLIM
1999-05-09 12:34:29 -04:00
To use flim, put the following setup into your ~/.emacs:
(require 'apel-setupel)
(require 'flim-setupel)
1999-05-09 12:34:29 -04:00
--- Porting by shige <shige@FreeBSD.ORG>