mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
175878ac6a
Use APEL_SETUPEL in PLIST_SUB variable. Improve scripts/configure.
20 lines
544 B
Plaintext
20 lines
544 B
Plaintext
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:
|
|
${PREFIX}/share/emacs/site-lisp/flim/ --- FLIM
|
|
|
|
|
|
To use flim, put the following setup into your ~/.emacs:
|
|
|
|
(require 'apel-setupel)
|
|
(require 'flim-setupel)
|
|
|
|
--- Porting by shige <shige@FreeBSD.ORG>
|