Guys,
I am totally new to Lisp, but am trying to learn, however I cannot get slime to install on my linux box!
I want to be able to use slime with clisp using emacs from the command line (ie in a terminal window as oppose to in a GUI). I have tried both the latest version from CVS and the stable released version, but both give the same error. My .emacs entry and output when slime attempts to start are below.
Any help would be much appreciated!
emacs entry:-
(setq inferior-lisp-program "clisp") (add-to-list 'load-path "/home/sodonnel/slime/slime") (require 'slime) (slime-setup)
Startup output:-
(load "/home/sodonnel/slime/slime/swank-loader.lisp" :verbose t) (swank:start-server "/tmp/slime.12088" :external-format :iso-latin-1-unix)
i i i i i i i ooooo o ooooooo ooooo ooooo I I I I I I I 8 8 8 8 8 o 8 8 I \ `+' / I 8 8 8 8 8 8 \ `-+-' / 8 8 8 ooooo 8oooo `-__|__-' 8 8 8 8 8 | 8 o 8 8 o 8 8 ------+------ ooooo 8oooooo ooo8ooo ooooo 8
Copyright (c) Bruno Haible, Michael Stoll 1992, 1993 Copyright (c) Bruno Haible, Marcus Daniels 1994-1997 Copyright (c) Bruno Haible, Pierpaolo Bernardi, Sam Steingold 1998 Copyright (c) Bruno Haible, Sam Steingold 1999-2000 Copyright (c) Sam Steingold, Bruno Haible 2001-2006
[1]> ;; Loading file /home/sodonnel/slime/slime/swank-loader.lisp ... ;; Loading file /home/sodonnel/.slime/fasl/clisp-2.38-unix-pc386/swank-backend\ .fas ... ;; Loaded file /home/sodonnel/.slime/fasl/clisp-2.38-unix-pc386/swank-backend.\ fas ;; Loading file /home/sodonnel/.slime/fasl/clisp-2.38-unix-pc386/nregex.fas ..\ . ;; Loaded file /home/sodonnel/.slime/fasl/clisp-2.38-unix-pc386/nregex.fas ;; Loading file /home/sodonnel/.slime/fasl/clisp-2.38-unix-pc386/xref.fas ... ;; Loaded file /home/sodonnel/.slime/fasl/clisp-2.38-unix-pc386/xref.fas ;; Loading file /home/sodonnel/.slime/fasl/clisp-2.38-unix-pc386/metering.fas \ ... ;; Loaded file /home/sodonnel/.slime/fasl/clisp-2.38-unix-pc386/metering.fas ;; Loading file /home/sodonnel/.slime/fasl/clisp-2.38-unix-pc386/swank-clisp.f\ as ... WARNING: Replacing method #<STANDARD-METHOD (#<BUILT-IN-CLASS T>)> in #<STANDARD-GENERIC-FUNCTION CALL-WITHOUT-INTERRUPTS>
WARNING: Replacing method #<STANDARD-METHOD NIL> in #<STANDARD-GENERIC-FUNCTION LISP-IMPLEMENTATION-TYPE-NAME>
WARNING: Replacing method #<STANDARD-METHOD (#<BUILT-IN-CLASS T>)> in #<STANDARD-GENERIC-FUNCTION SET-DEFAULT-DIRECTORY>
WARNING: Replacing method #<STANDARD-METHOD (#<BUILT-IN-CLASS T>)> in #<STANDARD-GENERIC-FUNCTION ARGLIST>
*** - READ: input stream #<INPUT BUFFERED FILE-STREAM CHARACTER #P"/home/sodonnel/.slime/fasl/clisp-2.38-unix-pc386/swank-clisp.fas" @408> ends within a token after multiple escape character The following restarts are available: SKIP :R1 skip (LOAD-SWANK) STOP :R2 stop loading file /home/sodonnel/slime/slime/swank-load\ er.lisp ABORT :R3 ABORT Break 1 SWANK-BACKEND[2]>
Hello, just tried clisp 2.38 on FC4 with slime cvs and everything works fine. I see that you load already compiled fasls, so please try deleting the binaries under /home/sodonnel/.slime/fasl/ and retry. salud2 Karsten stephen.3.odonnell@bt.com wrote in message news:2A7793353757DB4392DF4DFBBC952255531631@I2KM11-UKBR.domain1.systemhost.net... Guys,
I am totally new to Lisp, but am trying to learn, however I cannot get slime to install on my linux box!
...... *** - READ: input stream #<INPUT BUFFERED FILE-STREAM CHARACTER #P"/home/sodonnel/.slime/fasl/clisp-2.38-unix-pc386/swank-clisp.fas" @408> ends within a token after multiple escape character The following restarts are available: SKIP :R1 skip (LOAD-SWANK) STOP :R2 stop loading file /home/sodonnel/slime/slime/swank-load\ er.lisp ABORT :R3 ABORT Break 1 SWANK-BACKEND[2]>