Variable: browse-url-netscape-program

browse-url-netscape-program is a customizable variable defined in browse-url.el.gz.

This variable is obsolete since 25.1.

Value

"netscape"

Documentation

The name by which to invoke Netscape.

The free program netscape-remote from
<URL:http://home.netscape.com/newsref/std/remote.c> is said to start
up very much quicker than netscape. Reported to compile on a GNU system, given vroot.h from the same directory, with cc flags
 -DSTANDALONE -L/usr/X11R6/lib -lXmu -lX11.

Source Code

;; Defined in /usr/src/emacs/lisp/net/browse-url.el.gz
(defcustom browse-url-netscape-program "netscape"
  ;; Info about netscape-remote from Karl Berry.
  "The name by which to invoke Netscape.

The free program `netscape-remote' from
<URL:http://home.netscape.com/newsref/std/remote.c> is said to start
up very much quicker than `netscape'.  Reported to compile on a GNU
system, given vroot.h from the same directory, with cc flags
 -DSTANDALONE -L/usr/X11R6/lib -lXmu -lX11."
  :type 'string)