[mew-int 01876] Re: mew-w3m image inline
Kazu Yamamoto ( 山本和彦 )
kazu at example.com
Tue Sep 14 11:19:19 JST 2004
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
More information about the Mew-int
mailing list