[mew-int 01877] Re: mew-w3m image inline

Martin Simon martin at example.com
Tue Sep 14 20:42:10 JST 2004


From: Kazu Yamamoto (山本和彦) <kazu at example.com>
Subject: Re: [mew-int 01875] mew-w3m image inline 
Date: Tue, 14 Sep 2004 11:19:19 +0900 (JST)

> Hello,
> 
> > inline the images in the buffer. w3m is setup to inline images, which works
> > fine if I start w3m directly in emacs, but doesn't work in mew.
> > the following is in my .mew.el:
> > ;; use w3m for internal html display
> > (condition-case nil
> >    (require 'mew-w3m)
> >   (file-error nil))
> > ;; inline pictures
> > (setq mew-w3m-auto-insert-image t)
> 
> I don't why it does not work.
> 
> Just for your hint, my .mew is as follows:
> 
> (unless (>= emacs-major-version 22)
>   (condition-case nil
>       (progn
>         (require 'mew-w3m)
>         ;; (setq mew-use-w3m-minor-mode t)
>         (unless mew-xemacs-p
>           (add-hook 'mew-message-hook 'mew-w3m-minor-mode-setter)))
>     (file-error nil)))
> 
> (setq w3m-type 'w3m-m17n)
> (setq w3m-command "w3m")
> (setq mew-mime-multipart-alternative-list '("Text/Html" "Text/Plain" "*."))
> (setq mew-w3m-auto-insert-image t)
> 
> > another thing with html display is that I don't want mew to wrap lines when
> > displaying html code via w3m. again w3m doesn't wrap lines if I start directly
> > in emacs.
> 
> This is not due to Mew.
> Please feedback this to the authors of emacs-w3m. 
> 
> --Kazu

thanks Kazu,

after I put the above in my .mew without any visual change, I thought again
and now I know what I really meant. images are inlined and displayed in html -
thats right - but they aren't loaded from a remote server during
display in the message buffer. that's a good default for spam but if i want
to display my iTunes Music newsletter I would love to toggle that
behavior and load all images.

is that possible? any advice?

martin



More information about the Mew-int mailing list