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

Re: From newbie: problems with installation of w3m



Hi.

After some difficulties, in the end I managed to install
emacs-w3m in my system, but still can't view images within html mails,
with gnus.
In my .emacs I put the following:

(add-to-list 'load-path (expand-file-name "/usr/share/emacs/site-lisp/w3m"))
(require 'w3m-load)

, and in my .gnus the following:

(setq mm-text-html-renderer 'w3m)
(setq mm-inline-text-html-with-images t)

. What else am I missing?
Thank you for any help!

Rodolfo