[mew-int 01875] mew-w3m image inline
Martin Simon
martin at example.com
Mon Sep 13 00:24:21 JST 2004
hallo,
I want to setup mew to display the html part of a mime message with w3m and
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)
and that in my .emacs.el
(setq w3m-default-display-inline-images t) ;; inline images in w3m
(setq w3m-toggle-inline-images-permanently nil)
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.
how can I setup that.
thanks in advance
martin
More information about the Mew-int
mailing list