[Openmcl-devel] Another ILisp Question
Dave Newman
tinman at pobox.com
Fri Jun 6 07:54:07 PDT 2003
What does one need to put into the .ilisp file to get ILisp (and
OpenMCL) to browse the Hyperspec?
Here's what I have...
;;;###autoload
(defun browse-url-os-x (url &optional new-window)
"Ask the default OS X WWW browser to load URL.
Default to the URL around or before point."
(apply #'start-process `(concat "open" url)))
;;; To use default OS X browser when not running under X11:
(or (eq window-system 'x)
(setq browse-url-browser-function 'browse-url-os-x))
;;; Configuration of Erik Naggum's HyperSpec access package.
;; If you have a local copy of the HyperSpec, set its path here.
(setq common-lisp-hyperspec-root
"file:///Library/hyperspec")
(setq common-lisp-hyperspec-symbol-table
"/Library/hyperspec/Data/Map_Sym.Txt")
--Dave
_______________________________________________
Openmcl-devel mailing list
Openmcl-devel at clozure.com
http://clozure.com/cgi-bin/mailman/listinfo/openmcl-devel
More information about the Openmcl-devel
mailing list