all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* w3m and html messages
@ 2009-10-16  8:10 Olivier Sirven
  2009-10-16 11:01 ` Olivier Sirven
  0 siblings, 1 reply; 2+ messages in thread
From: Olivier Sirven @ 2009-10-16  8:10 UTC (permalink / raw
  To: help-gnu-emacs

Hi,

I'm using w3m to display html messages in gnus and I would like him to
always display inline images. But I can't make it work.
Here is my w3m configuration in my .gnus.el:

(setq mm-text-html-renderer 'w3m
      w3m-coding-system 'utf-8
      w3m-file-coding-system 'utf-8
      w3m-file-name-coding-system 'utf-8
      w3m-input-coding-system 'utf-8
      w3m-output-coding-system 'utf-8
      w3m-terminal-coding-system 'utf-8
      w3m-toggle-inline-images t
      mm-inline-text-html-with-images t
      )

Each time I open a html message, it displays the alt attribute of the
images and I have to open them manually to be able to see them. How can
I fix this behavior? I tried for test purposes to set
mm-w3m-safe-url-regexp to nil but it won't chang anything.

Thanks

--
Olivier


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: w3m and html messages
  2009-10-16  8:10 w3m and html messages Olivier Sirven
@ 2009-10-16 11:01 ` Olivier Sirven
  0 siblings, 0 replies; 2+ messages in thread
From: Olivier Sirven @ 2009-10-16 11:01 UTC (permalink / raw
  To: help-gnu-emacs

Olivier Sirven <the.slaa@gmail.com> writes:

> Hi,
>
> I'm using w3m to display html messages in gnus and I would like him to
> always display inline images. But I can't make it work.
> Here is my w3m configuration in my .gnus.el:
>
> (setq mm-text-html-renderer 'w3m
>       w3m-coding-system 'utf-8
>       w3m-file-coding-system 'utf-8
>       w3m-file-name-coding-system 'utf-8
>       w3m-input-coding-system 'utf-8
>       w3m-output-coding-system 'utf-8
>       w3m-terminal-coding-system 'utf-8
>       w3m-toggle-inline-images t
>       mm-inline-text-html-with-images t
>       )
>
> Each time I open a html message, it displays the alt attribute of the
> images and I have to open them manually to be able to see them. How can
> I fix this behavior? I tried for test purposes to set
> mm-w3m-safe-url-regexp to nil but it won't chang anything.

ok I found my own solution:
(setq w3m-default-display-inline-images t)

--
Olivier



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-10-16 11:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-16  8:10 w3m and html messages Olivier Sirven
2009-10-16 11:01 ` Olivier Sirven

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.