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

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

Cannot start w3m-el from within a document, except newsfeeds


From: Hermann
Subject: Cannot start w3m-el from within a document, except newsfeeds
Date: Thu, 12 Feb 2009 15:00:09 +0100
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.2 (gnu/linux)

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

-- 


reply via email to

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