Jim Kalb <[EMAIL PROTECTED]> 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 -
_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english