racket/collects/readline
Ryan Culpepper ae843f9a62 readline: prefer 5 (fast) over 6 (slow)
Running racket in a terminal with readline 6 has excruciating delays
in response and bizarrely slow pasting. The culprit is probably a bug
in readline v6.2 that causes the rl_event_hook to be called repeatedly
even when input is ready. See also the discussion here:
http://lists.gnu.org/archive/html/bug-readline/2012-06/msg00005.html

It's not clear whether racket can work around the issue in readline 6,
but it can at least use readline 5 instead when it is available.
2012-08-28 23:36:50 -04:00
..
info.rkt
main.rkt
mzrl.rkt readline: prefer 5 (fast) over 6 (slow) 2012-08-28 23:36:50 -04:00
pread.rkt
readline.rkt
readline.scrbl
rep-start.rkt
rep.rkt