On Dec 3, 2008, at 10:06 AM, Randall R Schulz wrote:

> Thanks. That looks pretty cool. Do I understand from your example that
> if I just hit return I get another prompt? I've been meaning to ask  
> for
> that.

Thanks and yes, that's right.

> I'm curious how it interacts with rlwrap in general?

I haven't tried it.

> Anyway, this happened:
>
> user=> (use 'clojure.contrib.repl-ln)
> java.lang.IllegalArgumentException: No matching method: repl  
> (repl_ln.clj:213)
>
>
> The Clojure invocation I used was:
>
> % java -cp /repo/JT/clojure-svn/clojure/clojure.jar:/repo/JT/clojure- 
> svn/clojure-contrib/trunk/src:... \
>    clojure.lang.Repl

clojure.contrib.repl-ln was missing a ":require" of clojure.main. It  
never showed up for me because I always launch with that as the main  
class these days.

Fixed. Thanks for the detailed report!

--Steve


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

Reply via email to