(1) the archives of this list are not searchable, perhap we should archive via google groups?
(2) When starting SLIME under clisp on Cygwin, I get the error: *** - invalid byte #x90 in CHARSET:CP1252 conversion Startup transcript follows:
(load "/home/Administrator/mydocs/dl/slime-2.0/swank-loader.lisp" :verbose t) (swank:start-server "/cygdrive/c/DOCUME~1/ADMINI~1/LOCALS~1/Temp/slime.4924" :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
*** - invalid byte #x90 in CHARSET:CP1252 conversion The following restarts are available: ABORT :R1 ABORT ABORT :R2 ABORT Break 1 [3]>
"Terrence Brannon" metaperl@gmail.com writes:
(1) the archives of this list are not searchable, perhap we should archive via google groups?
http://dir.gmane.org/gmane.lisp.slime.devel
* Terrence Brannon [2007-12-02 01:00+0100] writes:
(2) When starting SLIME under clisp on Cygwin, I get the error: *** - invalid byte #x90 in CHARSET:CP1252 conversion Startup transcript follows:
(load "/home/Administrator/mydocs/dl/slime-2.0/swank-loader.lisp" :verbose t) (swank:start-server "/cygdrive/c/DOCUME~1/ADMINI~1/LOCALS~1/Temp/slime.4924" :external-format :iso-latin-1-unix)
It is a bit strange that you don't see something like ";; Loading file swank-loader.lisp".
Do you also get those errors if you execute the above forms in a normal CLISP session (without Emacs)? You can also try to remove the :external-format argument. If you get errors, please show us a backtrace.
If everything works in the normal session you can try to start Swank with swank:create-server instead of start-server and then connect from Emacs with M-x slime-connect.
You can also try to change default-process-coding-system in Emacs to latin-1 if it isn't already.
Helmut.