unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Joe Bush <bushj004@hawaii.rr.com>
Subject: Re: strange W3 behavior
Date: Mon, 07 Feb 2005 23:25:10 GMT	[thread overview]
Message-ID: <m3brawlzty.fsf@localhost.localdomain> (raw)
In-Reply-To: u8y60p73y.fsf@vh-s.de

Try adding the following to your .emacs file:

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

  parent reply	other threads:[~2005-02-07 23:25 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-07 16:58 strange W3 behavior Josef Dalcolmo
2005-02-07 17:14 ` Klaus Berndl
2005-02-07 18:17   ` Josef Dalcolmo
2005-02-07 18:58     ` Kevin Rodgers
2005-02-07 23:25     ` Joe Bush [this message]
2005-02-08  0:37       ` Kevin Rodgers
2005-02-08  1:32   ` Galen Boyer

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=m3brawlzty.fsf@localhost.localdomain \
    --to=bushj004@hawaii.rr.com \
    /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 read-only IMAP folder(s) and NNTP newsgroup(s).