Gnus development mailing list
 help / color / mirror / Atom feed
From: Mark Borges <mdb@cdc.noaa.gov>
Cc: Ding Gnus List <ding@ifi.uio.no>
Subject: [browse-url v0.26 PATCH]
Date: Fri, 1 Mar 1996 10:57:48 -0700	[thread overview]
Message-ID: <9603011757.AA15798@suomi.cdc.noaa.gov> (raw)


browse-url, version

;; Maintainer: Denis Howe <dbh@doc.ic.ac.uk>
;; Created: 03 Apr 1995
;; Version: 0.26 13 Jan 1996
;; Keywords: hypertext
;; X-Home page: http://wombat.doc.ic.ac.uk/

will fire up a new netscape even if one is currently running if
`browse-url-netscape-command' is not "netscape". 

I think the following patch is correct (it works for me using XEmacs),
but someone with GNU Emacs 19 should probably verify that it works
there as well.

  -mb-

*** browse-url.el.orig	Fri Mar  1 10:46:07 1996
--- browse-url.el	Fri Mar  1 10:48:10 1996
***************
*** 526,532 ****
  		       (list (not (eq (null browse-url-new-window-p)
  				      (null current-prefix-arg))))))
    (or (zerop
!        (apply 'call-process "netscape" nil nil nil
  	      (append browse-url-netscape-arguments
  		      (if new-window '("-noraise"))
  		      (list "-remote" 
--- 526,532 ----
  		       (list (not (eq (null browse-url-new-window-p)
  				      (null current-prefix-arg))))))
    (or (zerop
!        (apply 'call-process browse-url-netscape-command nil nil nil
  	      (append browse-url-netscape-arguments
  		      (if new-window '("-noraise"))
  		      (list "-remote" 


                 reply	other threads:[~1996-03-01 17:57 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=9603011757.AA15798@suomi.cdc.noaa.gov \
    --to=mdb@cdc.noaa.gov \
    --cc=ding@ifi.uio.no \
    /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).