Delete garbages.
[elisp/tm.git] / doc / tm-view_en.texi
diff --git a/doc/tm-view_en.texi b/doc/tm-view_en.texi
deleted file mode 100644 (file)
index 203aa42..0000000
+++ /dev/null
@@ -1,282 +0,0 @@
-@c{$Id: tm-view_en.texi,v 7.3 1995/12/13 09:30:34 morioka Exp $}
-
-@node tm-view, encoded-word, tm-MUA, Top
-@comment  node-name,  next,  previous,  up
-@chapter tm-view
-@cindex tm-view
-
-The tm-view is a general MIME viewer running on GNU Emacs.
-
-tm-view provides the major-mode called @code{mime/viewer-mode} to read
-MIME message for MUA. MUA implementer can use it to add MIME function.
-
-tm-view is a user interface kernel to view and navigate MIME message.
-tm-view drives some programs to navigate each content-type/sub-types,
-they are called @strong{method}. tm-view calls some programs to
-display each content-type/sub-types in preview buffer, they are called 
-@strong{filter}. @strong{method} and @strong{filter} are tm-view
-application program. They expand tm-view to treat various kinds of
-MIME types.
-
-@menu
-* Mechanism of tm-view::
-* mime/viewer-mode::
-@end menu
-
-
-@node Mechanism of tm-view, Functions of tm-view, tm-view, tm-view
-@comment  node-name,  next,  previous,  up
-@chapter Mechanism of tm-view
-@cindex mechanism of tm-view
-
-tm-view managements two buffers, one is for raw message called
-@strong{article buffer}, another one is to preview for user called
-@strong{preview buffer}.
-
-When called @code{mime/viewer-mode}, tm-view analyzes article buffer,
-and sets its result to the variable @code{mime::article/content-info}.
-
-After that, tm-view create a preview buffer corresponded to the
-article buffer. As this time, tm-view modifies header and body of each
-contents of the message. It is done by definition for Content-Types.
-
-On the preview buffer created by tm-view, user can manipulate a
-message to decode, such as run external vewer, extract files, or
-print.
-
-Notice: In this document, I call @strong{content-type} as
-content-type/subtype of Content-Type field.
-
-
-@menu
-* Functions of tm-view::
-* article-buffer::
-* preview-buffer::
-* method::
-@end menu
-
-
-@node Functions of tm-view, function to preview, Mechanism of tm-view, Mechanism of tm-view
-@comment  node-name,  next,  previous,  up
-@subsection Functions of tm-view
-
-tm-view provides some available functions to decode and navigate MIME
-message to each MUAs.
-
-There are 2 kinds of functions, one is for MIME preview, another one
-is to decode RFC 1522 encoded-word.
-
-Memo: Old tiny-mime.el was abolished. Functions to decode RFC 1522
-encoded-word are took over to tm-view.
-
-
-@menu
-* function to preview::
-* encoded-word decoding::
-@end menu
-
-
-@node function to preview, encoded-word decoding, Functions of tm-view, Functions of tm-view
-@comment  node-name,  next,  previous,  up
-@subsubsection function to preview MIME message
-@cindex mime/viewer-mode
-
-@deffn{Command} mime/viewer-mode &optional mother ctl encoding
-
-Parse current-buffer as a MIME message, and create preview buffer to
-display to user, then enter @code{mime/viewer-mode}.
-
-@var{mother} is used to specify original article buffer. It may be
-useful when an article buffer is assembled from message/partial.
-
-@var{ctl} is used to specify Content-Type field information. Its
-format is output format of @code{mime/Content-Type}. When @var{ctl} is 
-specified, tm-view uses it instead of Content-Type field of the
-article buffer.
-
-@var{encoding} is used to specify field-body of
-Content-Transfer-Encoding field. When is is specified, tm-view uses it
-instead of Content-Type field of the article buffer.
-@end deffn
-
-
-@include{tm-ew-d_en.texi}
-
-
-@include{tm-view-a_en.texi}
-
-@include{tm-view-p_en.texi}
-
-@include{tm-view-m_en.texi}
-
-
-
-@node mime/viewer-mode, environment variables, Functions of tm-view, tm-view
-@comment  node-name,  next,  previous,  up
-@section mime/viewer-mode
-@cindex mime/viewer-mode
-
-@code{mime/viewer-mode} is a major-mode to preview MIME message. In
-MIME viewer mode, you can navigate MIME message interactively.
-
-@menu
-* MIME display::
-* MIME navigation::
-@end menu
-
-@node MIME display, content-body, mime/viewer-mode, mime/viewer-mode
-@comment  node-name,  next,  previous,  up
-@chapter Screen design of preview buffer
-@cindex Screen design of preview buffer
-
-In preview buffer, following are displayed for each content:
-
-@example
-       [content-subject]
-       (content-header)
-       
-       (content-body)
-       (content-separator)
-@end example
-
-You can change design or stop to display if you specify for each
-content-types.
-
-Example:
-
-@example
-From: MORIOKA Tomohiko <morioka@@jaist.ac.jp>
-Newsgroups: zxr.comp.emacs.tm-english
-Subject: tm6.63.tar.gz
-Date: Mon, 26 Jun 1995 17:39:50 JST
-Organization: Chamonix, JAIST, Tatsunokuchi, Ishikawa, Japan
-Reply-To: tm-eng@@chamonix.jaist.ac.jp
-To: tm-eng@@chamonix.jaist.ac.jp
-In-Reply-To: Your message of "Sun, 25 Jun 1995 23:20:49 MST"
-X-Mua: mh-e 4.1 + tm 6.63 / Mule 2.2 (WAKAMURASAKI) PL02
-X-Mime-Composer: mime.el + tiny-mime 5.12
-X-Ml-Count: 32
-
-[1  (text/plain)]
-  I put tm6.63.tar.gz in ftp.jaist.ac.jp.
-
-  In this version, tm-view uses new MIME encoding/decoding engine
-``mel (MIME encoding library''. This library has internal/external
-encoding/decoding engine. If data is smaller than a limit, tm-view
-uses internal decoder, otherwise external decoder.
-
-[2 tm6.63.tar.gz ([anon-ftp] ftp.jaist.ac.jp:/pub/GNU/elisp/mime/alpha)]
-
-[3  (text/plain)]
-----
-MORIOKA, Tomohiko <morioka@@jaist.ac.jp>
-@end example
-
-
-@menu
-* content-subject::
-* content-header::
-* content-body::
-* content-separator::
-@end menu
-
-@include{tm-view-cs_en.texi}
-@include{tm-view-ch_en.texi}
-@include{tm-view-cb_en.texi}
-
-
-@node content-separator, , content-body, Preview Buffer
-@comment  node-name,  next,  previous,  up
-@section content-separator
-@cindex content-separator
-
-Content-separator is displayed to represent boundary of contents.
-
-Content-separator is displayed by function
-@code{mime-viewer/default-content-separator}. In default, it displays
-line-break when content-header and content-body are not displayed.
-
-If you want to change this condition, please redefine this function.
-
-
-@deffn{Function} mime-viewer/default-content-separator cnum cinfo ctype params subj
-
-Display content-separator. @var{cnum} is content-number of a
-content. @var{cinfo} is content-info of the message. @var{ctype} is
-content-type of a content. @var{params} is Content-Type field
-parameters of a content. @var{subj} is subject.
-
-In default, it displays line-break when content-header and
-content-body are not displayed.
-@end deffn
-
-
-@node MIME navigation, method, content-body, mime/viewer-mode
-@comment  node-name,  next,  previous,  up
-@chapter Commands of mime/viewer-mode
-@cindex Commands of mime/viewer-mode
-
-@code{mime/viewer-mode} has following functions:
-
-@table @kbd 
-@item @key{u}
-goes to the upper content (returns to the Summary mode if the cursor
-is sitting on the top content (*1))
-
-@item @key{p}
-goes to the previous content
-
-@item @key{n}
-goes to the next content
-
-@item @key{SPC}
-scrolls up
-
-@item @key{M-SPC}
-scrolls down
-
-@item @key{DEL}
-scrolls down
-
-@item @key{RET}
-goes to the next line
-
-@item @key{M-RET}
-goes to the previous line
-
-@item @key{<}
-goes to the beginning of message
-
-@item @key{>}
-goes to the end of message
-
-@item @key{v}
-playbacks a content            (*2)
-
-@item @key{e}
-extracts a file from a content (*2)
-
-@item @key{C-c C-p}
-prints a content               (*2)
-
-@item @key{f}
-displays X-Face in the message
-
-@item @key{mouse-button-2}
-drives mouse button.
-
-If you press content-subject, it playbacks the content. (*2)
-
-If you press URL-button, it runs WWW browser.
-@end table
-
-
-@b{[Notice]}
-@enumerate
-@item
-Not return to the Summary mode unless tm-view has been setup using
-tm-mh-e, tm-gnus, tm-rmail etc.
-
-@item
-Actual playback/extract/print will be performed by a method.
-@end enumerate