diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 1999-05-09 16:34:29 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 1999-05-09 16:34:29 +0000 |
commit | bc166d0034b55d5bc62cd366c67563ff2584ebd2 (patch) | |
tree | 972f282209012f443ec50758d52ce51e03cde61b /editors/flim113/pkg-descr.emacs19 | |
parent | 1ff2ed4854ae9ec960b54c05f8c1a5039f0db416 (diff) | |
download | ports-bc166d0034b55d5bc62cd366c67563ff2584ebd2.tar.gz ports-bc166d0034b55d5bc62cd366c67563ff2584ebd2.zip |
Notes
Diffstat (limited to 'editors/flim113/pkg-descr.emacs19')
-rw-r--r-- | editors/flim113/pkg-descr.emacs19 | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/editors/flim113/pkg-descr.emacs19 b/editors/flim113/pkg-descr.emacs19 new file mode 100644 index 000000000000..111259a2cdfb --- /dev/null +++ b/editors/flim113/pkg-descr.emacs19 @@ -0,0 +1,19 @@ +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-setup) + (require 'flim-setup) + +--- Porting by shige <shige@FreeBSD.ORG> |