RE: configuring browser for hyperspec apropos

"Clementson, Bill" <[email protected]> Sun, 20 Apr 2003 19:08:32 -0600
Newsgroups gmane.lisp.ilisp.general
Message-ID <[email protected]>
> I've installed iLisp but I can't seem to find a place where I can
> configure the browser the program tries to load in order to show the
> "HyperSpec's Apropos" results. It keeps trying to run netscape which I
> don't have installed.
> 
> I'd be grateful for any help!
> 

You need to set browse-url-browser-function and browse-url-?????-program 
variables. Something like the following should work (depending on which 
browser you use):

;; for mozilla
    (defconst browse-url-browser-function 'browse-url-netscape)
    (defconst browse-url-netscape-program 'mozilla)
;; for internet explorer
    (defconst browse-url-browser-function 'browse-url-mosaic)
    (defconst browse-url-mosaic-program 'iexplorer)

etc.

Hope that helps. 

--
Bill Clementson


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf