help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Reading HTML mails with gnus


From: Rodolfo Medina
Subject: Re: Reading HTML mails with gnus
Date: Fri, 25 Feb 2005 16:52:10 +0100

Rodolfo Medina wrote:

> In order to read with Gnus that kind of mails
> such as Internet adverts (is that HTML mails?),
> I was suggested to install w3m-el (an interface of w3m).
> After some difficulties I managed to get the installation up to end,
> but still can't read HTML images via gnus.
> What am I missing?


Adam Duck wrote:

> html images?  Do you mean images inside html?  This should work with
> emacs-w3m -- except that you may need to tell this to w3m explicitly:
> `w3m-default-display-inline-images'


Nick wrote:

> w3m-default-display-inline-images is a variable, not a function,
> so you just need to set it:
>
>    (setq w3m-default-display-inline-images t)
>
> will set its value to t.


Thanks, Adam, thanks, Nick.
I put in my .gnus.el the line:
(setq w3m-default-display-inline-images t)
but STILL can't view html images with gnus.
I didn't think it'd be so difficult!
In my .gnus there's also:

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

, and in my .emacs there is:

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

. I also tried with:

(setq mm-w3m-safe-url-regexp nil)

in .gnus, but nothing of nothing. I'm almost desperate.
Do you have any other suggestion?

Thanks,
Rodolfo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]