Luis Lavena wrote: > The problem is not win32console by itself, but IRB: > > irb -f --noreadline > > Disabling readline functionality solves the problem, but affects > autocompletion one, which is a bummer Hi Luis, Many thanks for this. This solved the problem (I put IRB.conf[:USE_READLINE] = false in my irbrc). I think I can live without auto-complete for now. I guess I can always switch between the two settings, depending on what I needs. You're right though, it is a bummer. Charles -- Posted via http://www.ruby-forum.com/.