[slime-devel] SLIME+SBCL+WIN32
Nikodemus Siivola
nikodemus at random-state.net
Mon Oct 5 17:13:08 UTC 2009
2009/10/5 Luke J Crook <luke at balooga.com>:
>> What is the value of SBCL_HOME in the Emacs process?
>
> I have this set as a win32 environmental variable;
>
> C:\home\bin\sbcl\1.0.29\
Does this directory contain subdirectories such as
asdf sb-grovel sb-simple-streams
asdf-install sb-introspect sb-sprof
and does each of them contain a .fasl of the same name (asdf/asdf.fasl, etc)?
> There is a way to set this for the emacs process itself?
That should not be necessary, as long as
M-x getenv SBCL_HOME
gives you the right result.
>> What is value of inferior-lisp-program in elisp?
>
> "c:/home/bin/sbcl/1.0.29/sbcl.exe --noinitform"
ITYM --noinform ...not that it should matter.
How did you install SBCL?
If you install SBCL using the MSI installer, it should set up
SBCL_HOME and PATH for you, so that
(setq inferior-lisp-program "sbcl")
should just work.
Cheers,
-- Nikodemus
More information about the slime-devel
mailing list