tm 5.1.
[elisp/tm.git] / README.eng
1 [README for tm (English Version)]
2 by MORIOKA Tomohiko <morioka@jaist.ac.jp>
3 1994/09/26
4
5 1 What's tm?
6
7 Tm is a MIME package for GNU Emacs. Tm has following functions:
8
9         - MIME style multilingual header
10         - MIME message viewer (mime/viewer-mode)
11         - MIME extenders for mh-e, GNUS and RMAIL
12
13
14 2 Modules
15
16 Tm has following modules:
17
18         - tiny-mime : MIME header encoder/decoder
19         - tm-view : MIME viewer
20         - tm-misc : library module for tm-MUAs
21         - tm-MUAs : MIME extender for MUAs
22                 - tm-mh-e : tm-MUA for mh-e
23                 - tm-gnus : tm-MUA for GNUS
24                 - tm-rmail : tm-MUA for RMAIL
25         - tm-setup: set up module for tm-MUAs
26         - mime-setup: set up module for MIME
27
28
29 3 Install
30
31 (1) Edit Makefile for your environment.
32
33 (2) Edit methods in `methods/' directory for your environment.
34
35 (3) Run `make all'.
36
37 (4) Run `make install'.
38
39 (5) Copy *.el to your emacs lisp directory.
40
41
42 4 .emacs
43
44 Please insert (load "mime-setup") or (load "tm-setup") in .emacs. If
45 you use mime-setup, you should prepare mime.el.
46
47
48 5 How to use mime/viewer-mode
49
50 In tm-MUAs, you can use mime/viewer-mode if you press `v' key in
51 Summary mode. mime/viewer-mode has following functions:
52
53         u       move to the upper content
54         p       move to the previous content
55         n       move to the next content
56         SPC     scroll up
57         M-SPC   scroll down
58         v       play the content
59         e       extract as file the content
60         C-c C-p print the content