info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: mime: View Internally with catdoc, Externally with OpenOffice


From: Reiner Steib
Subject: Re: mime: View Internally with catdoc, Externally with OpenOffice
Date: Thu, 07 Oct 2004 20:37:01 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux)

On Wed, Oct 06 2004, Uwe Brauer wrote:

> However it seems that gnus does not
> distinguish between view internally and externally, in the mailcap file
> there is also only *ONE* entry concerning msword doc. How can I have
> an internal and a (different) external viewer

I'm afraid I don't quite understand you.

There are test functions: `mm-inline-media-tests' in Gnus and the
"test=..." stuff in mailcap.  But I'm not sure if this is useful for
you.

As I understood, you don't know which viewer you want to have
initially, but only when the first one fails.  Instead of `v' you may
also use `t' and make a shortcut for it:

In mailcap:
  application/msword-ooo; OOo %s; nametemplate=%s.doc

(define-key gnus-mime-button-map (kbd "O") ;; some key
  '(lambda ()
     (interactive)
     (gnus-mime-view-part-as-type "application/msword-ooo")))

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/


reply via email to

[Prev in Thread] Current Thread [Next in Thread]