(What's EMH?): Modify for SEMI 1.7.
[elisp/emh.git] / README.en
1 [README for EMH package (English Version)]
2
3 What's EMH?
4 ===========
5
6   EMH is a extender for mh-e to provide MIME feature using SEMI.  It
7   requires SEMI 1.7 API based MIME processing module, so please get
8   and install such kind of MIME processing module such as SEMI 1.7.0
9   or later at first.
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, 1524, 1806, 1847, 1896, 2015, 2045, 2046, 2047, 2048 and
63   2049 are available via anonymous ftp:
64
65         ftp://ftp.merit.edu/internet/documents/rfc/
66
67
68 Mailing lists
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 (^_^).
86
87
88 CVS based development
89 =====================
90
91   If you would like to join CVS based development, please send mail to
92
93         cvs@chamonix.jaist.ac.jp
94
95   with your account name and UNIX style crypted password.  We hope you 
96   will join the open development.