04dd2839a9b919593bcc1b601971843ea35674e1
[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 APEL (9.3 or later), FLIM (1.10.5 or later) and SEMI (1.9.1
8   or later) package.  Please install them before installing it.  APEL
9   package is available at:
10
11         ftp://ftp.jaist.ac.jp/pub/GNU/elisp/apel/
12
13   FLIM package is available at:
14
15         ftp://ftp.jaist.ac.jp/pub/GNU/elisp/flim/
16
17   SEMI package is available at:
18
19         ftp://ftp.jaist.ac.jp/pub/GNU/elisp/semi/
20
21
22 Installation
23 ============
24
25         % make install
26
27   You can specify the emacs command name, for example
28
29         % make install EMACS=xemacs
30
31   If `EMACS=...' is omitted, EMACS=emacs is used.
32
33   You can specify the prefix of the directory tree for Emacs Lisp
34   programs and shell scripts, for example:
35
36         % make install PREFIX=~/
37
38   If `PREFIX=...' is omitted, the prefix of the directory tree of the
39   specified emacs command is used (perhaps /usr/local).
40
41   You can specify site-lisp directory, for example
42
43         % make install LISPDIR=~/share/emacs/lisp
44
45   If `LISPDIR=...' is omitted, site-lisp directory of the specified
46   emacs command is used (perhaps /usr/local/share/emacs/site-lisp or
47   /usr/local/lib/xemacs/site-lisp).
48
49   If the emu modules (included in APEL package) have been installed in
50   the non-standard directory, you should specify where they will be
51   found, for example:
52
53         % make install VERSION_SPECIFIC_LISPDIR=~/elisp
54
55   You can specify other optional settings by editing the file
56   emh/EMH-CFG.
57
58
59 Initialization
60 ==============
61
62   Please insert the following into your ~/.emacs:
63
64         (load "mime-setup")
65
66   or
67
68         (load "emh-setup")
69
70   emh-setup sets up only for emh, mime-setup sets up for other MUAs.
71
72
73 Documentation
74 =============
75
76   To get started, please read documents of SEMI.
77
78   RFC's 822, 1524, 1806, 1847, 1896, 2015, 2045, 2046, 2047, 2048 and
79   2049 are available via anonymous ftp:
80
81         ftp://ftp.merit.edu/internet/documents/rfc/
82
83
84 Mailing lists
85 =============
86
87   If you write bug-reports and/or suggestions for improvement, please
88   send them to the tm Mailing List:
89
90         bug-tm-en@chamonix.jaist.ac.jp  (English)
91         bug-tm-ja@chamonix.jaist.ac.jp  (Japanese)
92
93   Via the tm ML, you can report EMH bugs, obtain the latest release of
94   EMH, and discuss future enhancements to EMH.  To join the tm ML,
95   send e-mail to
96
97         tm-ja-admin@chamonix.jaist.ac.jp        (Japanese)
98         tm-en-admin@chamonix.jaist.ac.jp        (English)
99
100   Since the user registration is done manually, please write the mail
101   body in human-recognizable language (^_^).
102
103
104 CVS based development
105 =====================
106
107   If you would like to join CVS based development, please send mail to
108
109         cvs@chamonix.jaist.ac.jp
110
111   with your account name and UNIX style crypted password.  We hope you 
112   will join the open development.