<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Jaime Gonza1ez wrote:
<blockquote
 cite="mid20061020034812.41734.qmail@web31301.mail.mud.yahoo.com"
 type="cite">
  <pre wrap="">Hi all,

I'm new to LISP and SLIME, and I'm trying to install
SLIME 2.0 on Emacs 21.4, on Debian Linux (Linspire
4.0), with SBCL 0.8.16.  Emacs and SBCL seem to work
fine, but I'm getting the following messages when
invoking M-x slime RET (after configuring .emacs as
explained in several on-line tutorials I have
consulted):

(load "/usr/share/slime-2.0/swank-loader.lisp"
:verbose t)
(swank:start-server "/tmp/slime.17879"
:external-format :iso-latin-1-unix)

This is SBCL 0.8.16, an implementation of ANSI Common
Lisp.
More information about SBCL is available at
<a class="moz-txt-link-rfc2396E" href="http://www.sbcl.org/"><http://www.sbcl.org/></a>.

SBCL is free software, provided as is, with absolutely
no warranty.
It is mostly in the public domain; some portions are
provided under
BSD-style licenses.  See the CREDITS and COPYING files
in the
distribution for more information.

; loading #P"/usr/share/slime-2.0/swank-loader.lisp"
;; loading
#P"/root/.slime/fasl/2006-04-20/sbcl-0.8.16-linux-x86/swank-backend.fasl"
;; loading
#P"/root/.slime/fasl/2006-04-20/sbcl-0.8.16-linux-x86/nregex.fasl"
;; loading
#P"/root/.slime/fasl/2006-04-20/sbcl-0.8.16-linux-x86/swank-sbcl.fasl"

debugger invoked on a SIMPLE-ERROR in thread 17906:
  Unknown foreign symbol: "linux_no_threads_p"

You can type HELP for debugger help, or (SB-EXT:QUIT)
to exit from SBCL.

-- (end of the buffer text from Emacs --

This is what I appended to my .emacs file:

        (add-to-list 'load-path "/usr/share/slime-2.0/") 
        (require 'slime)
        (add-hook 'lisp-mode-hook (lambda () (slime-mode t)))
        (add-hook 'inferior-lisp-mode-hook (lambda ()
(inferior-slime-mode t)))
        (setq inferior-lisp-program "sbcl") 
        (setq common-lisp-hyperspec-root
"/usr/share/HyperSpec")

Any help will be appreciated.

Jaime
Mexico City


        
        
                
___________________________________________________________ 
Do You Yahoo!? 
La mejor conexión a Internet y <b >2GB</b> extra a tu correo por $100 al mes. <a class="moz-txt-link-freetext" href="http://net.yahoo.com.mx">http://net.yahoo.com.mx</a> 

_______________________________________________
slime-devel site list
<a class="moz-txt-link-abbreviated" href="mailto:slime-devel@common-lisp.net">slime-devel@common-lisp.net</a>
<a class="moz-txt-link-freetext" href="http://common-lisp.net/mailman/listinfo/slime-devel">http://common-lisp.net/mailman/listinfo/slime-devel</a>
  </pre>
</blockquote>
<font face="Helvetica, Arial, sans-serif">I have a very similar setup
... and I made sure that I set my lisp executable path first, my other
paths ... my auto load lists ... and LAST did my require slime ... <br>
<br>
anyways ... I haven't tried them in another order ...  but, since I
know that SLIME cares about where and how it finds your lisp executable
... giving it a path to that before trying to run SLIME seems the most
logical to me.<br>
<br>
Hope that helps ... if not, sorry.<br>
<br>
jd<br>
<br>
</font>
</body>
</html>