Hello,

Thanks for all your help. I´ve followed the instructions you guys gave me and now when I do M-x slime, and inferior-buffer appears, loading lisp (I´ve tried clisp and sbcl), however, when I edit a lisp file and try to do something with it (ie: compile) I get the same not connected message.  Anyone know why is this?

 

Thanks.

--------- Mensaje Original --------
De: "Helmut Eller" <heller@common-lisp.net>
To: "Davidlohr Bueso A." <dbueso@linuxchile.cl>
CC: slime-devel@common-lisp.net
Asunto: Re: [slime-devel] not connected problem
Fecha: 01-06-06 11:49

* Davidlohr Bueso A. [2006-01-06 01:09+0100] writes:

> Hello,
>
>  
>
> First of all I would like to say I am totally new to Lisp and SLIME. I
> installed (official debian unstable packages) slime, cl-swank, cl-asdf, sbcl
> and clisp. I followed the manual for installing SLIME, so in my ~/.emacs I
> added:
>
> (setq inferior-lisp-program "/usr/share/emacs21")
> (require 'slime)
> (slime-setup)

You should set inferior-lisp-program to the external Common Lisp
program, not Emacs. E.g. /usr/bin/sbcl.

> When I edit a .lisp file I enter slime-mode, however, I cannot do anything
> with it, every time I type a command I get a "Not Connected" message.

You can start and connect to the external Lisp with `M-x slime'.

Helmut.