From 44812b4627ce61bf94f2632aeaf75d6828d58708 Mon Sep 17 00:00:00 2001 From: ShengHuo ZHU Date: Mon, 18 Feb 2002 15:47:20 +0000 Subject: [PATCH] Addition. --- texi/ChangeLog | 4 +++- texi/emacs-mime.texi | 6 ++++-- texi/gnus.texi | 5 ++++- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/texi/ChangeLog b/texi/ChangeLog index 451418471..8c3efb57e 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,6 +1,8 @@ 2002-02-18 ShengHuo ZHU - * gnus.texi (Using MIME): Rename functions. + * emacs-mime.texi (mailcap): Addition. + + * gnus.texi (Using MIME): Rename functions. Addition. 2002-02-16 Simon Josefsson diff --git a/texi/emacs-mime.texi b/texi/emacs-mime.texi index f597c3739..6f66bb4d1 100644 --- a/texi/emacs-mime.texi +++ b/texi/emacs-mime.texi @@ -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. diff --git a/texi/gnus.texi b/texi/gnus.texi index f7105b7a9..32330e413 100644 --- a/texi/gnus.texi +++ b/texi/gnus.texi @@ -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) -- 2.34.1