I'm using SLIME 2008-09-28 and a swank-clojure from git up-to-date as of
today. It's generally working well.
When I place the point anywhere in or around a form and use C-c C-c
(slime-compile-defun), I see "Evaluation aborted" in my minibuffer and
this in *slime-events*:
(:emacs-rex
(swank:compile-string-for-emacs "(def *foo* 1)" "foo.clj" 1
"/home/alec/tmp/deletable/" 'nil)
nil t 10)
(:return
(:abort)
10)
slime-compile-and-load-file (C-c C-k) works fine; slime-compile-region
fails as above. I see nothing in *inferior-lisp*.
Is this a known problem or is the feature unimplemented?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Clojure" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---