Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Tassilo Horn <tassilo@member.fsf.org>
To: info-gnus-english@gnu.org
Subject: Re: Follow links in html articles?
Date: Fri, 31 Aug 2007 11:22:26 +0200	[thread overview]
Message-ID: <87r6lk5a99.fsf@baldur.tsdh.de> (raw)
In-Reply-To: <87d4x4i3ry.fsf@slack.kalb.ath.cx>

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	other threads:[~2007-08-31  9:22 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-30 23:12 Jim Kalb
2007-08-30 23:25 ` Exal de Jesus Garcia Carrillo
2007-08-31  7:04   ` Jim Kalb
2007-08-31  9:22     ` Tassilo Horn [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87r6lk5a99.fsf@baldur.tsdh.de \
    --to=tassilo@member.fsf.org \
    --cc=info-gnus-english@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).