aboutsummaryrefslogtreecommitdiffstats
path: root/editors/flim113/pkg-descr.emacs19
blob: 27e9f9628d988ac1cf578bc39801eafdcb0f41b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
FLIM, message representation or encoding emacs lisp library for emacs19.

  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/

To use flim, put the following setup into your ~/.emacs:

    (require 'apel-setupel)
    (require 'flim-setupel)

Ported by shige@FreeBSD.ORG