Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* Cannot start w3m-el from within a document, except newsfeeds
@ 2009-02-12 14:00 Hermann
  2009-02-12 22:40 ` Katsumi Yamaoka
  0 siblings, 1 reply; 5+ messages in thread
From: Hermann @ 2009-02-12 14:00 UTC (permalink / raw)
  To: info-gnus-english

Hi,
the subject almost says it:
When I open a link from within a news feed, w3m-el starts as expected.
However: When I try to open a link from any other document (post/email),
I get the message:
Mozilla starting...
and of course nothing happens; I use Gnus from a text console.
My .gnus reads the following, regarding w3m-el:

  (eval-after-load "w3"
    '(progn
      (fset 'w3-fetch-orig (symbol-function 'w3-fetch))
      (defun w3-fetch (&optional url target)
        (interactive (list (w3-read-url-with-default)))
        (if (eq major-mode 'gnus-article-mode)
            (browse-url url)
          (w3-fetch-orig url target)))))

So what do I have to insert in .gnus or in .emacs?
Hermann

-- 

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

end of thread, other threads:[~2009-02-13 12:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-02-12 14:00 Cannot start w3m-el from within a document, except newsfeeds Hermann
2009-02-12 22:40 ` Katsumi Yamaoka
2009-02-13  9:53   ` Hermann
2009-02-13 11:25     ` Katsumi Yamaoka
2009-02-13 12:17       ` Hermann

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