"Steven E. Harris" <s...@panix.com> writes:

> "Steven E. Harris" <s...@panix.com> writes:
>
>> Now get this: Right before the SLIME-Swank connection completes, Emacs
>> beeps and prints the following two lines in the *Messages* buffer:
>>
>> ,----
>> | error in process filter: cond: etypecase failed: defun, (number cons 
>> string)
>> | error in process filter: etypecase failed: defun, (number cons string)
>> `----
>
> I caught the Emacs debugger trace here:
>
>   http://paste.lisp.org/display/92936
>
> It looks to be a problem parsing the indentation recommendations sent
> from Swank.

Do you use "slime-indentation.el" in your configuration?
I can see in this trace "define-cl-indent" function, which is not
defined in my configuration.
I added this line to my configuration:
(require 'slime-indentation) 
and now I have almost the same problem as you:
"""
Polling "/tmp/slime.5593".. (Abort with `M-x slime-abort-connection'.) [32 
times]
Connecting to Swank on port 57580.. [2 times]
error in process filter: cond: etypecase failed: defun, (number cons string)
error in process filter: etypecase failed: defun, (number cons string)
"""
As a matter of fact *slime repl* still works for me, but I have
different environment.

HTH,
Rob


-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to