I am using jline with contrib.repl and it is working pretty well. I use this command:
java -classpath .:./jline-0.9.93.jar:classes:clojure/clojure.jar:clojure-contrib/clojure-contrib.jar jline.ConsoleRunner clojure.main -e "(use 'clojure.contrib.repl-ln)" -e "(repl)" -- KD Dakshinamurthy Karra (blog: http://blog.marathontesting.com) (daily dose: http://twitter.com/marathontesting) On Wed, Dec 3, 2008 at 10:09 PM, Randall R Schulz <[EMAIL PROTECTED]> wrote: > > On Wednesday 03 December 2008 08:27, Dudley Flanders wrote: >> On Dec 3, 2008, at 9:06 AM, Randall R Schulz wrote: >> > Also, does anybody know how gain any degree or kind of control over >> > signal handling in Java? Preferably pure Java, but since everything >> > I do is on Linux, a native-code solution for that platform would be >> > acceptable. >> >> Not in a portable way, but if you're running a Sun JDK, there's >> sun.misc.Signal and sun.misc.SignalHandler. > > Good information. Thanks. > > Perhaps Steve would consider applying them to making his fancy REPL more > robust for terminal users? > > >> :dudley > > > Randall Schulz > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---