<P>Hello,</P>
<P>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?</P>
<P> </P>
<P>Thanks.<BR></P>
<BLOCKQUOTE dir=ltr style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px;
MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV style="FONT: 10pt arial">--------- Mensaje Original --------<BR>De:
"Helmut Eller" <heller@common-lisp.net><BR>To: "Davidlohr Bueso A."
<dbueso@linuxchile.cl><BR>CC: slime-devel@common-lisp.net<BR>Asunto:
Re: [slime-devel] not connected problem<BR>Fecha: 01-06-06
11:49<BR><BR><FONT face="Courier New" size=2>* Davidlohr Bueso A.
[2006-01-06 01:09+0100] writes:<BR><BR>> Hello,<BR>><BR>>
 <BR>><BR>> First of all I would like to say I am totally new to
Lisp and SLIME. I<BR>> installed (official debian unstable packages)
slime, cl-swank, cl-asdf, sbcl<BR>> and clisp. I followed the manual for
installing SLIME, so in my ~/.emacs I<BR>> added:<BR>><BR>>
(setq inferior-lisp-program "/usr/share/emacs21")<BR>> (require
'slime)<BR>> (slime-setup)<BR><BR>You should set inferior-lisp-program to
the external Common Lisp<BR>program, not Emacs. E.g.
/usr/bin/sbcl.<BR><BR>> When I edit a .lisp file I enter slime-mode,
however, I cannot do anything<BR>> with it, every time I type a command I
get a "Not Connected" message.<BR><BR>You can start and connect to the
external Lisp with `M-x
slime'.<BR><BR>Helmut.<BR><BR></FONT></DIV></BLOCKQUOTE>