Re: Leiningen Clojure REPL in Windows doesn't accept arrow keys.

2014-06-24 Thread Taegyoon Kim
Arrow keys work on the latest version! Yay! nREPL server started on port 58049 on host 127.0.0.1 - nrepl://127.0.0.1:58049 REPL-y 0.3.1 Clojure 1.6.0 Docs: (doc function-name-here) (find-doc "part-of-name-here") Source: (source function-name-here) Javadoc: (javadoc java-object-o

Re: Leiningen Clojure REPL in Windows doesn't accept arrow keys.

2014-05-04 Thread Colin Jones
It's due to jline not handling virtual key codes on Windows (which fails in some [all?] non-US locales). This has been fixed on jline master by https://github.com/jline/jline2/pull/134, but there's no jline release available yet. It'll be in the next REPLy release, even if I need to depend on a

Re: Leiningen Clojure REPL in Windows doesn't accept arrow keys.

2014-05-04 Thread Taegyoon Kim
I'm in Windows 7. Not only me: REPL-y bug | https://github.com/trptcolin/reply/issues/121 Google search | https://www.google.com/#q=windows+7+lein+repl+arrow&safe=off 2014년 5월 5일 월요일 오전 12시 26분 49초 UTC+9, George Oliver 님의 말: > Arrow keys (left/right movement and up for history) on my lein repl

Re: Leiningen Clojure REPL in Windows doesn't accept arrow keys.

2014-05-04 Thread George Oliver
Arrow keys (left/right movement and up for history) on my lein repl in Windows XP works fine. Sounds like something on your system. -- 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 Note th

Leiningen Clojure REPL in Windows doesn't accept arrow keys.

2014-05-04 Thread Taegyoon Kim
C:\>lein repl nREPL server started on port 61472 on host 127.0.0.1 REPL-y 0.3.0 Clojure 1.5.1 Docs: (doc function-name-here) (find-doc "part-of-name-here") Source: (source function-name-here) Javadoc: (javadoc java-object-or-class-here) Exit: Control+D or (exit) or (quit) Res