Hello.
After many tries to get cusp working I have stumbled on a problem I
can't fix.
I have eclipse: Version: 3.7.1 Build id: M20110909-1335 and I am
running archlinux 64 bit.
I copies the sbcl compiler into ~/.eclipse/org.something/
jasko.something/sbcl from my /usr/lib and I extracted slime1.2 which
was in slime/ directory into /slime. This allowed me to at least start
the eclipse with cusp.
Here is the loading log:
http://pastebin.com/nuU0xkhP
Now here is the real deal. I make new project. When I try to load it,
this is printed and seemingly nothing happens:
-->(:emacs-rex (swank:eval-and-grab-output "(com.gigamonkeys.asdf-
extensions:register-source-directory \"/media/home/home/enerccio/
workspace-lisp/lisp-cddb/\")") nil :repl-thread 4)
-->(:emacs-rex (swank:operate-on-system-for-emacs "lisp-cddb" "LOAD-
OP") nil :repl-thread 5)
<--(:reader-error "(:emacs-rex (swank:operate-on-system-for-emacs
\"lisp-cddb\" \"LOAD-OP\") nil :repl-thread 5)" "Symbol \"OPERATE-ON-
SYSTEM-FOR-EMACS\" not found in the SWANK package.
Line: 1, Column: 45, File-Position: 45
Stream: #<SB-IMPL::STRING-INPUT-STREAM {10058585F3}>")
My current package is COMMON-LISP-USER and ther is nothing to choose
from change package (clicking on it will yield this in the console: --
>(:emacs-rex (swank:list-all-package-names t) nil :repl-thread 6) )
The most interesting part is that I can't do anything in the repl
either.
I write (+ 1 1) to repl, and it will print only this:
COMMON-LISP-USER>
(+ 1 1)
In console there is this:
-->(:emacs-rex (swank:listener-eval "(+ 1 1)
") nil :repl-thread 7)
And last thing I tried was to reconnect, after a which I get stopped
with message in repl window: Can't locate module: :SWANK-FUZZY
and options to debug it.
CUSP is from the
http://www.sergeykolos.com/cusp/update.
Can anyone tell me what am I doing wrongly?