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-or-class-here)
    Exit: Control+D or (exit) or (quit)
 Results: Stored in vars *1, *2, *3, an exception in *e
user=>
 

2014년 5월 5일 월요일 오전 1시 10분 42초 UTC+9, 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 version 
> I release to clojars (which I've done before since jline's release process 
> moves slower than mine). And we'll try to get it into the next lein release.
>
>
>
> On Sunday, May 4, 2014 10:36:05 AM UTC-5, Taegyoon Kim wrote:
>>
>> 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 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 that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to