From: Pierre Baillet Date: 2003-01-04T10:08:12+09:00 Subject: Re: Win9x readline support Hello, On Sat, Jan 04, 2003, JJ wrote: > Hi, > Somewhere it is mentioned that if my Ruby is compiled with readline support, > irb will support command history and all those other nice things. > > Where can I find a Ruby what is compiled with readline support? > > Thanks, > JJ run irb then type: require "readline" include Readline this should not issue any error message. BTW, it seems that the 1.7.3 windows ruby from PragProg doesn't have readline enabled. Is that normal ? irb(main):001:0> require 'readline' LoadError: No such file to load -- readline from (irb):1:in `require' from (irb):1 hth, -- Pierre Baillet Support the Debian GNU/Linux Project (http://www.debian.org)