X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=README.en;h=b1cd6b6adbe12c1b8b057abffb6095ae1cd414c8;hb=d2c89850b5b527cf5ccef382fab8df855f0f6fdb;hp=a1760c6dca7229e6d9a4a0f1c35f333b36c8abb0;hpb=fc9f178b22dff81de486306e925afd9bc94ef2c8;p=elisp%2Fsemi.git diff --git a/README.en b/README.en index a1760c6..b1cd6b6 100644 --- a/README.en +++ b/README.en @@ -40,7 +40,10 @@ Required environment 19.14. SEMI also does not support Emacs 19.29 to 19.34, XEmacs 19.15 or XEmacs 20.2 without mule, but SEMI may work with them. - SEMI requires APEL (9.22 or later) and FLIM (Chao 1.14.1 or later) + SEMI also does not support Emacs 19.29 to 19.34, XEmacs 19.15 or + XEmacs 20.2, but SEMI may work with them. + + SEMI requires APEL (9.22 or later) and FLIM (1.14.2 or later) package. Please install them before installing it. APEL package is available at: @@ -185,11 +188,17 @@ Mailing lists Via the EMACS-MIME ML, you can report SEMI bugs, obtain the latest release of SEMI, and discuss future enhancements to SEMI. To join - the EMACS-MIME ML, send an empty e-mail to + the EMACS-MIME ML, send an e-mail to emacs-mime-en-ctl@m17n.org (English) emacs-mime-ja-ctl@m17n.org (Japanese) + containing + + subscribe YOUR NAME + + in its contents. + Notice that you should not send mail to author(s), such as morioka@jaist.ac.jp, directly. Because your problem may occur in other environments (if not, it might be your problem, not bug of @@ -201,6 +210,17 @@ Mailing lists CVS based development ===================== + The SEMI development sources can be accessed via CVS pserver. To + check out the SEMI sources, what you should do for the first time + is: + + % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root login + CVS password: [CR] # NULL string + + Then you can get the latest SEMI sources by the following: + + % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root checkout -r emiko-1_14 semi + If you would like to join CVS based development, please send mail to cvs@cvs.m17n.org @@ -208,10 +228,6 @@ CVS based development with your account name and your public key for ssh. cvsroot is :ext:cvs@cvs.m17n.org:/cvs/root. - If you cannot use ssh, please send UNIX /etc/passwd style crypted - password. you can commit with the cvsroot - :pserver:@cvs.m17n.org:/cvs/root. - We hope you will join the open development.