From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: bkhl@elektrubadur.se (=?iso-8859-1?q?Bj=F6rn_Lindstr=F6m?=) Newsgroups: gmane.emacs.help Subject: Re: w3 trouble Date: Tue, 28 Oct 2003 02:03:32 +0100 Organization: Upsalafandom Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <87smlew4uz.fsf@lucien.dreaming> References: <87r81kkeb4.fsf@lucien.dreaming> <87y8vkcfi9.fsf@lucien.dreaming> <87r817a7mq.fsf@lucien.dreaming> <3F9561C1.90908@yahoo.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1067303890 14684 80.91.224.253 (28 Oct 2003 01:18:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 28 Oct 2003 01:18:10 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Oct 28 02:18:08 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AEIUq-0002ah-00 for ; Tue, 28 Oct 2003 02:18:08 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AEITJ-00057u-FO for geh-help-gnu-emacs@m.gmane.org; Mon, 27 Oct 2003 20:16:33 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!news2.telebyte.nl!news.tele.dk!news.tele.dk!small.news.tele.dk!news.algonet.se!algonet!News-Peer-Europe!news.stupi.se!newsfeed.sunet.se!news01.sunet.se!news.utfors.se!lucien.dreaming!news Original-Newsgroups: gnu.emacs.help Original-Lines: 29 Original-NNTP-Posting-Host: md4690614.utfors.se Original-X-Trace: yggdrasil.utfors.se 1067302735 22721 212.105.6.20 (28 Oct 2003 00:58:55 GMT) Original-X-Complaints-To: abuse@utfors.se Original-NNTP-Posting-Date: 28 Oct 2003 00:58:55 GMT X-PGP-Key: http://bkhl.elektrubadur.se/Key.html X-Home-Page: http://bkhl.elektrubadur.se/ User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux) Cancel-Lock: sha1:yvWZkLxmYBVNEPdLWX1UAkLCZnE= Original-Xref: shelby.stanford.edu gnu.emacs.help:117641 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:13573 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:13573 Kevin Rodgers writes: > Björn Lindström wrote: > >> ; Open links in Gnus articles with browse-url. >> (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))))) > > You might like advice.el: > > (defadvice w3-fetch (around gnus-browse-url activate) > "Open links in Gnus with `browse-url' instead." > (if (eq major-mode 'gnus-article-mode) > (browse-url (ad-get-arg 0)) ; URL > ad-do-it)) I gave up on getting w3 to work, and installed emacs-w3m instead. Now I would like to know how to translate any of the snippets above for use with emacs-w3m instead of w3. -- Björn Lindström http://bkhl.elektrubadur.se/