This commit was generated by cvs2svn to compensate for changes in r524,
[elisp/tm.git] / README.eng
index 3ff928e..a168c7f 100644 (file)
@@ -1,20 +1,21 @@
 [README for tm (English Version)]
 by MORIOKA Tomohiko <morioka@jaist.ac.jp>
-$Id: README.eng,v 7.2 1995/12/03 23:25:59 morioka Exp $
+and KOBAYASHI Shuhei <shuhei@cmpt01.phys.tohoku.ac.jp>
+$Id: README.eng,v 7.4 1995/12/06 09:21:07 morioka Exp $
 
 1 What's tm?
 
-Tm is a MIME package for GNU Emacs. Tm has following functions:
+  tm is a MIME package for GNU Emacs. tm has following functions:
 
        - MIME style multilingual header
        - MIME message viewer (mime/viewer-mode)
        - MIME message composer (mime/editor-mode)
-       - MIME extenders for mh-e, GNUS, RMAIL and vm
+       - MIME extenders for mh-e, GNUS, RMAIL and VM
 
 
 2 Documents
 
-This package includes following documents.
+  This package includes following documents.
 
 (1) English edition
 
@@ -33,7 +34,7 @@ This package includes following documents.
 
 3 Modules
 
-Tm has following modules:
+  tm has following modules:
 
        - tm-view : MIME viewer
                - tm-parse.el : MIME message parser
@@ -192,14 +193,22 @@ RFC 1522 encoded-word. So it is not necessary to reset
 
   Run `make install-19', if you use Emacs 19.*.
 
+* 5.3 VM
+
+  If you use VM, please edit `mk-tm'.
+
 
 6 .emacs
 
-Please insert (load "mime-setup") in ~/.emacs.
+  Please insert (load "mime-setup") in ~/.emacs.
 
 6.1 VM
 
-If you want to use vm, please insert (load "tm-vm") in ~/.vm.
+  If you use vm, please insert (require 'tm-vm) in ~/.vm.
+
+  tm works well with BBDB: If you use VM, please insert
+(require 'tm-vm) *after* (bbdb-insinuate-vm).
+
 
 6.2 setting sample for hilit19
 
@@ -297,7 +306,19 @@ Since the user registration is manually done, please write the mail
 body in human-recognizable language (^_^).
 
 
-9 TODO
+9 How to get new version
+
+tm is available from following anonymous ftp site:
+
+       ftp://ftp.jaist.ac.jp/pub/GNU/elisp/mime/       (Japan)
+
+and its mirrors:
+
+       ftp://ftp.nis.co.jp/pub/gnu/emacs-lisp/tm/      (Japan)
+       ftp://ftp.nisiq.net/pub/gnu/emacs-lisp/tm/      (US)
+
+
+10 TODO
 
 - automatic MIME preview support for another MUA
 - better XEmacs support (e.g. inline image)