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