For the Emacs users
Brian T Rice
water at tunes.org
Fri May 23 23:04:56 PDT 2003
I forgot to give a sample of the setup for your .emacs file or init file
for xemacs:
(push "~/slate/etc" load-path)
(defvar slate-cmd "sbcl")
(defvar slate-dir "/home/water/slate/")
(defvar slate-args '("--load" "/home/water/slate/slate"))
(require 'slate-mode)
slate-cmd is set to the lisp executable to run. The slate-args are a list
of the strings passed to it to get it to load the interpreter. CLisp
doesn't need a "load" switch for this, so it can be omitted in that case.
slate-dir is the directory root of your slate installation. This is what
the compiler needs to have set when it runs, but is currently unaware of.
--
Brian T. Rice
LOGOS Research and Development
http://tunes.org/~water/
More information about the Slate
mailing list