Gnus development mailing list
 help / color / mirror / Atom feed
From: Andreas Schwab <schwab@suse.de>
Subject: Re: browse-url-new-window-p doesn't work?
Date: 18 Aug 1999 14:38:09 +0200	[thread overview]
Message-ID: <je672de026.fsf@hawking.suse.de> (raw)
In-Reply-To: Kai.Grossjohann@CS.Uni-Dortmund.DE's message of "Wed, 18 Aug 1999 09:23:41 GMT"

Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann) writes:

|> I have set browse-url-new-window-p to t and
|> browse-url-browser-function to browse-url-netscape.  Yet, hitting
|> mouse-2 on a link in an article (or RET) doesn't open a new Netscape
|> window, it reuses an existing window.

---Buffer: *Help*----
browse-url-netscape is an interactive compiled Lisp function in `browse-url'.
(browse-url-netscape URL &optional NEW-WINDOW)
[...]
When called non-interactively, optional second argument NEW-WINDOW is
used instead of `browse-url-new-window-p'.
---------------------

Use this instead:

(defun browse-url-netscape-new-window (url)
  (browse-url-netscape url t))

-- 
Andreas Schwab                                  "And now for something
schwab@suse.de                                   completely different."
SuSE GmbH, Schanzäckerstr. 10, D-90443 Nürnberg


  parent reply	other threads:[~1999-08-18 12:38 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-08-18  9:13 Kai Großjohann
1999-08-18 12:32 ` Michael Piotrowski
1999-08-18 12:38 ` Andreas Schwab [this message]
1999-08-18 16:22   ` Kai Großjohann
1999-08-27 23:29 ` Daniel Neri
1999-09-24 18:31   ` Lars Magne Ingebrigtsen

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

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

  git send-email \
    --in-reply-to=je672de026.fsf@hawking.suse.de \
    --to=schwab@suse.de \
    /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 NNTP newsgroup(s).