Re: swank-clojure: slime-compile-defun doesn't work

2008-10-05 Thread Matti Jagula

Hi Jeffrey,

On Sat, Oct 4, 2008 at 3:56 AM, Jeffrey Chu <[EMAIL PROTECTED]> wrote:
> On Oct 3, 5:13 pm, Alec Berryman <[EMAIL PROTECTED]> wrote:
>> 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*:
> The feature is now implemented.

It seems that this feature works now, but it gives the following
warning in the minibuffer:

 error in process filter: Format specifier doesn't match argument type

with a freshly downloaded latest slime&swank-clojure on Windows. This
happens with both slime-compile-defun (C-c C-c) and
slime-compile-and-load-file (C-c C-k).

-- 
  Matti Jagula

--~--~-~--~~~---~--~~
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
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
-~--~~~~--~~--~--~---



swank-clojure: slime-compile-defun doesn't work

2008-10-04 Thread Alec Berryman

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 clojure@googlegroups.com
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
-~--~~~~--~~--~--~---



Re: swank-clojure: slime-compile-defun doesn't work

2008-10-03 Thread Jeffrey Chu

Hi,

The feature is now implemented.

Thanks for letting me know,
- Jeff

On Oct 3, 5:13 pm, Alec Berryman <[EMAIL PROTECTED]> wrote:
> 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 clojure@googlegroups.com
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
-~--~~~~--~~--~--~---