--- /dev/null
+[README for EMH package (English Version)]
+by MORIOKA Tomohiko <morioka@jaist.ac.jp>
+$Id: README.en,v 0.0 1997-03-14 09:12:56 morioka Exp $
+
+What's EMH?
+------------
+
+ EMH is a extender for mh-e to provide MIME feature using SEMI. It
+ requires SEMI package, so please get and install SEMI package.
+
+
+Installation
+------------
+
+ % make install
+
+ You can specify the emacs command name, for example
+
+ % make install EMACS=xemacs
+
+ If `EMACS=...' is omitted, EMACS=emacs is used.
+
+ You can specify the prefix of the directory tree for Emacs Lisp
+ programs and shell scripts, for example:
+
+ % make install PREFIX=~/
+
+ If `PREFIX=...' is omitted, the prefix of the directory tree of the
+ specified emacs command is used (perhaps /usr/local).
+
+ You can specify other optional settings by editing the file
+ emh/EMH-CFG.
+
+
+Initialization
+--------------
+
+ Please insert the following into your ~/.emacs:
+
+ (load "mime-setup")
+
+ or
+
+ (load "emh-setup")
+
+ emh-setup sets up only for emh, mime-setup sets up for other MUAs.
+
+
+Documentation
+-------------
+
+ To get started, please read documents of SEMI.
+
+ RFC's 822, 1806, 1847, 1896, 2015, 2045, 2046, 2047, 2048 and 2049
+ are available via anonymous ftp:
+ ftp://ds.internic.net/rfc/
+
+
+Bug reports
+-----------
+
+ If you write bug-reports and/or suggestions for improvement, please
+ send them to the tm Mailing List:
+
+ bug-tm-en@chamonix.jaist.ac.jp (English)
+ bug-tm-ja@chamonix.jaist.ac.jp (Japanese)
+
+ Via the tm ML, you can report tm bugs, obtain the latest release of
+ tm, and discuss future enhancements to tm. To join the tm ML, send
+ e-mail to
+
+ tm-ja-admin@chamonix.jaist.ac.jp (Japanese)
+ tm-en-admin@chamonix.jaist.ac.jp (English)
+
+ Since the user registration is done manually, please write the mail
+ body in human-recognizable language (^_^).