On 17. Dez 2004, at 17:30, Larry White wrote:
> I installed sbcl and it starts ok. I can eval basic expressions like=20=
> (+ 1 1).
>
> I then try to get slime installed on emacs and run into a problem.
> The slime instructions start with (add-to-list etc etc). I get a an
> error saying 'function add-to-list is undefined'. Are there certain
> packages that are assumed to be loaded when using SBCL?
>
These incantations are for emacs. As section 2.3 from the slime manual=20=
states,
"On Unix-like systems, installation just requires a few lines in your=20
=91~/.emacs=92"
So, you aren't meant to type these four lines on the sbcl prompt.
Start emacs, type C-x C-f ~/.emacs <Return> (this opens up the .emacs=20
file in the location where emacs expects it to be on startup). Then=20
copy the four lines of Emacs Lisp statements in there and modify them=20
as needed for your installation.
Hope that helps,
Rudi
|