[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: From newbie: problems with installation of w3m
- From: "Rodolfo Medina" <romeomedina@xxxxxxxxx>
- Date: Wed, 23 Feb 2005 17:29:33 +0100
- X-ml-name: emacs-w3m
- X-mail-count: 07695
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