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 rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
main.rkt ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
mzrl.rkt readline: prefer 5 (fast) over 6 (slow) 2012-08-28 23:36:50 -04:00
pread.rkt Racketizations. 2012-05-06 13:13:16 -04:00
readline.rkt ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
readline.scrbl Use (banner) instead of a fixed "Welcome to Racket" in the More tutorial 2011-07-18 14:25:10 -04:00
rep-start.rkt ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
rep.rkt ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00