Delete garbages.
[elisp/tm.git] / doc / tm-gnus_en.texi
diff --git a/doc/tm-gnus_en.texi b/doc/tm-gnus_en.texi
deleted file mode 100644 (file)
index 7ed0ea0..0000000
+++ /dev/null
@@ -1,171 +0,0 @@
-\input texinfo.tex
-@c{-*-tm-gnus manual-*-}
-@setfilename tm-gnus_en.info
-@settitle{tm-gnus manual}
-
-@titlepage
-@title{tm-gnus}
-@author{MORIOKA Tomohiko}
-@code{$Id: tm-gnus_en.texi,v 7.0 1996/04/11 17:20:24 morioka Exp $}
-@end titlepage
-
-
-@node Top, Introduction, (tm_en.info)tm-MUA, (tm_en.info)tm-MUA
-@top tm-gnus 7.25 Reference manual
-
-@comment  node-name,  next,  previous,  up
-@ifinfo
-This file documents tm-gnus, a MIME extension for GNUS and Gnus.
-
-@end ifinfo
-
-@menu
-* Introduction::
-* Features::
-* Index::
-@end menu
-
-
-@node Introduction, Features, Top, Top
-@comment  node-name,  next,  previous,  up
-@chapter Introduction
-@cindex components
-
-tm-gnus is a GNUS extender to use tm. It supports GNUS 3.*, GNUS 4.*,
-(ding) GNUS and GNUS 5.*.
-
-tm-gnus extends MIME features to GNUS. tm-gnus decodes RFC 1522 MIME
-encoded-word in summary buffer and article buffer, and adds a command
-to preview MIME message using tm-view in summary mode.
-
-In GNUS 3.15 or later and Gnus, tm-gnus can display MIME preview
-buffer instead of article buffer. It is useful for heavy MIME user.
-
-Note: September Gnus has some features to support tm-gnus. So it is
-better choice if you don't dislike alpha version.
-
-
-tm-gnus has following modules:
-
-@itemize @minus
-@item @strong{tm-gnus.el}:  main module of tm-gnus
-@item @strong{tm-gnus3.el}: module for GNUS 3.*.
-@item @strong{tm-gnus4.el}: module for GNUS 4.*, Gnus 5.0 and 5.1
-@item @strong{tm-gd3.el}:   common part for GNUS
-@item @strong{tm-gd5.el}:   common part for Gnus
-@item @strong{tm-sgnus.el}: module for September Gnus
-@end itemize
-
-
-@node Features, Index, Introduction, Top
-@comment  node-name,  next,  previous,  up
-@chapter Features
-@cindex features
-
-tm-gnus expands following features to GNUS.
-
-@menu
-* Summary buffer::         Summary buffer decoding
-* Summary mode::           Extension to summary mode.
-* Automatic MIME Preview:: Automatic MIME Preview
-@end menu
-
-
-@node Summary buffer, Summary mode, Features, Features
-@comment  node-name,  next,  previous,  up
-@section Summary buffer decoding
-@cindex encoded-word
-@cindex RFC 1522
-@cindex summary buffer
-
-tm-gnus decodes MIME encoded-word in summary buffer using tm-view
-(@inforef{encoded-word decoding, , tm-eword_en}) functions. However if
-an encoded-word has unsupported charset, it is not decoded.
-
-
-@node Summary mode, Automatic MIME Preview, Summary buffer, Features
-@comment  node-name,  next,  previous,  up
-@section Extension to Summary mode
-@cindex Summary mode
-
-@table @kbd 
-@item @key{M-t}
-In automatic MIME preview support version GNUS, it is the toggle
-whether to do automatic MIME preview or not. Otherwise it is the
-toggle for decoding mode of RFC 1522 MIME encoded-word.
-@item @key{v}
-Enter @code{mime/viewer-mode} to view a message.
-@end table
-
-mime/viewer-mode is a mode to view MIME messages. You can move in a
-message, or play each contents included in a message.
-
-@menu
-* (tm_en.info)MIME navigation:: Commands of mime/viewer-mode.
-@end menu
-
-
-@node Automatic MIME Preview,  , Summary mode, Features
-@comment  node-name,  next,  previous,  up
-@section Automatic MIME Preview
-@cindex automatic MIME preview
-
-``Automatic MIME preview'' feature is available in GNUS 3.15 or later
-and Gnus. If this feature is available, when reading an article in
-summary mode, tm-gnus displays preview buffer processed by tm-view
-instead of raw article buffer.
-
-Therefore if an article is encoded by Quoted-Printable or Base64, a
-decoded article is displayed. In addition, if using tm-rich, rich text
-article is automatic formated. Of course, multipart article is dealt
-with correctly.
-
-Different from using metamail, speaker does not roar just then read an
-article includes audio content, video player does not play just then
-read an article includes video content, it does not do anonymous ftp
-or send mail when read an article includes external-message. These
-contents are played when you do decoding command in preview buffer.
-
-However if you use a slow machine, or are just really impatient, you
-can stop automatic MIME preview.
-
-
-@defvar tm-gnus/automatic-mime-preview
-
-If it is t, tm-gnus is in automatic MIME preview mode.
-@end defvar
-
-In September Gnus, semantics of variable @code{gnus-article-buffer} is
-changed, its semantics is divided into following two variables.
-
-
-@defvar gnus-article-buffer
-
-It indicates the buffer to display. In automatic MIME preview mode, it
-indicates preview-buffer "*Article*" processed by tm-view.
-@end defvar
-
-
-@defvar gnus-original-article-buffer
-
-It indicates raw article-buffer " *Original Article*" even if tm-gnus
-is in automatic MIME preview mode.
-
-GNUS and Gnus 5.1 or earlier don't have it, but tm-gnus4 emulate
-it. In this case, it indicates nil if there is not preview-buffer.
-@end defvar
-
-
-@menu
-* (tm_en.info)tm-view::
-@end menu
-
-
-@node Index,  , Features, Top
-@unnumbered Index
-
-@printindex cp
-@printindex fn
-@printindex vr
-
-@bye