I'm using swank-clojure in emacs on OSX. I'm able to run a slime session. When I use C-x C-e on a simple form in a .clj file like

(+ 7 7)

I get an sldb buffer with

Unable to resolve symbol: + in this context [Thrown class java.lang.Exception]

I'm able to evaluate that form in the slime session directly. I was hoping the form in the clj file would get evaluated in the running slime session. Can someone explain how C-x C-e works in swank-clojure and how I can get the form to be evaluated in the running slime session?

Thanks,

hhh

link|improve this question

1  
This sounds like a setup problem to me. Your example works fine in my emacs swank-clojure setup. I suspect there is some issue with the configuration. – Jeremy Wall May 8 '10 at 17:14
Can you check if C-c C-c works? It should work similar to C-x C-e. – Siddhartha Reddy May 10 '10 at 19:18
feedback

1 Answer

up vote 0 down vote accepted

Crtl-C Crtl-C is the slime "evaluate this" sequence. This is different form the emacs "eval sexq".

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.