Broken IRB in Windows?

R

Robert Mannl

Hello!

I'm new to Ruby, and I'm really enjoying it.

I have two questions:
1) Can I search through old messages from this mailing list somehow?
2) IRB is broken for me in Windows. Two problems:
a) When lines get to long, everything gets really messy and the
cursor jumps one line up. Someone told me the readline support
is broken. Is that correct? Can I fix that somehow, e.g. by
downloading the latest IRB version or something?
b) I can't type in some characters, particularly square brackets.
It goes without saying that that is more than annoying =P I.e. it
makes IRB unusable for me :) Any ideas? I have an european
keyword. I downloaded the .*inputrc file from
http://poignantguide.net/ruby/expansion-pak-1.html and put it
in C:\Documents and Settings\Administrator\ but
that did not help.


Thanks!

RobM
*
 
S

Stephan Kämper

Robert said:
Hello!

I'm new to Ruby, and I'm really enjoying it.

I have two questions:
1) Can I search through old messages from this mailing list somehow?

Have a look at http://blade.nagaokaut.ac.jp/
2) IRB is broken for me in Windows. Two problems:
a) When lines get to long, everything gets really messy and the
cursor jumps one line up. Someone told me the readline support
is broken. Is that correct? Can I fix that somehow, e.g. by
downloading the latest IRB version or something?

Happens to me, too. As far as I'm concerned, I use fxri instead which
also comes with the whole ri stuff.
b) I can't type in some characters, particularly square brackets.
It goes without saying that that is more than annoying =P I.e. it
makes IRB unusable for me :) Any ideas? I have an european
keyword. I downloaded the .*inputrc file from
http://poignantguide.net/ruby/expansion-pak-1.html and put it
in C:\Documents and Settings\Administrator\ but
that did not help.

Do you log in as "Administrator"? (BTW, you shouldn't do that.)
Do you use the One-Click-Installer? On which flavour of Windows (98, 2K,
XP)?

Happy rubying

Stephan
 
R

Robert Mannl

Just for the record, I'm using IRB with --noreadline now, and that works
fine

irb --noreadline


Cheers,
Rob
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,995
Messages
2,570,230
Members
46,819
Latest member
masterdaster

Latest Threads

Top