On Wednesday 03 December 2008 11:26, Mark Volkmann wrote: > On Wed, Dec 3, 2008 at 11:25 AM, Randall R Schulz <[EMAIL PROTECTED]> wrote: > > On Wednesday 03 December 2008 09:10, Dakshinamurthy Karra wrote: > >> I am using jline with contrib.repl and it is working pretty well. > >> I use this command: > > > > I recently switched from JLine to rlwrap. I think the latter is > > preferable, but I'm sure there are matters of taste involved. > > I made the same switch. The big sell for me is support for vi > keystrokes in the REPL. I feel much more productive with rlwrap than > JLine.
There are other things. E.g., JLine gets confused after suspending the REPL (using SIGTSTP / CTRL-Z) and it does not support completion or (a personal favorite) CTRL+LEFT-ARROW and +RIGHT-ARROW. Rlwrap also has incremental search (CTRL-R and SHIFT+CTRL-R). The only real down-side of CTRL+ARROW is that I get in the habit of using them (previously only in BASH) and then out of habit I type them in Vim, which causes bad things to happen... 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 -~----------~----~----~----~------~----~------~--~---