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