This commit was generated by cvs2svn to compensate for changes in r344,
[elisp/tm.git] / README.en
index 9a9569f..9cd6991 100644 (file)
--- a/README.en
+++ b/README.en
@@ -1,7 +1,7 @@
 [README for tm (English Version)]
 by MORIOKA Tomohiko <morioka@jaist.ac.jp>
 and KOBAYASHI Shuhei <shuhei@cmpt01.phys.tohoku.ac.jp>
-$Id: README.en,v 7.11 1995/12/25 10:43:59 morioka Exp $
+$Id: README.en,v 7.15 1996/03/06 02:12:36 morioka Exp $
 
 1 What's tm?
 
@@ -69,84 +69,72 @@ $Id: README.en,v 7.11 1995/12/25 10:43:59 morioka Exp $
 
 4 Install
 
-4.1 tm/config.tm
+4.1 edit tm/TM-CFG (optional)
 
-  Please edit tm/config.tm file.
+  You can edit tm/TM-CFG file.
 
+  In default, tm is installed into your home directory. If you want to 
+install into /usr/local/, please modify the variable `PREFIX'.
 
-4.2 External methods
-
-  Please edit external methods in `tm/methods/' directory for your
-environment.
-
-       tm/methods/tm-au        for audio
-       tm/methods/tm-file      for file extraction
-       tm/methods/tm-image     for image
-       tm/methods/tm-mpeg      for MPEG
-       tm/methods/tm-plain     for plain text
-       tm/methods/tm-html      for HTML
-       tm/methods/tmdecode     decoder
-
-
-4.3 make
-
-  Run `make all'.
 
+4.2 tm-gnus (optional)
 
-4.4 install
+  If you use optional GNUS or Gnus, which is not included in Emacs
+distribution, you must edit following files before make.
 
-  Run `make install'.
-
-
-4.5 Emacs Lisp modules
-
-  Run `make install-18', if you use Emacs 18 (NEmacs, Mule 1.*).
+    If you use Emacs 18.* and GNUS 3.*, please edit tm/gnus/g3-path.
 
-  Run `make install-xemacs', if you use Emacs .. 19.28 (Mule 2.* based
-on), or XEmacs.
+    If you use Emacs 18.* and GNUS 4.*, please edit tm/gnus/g4-path.
 
-  Run `make install-19_29', if you use Emacs 19.29 or later (Mule 2.*
-based on).
+    If you use Gnus 5.0.*, please edit tm/gnus/g5-path.
 
-  Or copy *.el to your emacs lisp directory.
+    If you use September Gnus, please edit tm/gnus/s-path.
 
 
-5 tm-MUA
+4.3 edit external methods (optional)
 
-5.1 tm-gnus
+  You can edit external methods in `tm/methods/' directory for your
+environment.
 
-  If you use optional GNUS or Gnus, you must edit and make manually.
+       tm/methods/tm-au        for audio
+       tm/methods/tm-file      for file extraction
+       tm/methods/tm-image     for image
+       tm/methods/tm-mpeg      for MPEG
+       tm/methods/tm-plain     for plain text
+       tm/methods/tm-html      for HTML
+       tm/methods/tmdecode     decoder
 
-(1) Please edit tm/gnus/Makefile.
+  In default, tmdecode uses `mmencode' command. If you don't have
+metamail package, please modify tmdecode to use decode-b instead of
+mmencode.
 
-    If you use Emacs 18.* and GNUS 3.*, please edit tm/gnus/g3-path.
 
-    If you use Emacs 18.* and GNUS 4.*, please edit tm/gnus/g4-path.
+4.4 make
 
-    If you use Gnus 5.0.*, please edit tm/gnus/g5-path.
+  Run `make all'.
 
-    If you use September Gnus, please edit tm/gnus/s-path.
+  You can specify Emacs command name, for example if you want to use
+`mule' as Emacs command:
 
-(2) make
+       % make all EMACS=mule
 
-  Run `make gnus3', if you use GNUS 3.*.
 
-  Run `make gnus4', if you use GNUS 4.*.
+4.5 install
 
-  Run `make gnus5', if you use Gnus 5.0.*.
+  Run `make install'.
 
-  Run `make sgnus', if you use September Gnus.
+  You can specify Emacs command name, for example if you want to use
+`xemacs' as Emacs command:
 
-(3) install
+       % make all EMACS=xemacs
 
-  Run `make install-18', if you use Emacs 18.*.
 
-  Run `make install-19', if you use Emacs .. 19.28 or XEmacs.
+6 .emacs
 
-  Run `make install-19_29', if you use Emacs 19.29 or later.
+  Please insert (load "mime-setup") in ~/.emacs.
 
 
-5.1.1 automatic MIME preview support
+6.1 automatic MIME preview support
 
   tm-gnus provides automatic MIME preview feature for GNUS 3.15 or
 later, Gnus 5.0.*, Gnus 5.1, and September Gnus.
@@ -178,40 +166,15 @@ RFC 1522 encoded-word. So it is not necessary to reset
 `gnus-strict-mime'.
 
 
-5.2 tm-mh-e
-
-  If you use optional mh-e, you must edit and make manually.
-
-(1) Please edit mh-e/Makefile
-
-(2) make
+6.2 VM
 
-  Run `make elc'.
-
-(3) install
-
-  Run `make install-18', if you use Emacs 18.*.
-
-  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.
-
-6.1 VM
-
-  If you use vm, please insert (require '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 PGP
+6.3 PGP
 
   If you have PGP and Mailcrypt package, you can use PGP on
 MIME. Currently, 2 drafts (draft-elkins-pem-pgp-02.txt and
@@ -262,7 +225,7 @@ please insert following into ~/.emacs:
 ======================================================================
 
 
-6.3 setting sample for hilit19
+6.4 setting sample for hilit19
 
 ======================================================================
 (cond (window-system
@@ -301,7 +264,8 @@ please insert following into ~/.emacs:
        ))
 ======================================================================
 
-6.4 setting sample for browse
+
+6.5 setting sample for browse
 
   If you have browse-url.el (included in Gnus 5.*, September Gnus and
 Emacs 19.30 or later), you can use URL button in