[mew-int 01003] Re: Retrieving Word Docs in Multipart

Tatsuya Kinoshita tats at example.com
Thu Jul 11 20:04:25 JST 2002


In message [mew-int 00999], on Tue, 9 Jul 2002,
Christophe TROESTLER <Christophe.Troestler at example.com> wrote:

> (require 'mew-w3m)
> (setq mew-prog-html '(mew-mime-text/html-w3m nil nil))

The mew-prog-html variable has two function names.  The default
value of Mew 2.2/3.0.55 is as follows:

  (setq mew-prog-html '(mew-mime-text/html mew-mime-text/html-ext))

This works for mew-w3m even if you didn't change the value.

You can also execute the external program by `C-c C-e'.  The
program is defined as follows:

  (setq mew-prog-text/html-ext "mozilla")
  (setq mew-prog-text/html-ext-arg '("-remote" "openFile(%s)"))

P.S.

For Debian users, the default values are changed in Debian's mew
2.2-5.  Now, they are the same as Mew 3.0.55.  For example, it's
liking for mozilla/gpg/display instead of netscape/pgp/xv.  See
/etc/emacs/site-start.d/50mew.el for the detail.

-- 
Tatsuya Kinoshita



More information about the Mew-int mailing list