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