* mime-edit.el (mime-edit-temp-message-buffer): Define.
[elisp/semi.git] / README.en
index 5315343..b1cd6b6 100644 (file)
--- a/README.en
+++ b/README.en
@@ -188,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
@@ -204,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
@@ -211,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:<accountname>@cvs.m17n.org:/cvs/root.
-
   We hope you will join the open development.