(What's EMH?): Modify for SEMI 1.2.2.
[elisp/emh.git] / README.en
1 [README for EMH package (English Version)]
2 by MORIOKA Tomohiko <morioka@jaist.ac.jp>
3 $Id: README.en,v 1.4 1998-04-13 16:00:33 morioka Exp $
4
5 What's EMH?
6 ===========
7
8   EMH is a extender for mh-e to provide MIME feature using SEMI.  It
9   requires SEMI 1.2 API based MIME processing module, so please get
10   and install such kind of MIME processing module such as SEMI 1.2.2
11   or later at first.
12
13
14 Installation
15 ============
16
17         % make install
18
19   You can specify the emacs command name, for example
20
21         % make install EMACS=xemacs
22
23   If `EMACS=...' is omitted, EMACS=emacs is used.
24
25   You can specify the prefix of the directory tree for Emacs Lisp
26   programs and shell scripts, for example:
27
28         % make install PREFIX=~/
29
30   If `PREFIX=...' is omitted, the prefix of the directory tree of the
31   specified emacs command is used (perhaps /usr/local).
32
33   You can specify site-lisp directory, for example
34
35         % make install LISPDIR=~/share/emacs/lisp
36
37   If `LISPDIR=...' is omitted, site-lisp directory of the specified
38   emacs command is used (perhaps /usr/local/share/emacs/site-lisp or
39   /usr/local/lib/xemacs/site-lisp).
40
41   You can specify other optional settings by editing the file
42   emh/EMH-CFG.
43
44
45 Initialization
46 ==============
47
48   Please insert the following into your ~/.emacs:
49
50         (load "mime-setup")
51
52   or
53
54         (load "emh-setup")
55
56   emh-setup sets up only for emh, mime-setup sets up for other MUAs.
57
58
59 Documentation
60 =============
61
62   To get started, please read documents of SEMI.
63
64   RFC's 822, 1806, 1847, 1896, 2015, 2045, 2046, 2047, 2048 and 2049
65   are available via anonymous ftp:
66   ftp://ds.internic.net/rfc/
67
68
69 Bug reports
70 ===========
71
72   If you write bug-reports and/or suggestions for improvement, please
73   send them to the tm Mailing List:
74
75         bug-tm-en@chamonix.jaist.ac.jp  (English)
76         bug-tm-ja@chamonix.jaist.ac.jp  (Japanese)
77
78   Via the tm ML, you can report EMH bugs, obtain the latest release of
79   EMH, and discuss future enhancements to EMH.  To join the tm ML,
80   send e-mail to
81
82         tm-ja-admin@chamonix.jaist.ac.jp        (Japanese)
83         tm-en-admin@chamonix.jaist.ac.jp        (English)
84
85   Since the user registration is done manually, please write the mail
86   body in human-recognizable language (^_^).