Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* rss, links and external browser
@ 2008-08-05 15:26 Memnon Anon
  2008-08-06  1:03 ` Katsumi Yamaoka
  0 siblings, 1 reply; 5+ messages in thread
From: Memnon Anon @ 2008-08-05 15:26 UTC (permalink / raw)
  To: info-gnus-english

Hi!

I am using gnus to read some rss feeds.
Sometimes, I want to follow links.

my .emacs has this:

;; Found this config here:
;; http://www.emacswiki.org/cgi-bin/wiki/JorgenSchaefersEmacsConfig
(defun fc-choose-browser (url &rest args)
  (interactive "sURL: ")
  (if (y-or-n-p "Use external browser? ")
      (browse-url-generic url)
    (w3m-browse-url url)))

(setq browse-url-browser-function 'fc-choose-browser)
(global-set-key "\C-xm" 'browse-url-at-point)


Whenever there is a link like: http://www.google.de,
it works as expected. I am asked whether I want
to use my internal or external browser.

But if there is a "rendered" link like: Go _here_ to read
on, I always end up in w3m and have to press M to
read in my external browser.
C-x m works, mouse and enter on the link do not.

So, which function is called using enter/mouse on a link and
how can I change this to the way I am used to?

TIA

Memnon

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

end of thread, other threads:[~2008-08-06 14:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-08-05 15:26 rss, links and external browser Memnon Anon
2008-08-06  1:03 ` Katsumi Yamaoka
2008-08-06 10:27   ` Memnon Anon
2008-08-06 11:36     ` Katsumi Yamaoka
2008-08-06 14:23       ` Memnon Anon

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).