Addition.
authorShengHuo ZHU <zsh@cs.rochester.edu>
Mon, 18 Feb 2002 15:47:20 +0000 (15:47 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Mon, 18 Feb 2002 15:47:20 +0000 (15:47 +0000)
texi/ChangeLog
texi/emacs-mime.texi
texi/gnus.texi

index 4514184..8c3efb5 100644 (file)
@@ -1,6 +1,8 @@
 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus.texi (Using MIME): Rename functions.
+       * emacs-mime.texi (mailcap): Addition.
+
+       * gnus.texi (Using MIME): Rename functions. Addition.
 
 2002-02-16  Simon Josefsson  <jas@extundo.com>
 
index f597c37..6f66bb4 100644 (file)
@@ -796,10 +796,12 @@ Here's an example file:
 @example
 image/*; gimp -8 %s
 audio/wav; wavplayer %s
+application/msword; catdoc %s ; copiousoutput ; nametemplate=%s.doc
 @end example
 
-This says that all image files should be displayed with @code{gimp}, and
-that WAVE audio files should be played by @code{wavplayer}.
+This says that all image files should be displayed with @code{gimp},
+that WAVE audio files should be played by @code{wavplayer}, and that
+MS-WORD files should be inlined by @code{catdoc}.
 
 The @code{mailcap} library parses this file, and provides functions for
 matching types.
index f7105b7..32330e4 100644 (file)
@@ -10180,7 +10180,10 @@ The following commands are available when you have placed point over a
 @kindex RET (Article)
 @itemx BUTTON-2 (Article)
 Toggle displaying of the @sc{mime} object
-(@code{gnus-article-press-button}).
+(@code{gnus-article-press-button}). If builtin viewers can not display
+the object, Gnus resorts to external viewers in the @file{mailcap}
+files.  If a viewer has the @samp{copiousoutput} specification, the
+object is displayed inline.
 
 @findex gnus-mime-view-part
 @item M-RET (Article)