info-gnus-english
[Top][All Lists]
Advanced

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

Re: Follow links in html articles?


From: Tassilo Horn
Subject: Re: Follow links in html articles?
Date: Fri, 31 Aug 2007 11:22:26 +0200
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.50 (gnu/linux)

Jim Kalb <skarpheddin@gmail.com> writes:

Hi Jim,

>   Exal> | (setq browse-url-browser-function 'browse-url-firefox |
>   Exal> browse-url-new-window-flag t |
>   Exal> browse-url-firefox-new-window-is-tab t) `----
>
> That's OK if the article is not rendered using links or lynx. If it
> is, though, the links in the article are not useable. My issue is how
> to make them useable in that case.

I use w3m with emacs-w3m for that.

,----[ ~/.gnus.el ]
| (require 'w3m)
| (setq mm-text-html-renderer 'w3m)
| (setq mm-inline-text-html-with-images t)
| (setq mm-inline-large-images t)
`----

Bye,
Tassilo
-- 
          "Emacs is not a development tool but a way of life."
                - David Kastrup in alt.religion.emacs -





reply via email to

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