Gnus development mailing list
 help / color / mirror / Atom feed
* [browse-url v0.26 PATCH]
@ 1996-03-01 17:57 Mark Borges
  0 siblings, 0 replies; only message in thread
From: Mark Borges @ 1996-03-01 17:57 UTC (permalink / raw)
  Cc: Ding Gnus List


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" 


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1996-03-01 17:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-03-01 17:57 [browse-url v0.26 PATCH] Mark Borges

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