[slime-devel] starting slime

David Fisher david.fisher150 at ntlworld.com
Sat Mar 31 10:17:41 UTC 2007


Hi

  i am trying to install slime and am having problems specified below (seems to
be in swank-loader.lisp and accessing a file it has created ?). I 
am using emacs 22.0.96.1 , slime from the cvs snapshot on the project page and
clisp 2.41 on windowsxp. 

Any help would be greatly appreciated.

David Fisher



from *messages*

(C:\bin\emacs-22.0\bin\emacs.exe)
Loading encoded-kb...done
Loading cl-macs...done
Loading cl-seq...done
Loading easy-mmode...done
Loading edmacro...done
Loading derived...done
Loading byte-opt...done
Loading cl-extra...done
For information about the GNU Project and its goals, type C-h C-p. [2 times]
Polling "c:/DOCUME~1/DAVID~2.DF-/LOCALS~1/Temp/slime.3412".. (Abort with `M-x
slime-abort-connection'.) [158 times]


from *inferior lisp*

(load "c:/home/site/slime/swank-loader.lisp" :verbose t)
(swank:start-server "c:/DOCUME~1/DAVID~2.DF-/LOCALS~1/Temp/slime.3412"
:external-format :iso-latin-1-unix)

module 'syscalls' requires package OS.

Process inferior-lisp exited abnormally with code 1


my .emacs file

(add-to-list 'load-path "c:/home/site/slime")
(require 'slime)
(add-hook 'lisp-mode-hook (lambda () (slime-mode t)))
(add-hook 'inferior-lisp-mode-hook (lambda () (inferior-slime-mode t)))
;; Optionally, specify the lisp program you are using. Default is "lisp"
(setq inferior-lisp-program "c:/bin/clisp-2.41/full/lisp.exe") 







More information about the slime-devel mailing list