From f535472f18b5c18343e1cb2ac43d15921cf80f6a Mon Sep 17 00:00:00 2001 From: morioka Date: Mon, 2 Mar 1998 13:44:27 +0000 Subject: [PATCH] tm 5.1. --- Makefile | 5 +++-- README.eng | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ mime-setup.el | 4 ++-- tm-jp.tex | 4 ++-- 4 files changed, 67 insertions(+), 6 deletions(-) create mode 100644 README.eng diff --git a/Makefile b/Makefile index c737801..37431e0 100644 --- a/Makefile +++ b/Makefile @@ -12,9 +12,10 @@ PSFILES = tm-jp.ps \ tiny-mime-jp.ps signature-jp.ps tiny-mime-eng.ps GOMI = *.aux *.toc *.log $(TEXFILES) $(DVIFILES) *.ps $(UTILS) -FILES = *.ol *.pln Makefile *.el *.c methods tm-jp.tex $(TEXFILES) +FILES = README.eng *.ol *.pln \ + Makefile *.el *.c methods tm-jp.tex $(TEXFILES) -TARFILE = tm5.tar +TARFILE = tm5.1.tar .SUFFIXES: .ol .tex .dvi .ps diff --git a/README.eng b/README.eng new file mode 100644 index 0000000..7b4d119 --- /dev/null +++ b/README.eng @@ -0,0 +1,60 @@ +[README for tm (English Version)] +by MORIOKA Tomohiko +1994/09/26 + +1 What's tm? + +Tm is a MIME package for GNU Emacs. Tm has following functions: + + - MIME style multilingual header + - MIME message viewer (mime/viewer-mode) + - MIME extenders for mh-e, GNUS and RMAIL + + +2 Modules + +Tm has following modules: + + - tiny-mime : MIME header encoder/decoder + - tm-view : MIME viewer + - tm-misc : library module for tm-MUAs + - tm-MUAs : MIME extender for MUAs + - tm-mh-e : tm-MUA for mh-e + - tm-gnus : tm-MUA for GNUS + - tm-rmail : tm-MUA for RMAIL + - tm-setup: set up module for tm-MUAs + - mime-setup: set up module for MIME + + +3 Install + +(1) Edit Makefile for your environment. + +(2) Edit methods in `methods/' directory for your environment. + +(3) Run `make all'. + +(4) Run `make install'. + +(5) Copy *.el to your emacs lisp directory. + + +4 .emacs + +Please insert (load "mime-setup") or (load "tm-setup") in .emacs. If +you use mime-setup, you should prepare mime.el. + + +5 How to use mime/viewer-mode + +In tm-MUAs, you can use mime/viewer-mode if you press `v' key in +Summary mode. mime/viewer-mode has following functions: + + u move to the upper content + p move to the previous content + n move to the next content + SPC scroll up + M-SPC scroll down + v play the content + e extract as file the content + C-c C-p print the content diff --git a/mime-setup.el b/mime-setup.el index 70c6775..068711b 100644 --- a/mime-setup.el +++ b/mime-setup.el @@ -1,5 +1,5 @@ ;;; -;;; $Id: mime-setup.el,v 3.0 1994/08/31 05:33:58 morioka Exp $ +;;; $Id: mime-setup.el,v 5.0 1994/09/26 15:04:55 morioka Exp $ ;;; (provide 'mime-setup) @@ -9,7 +9,7 @@ ;;; @ variables ;;; -(defvar mime-setup-use-sc t) +(defvar mime-setup-use-sc nil) ;;; @ for Edit MIME mode diff --git a/tm-jp.tex b/tm-jp.tex index ab96e8e..ec9aac5 100644 --- a/tm-jp.tex +++ b/tm-jp.tex @@ -3,7 +3,7 @@ \title{tm ÀâÌÀ½ñ} \author{¼é²¬ ÃÎɧ\\ morioka@jaist.ac.jp} -\date{\verb$Id: tm-jp.tex,v 2.1 1994/09/02 09:41:08 morioka Exp morioka $} +\date{\verb$Id: tm-jp.tex,v 5.1 1994/09/26 14:52:00 morioka Exp $} \begin{document} @@ -16,7 +16,7 @@ tm \begin{itemize} \item ¿¸À¸ì header ¤Î encode/decode -\item mime/view-mode ¤ò»È¤Ã¤¿ MIME message ¤Î±ÜÍ÷¡¦ºÆÀ¸ +\item mime/viewer-mode ¤ò»È¤Ã¤¿ MIME message ¤Î±ÜÍ÷¡¦ºÆÀ¸ \item mh-e, GNUS, RMAIL ¤Ç¤Î MIME µ¡Ç½¤Î¶¯²½ \end{itemize} -- 1.7.10.4