Ok... RubyGems works now but now, when I start irb and do this:
Raven:~ untz$ irb
irb(main):001:0> a = "Ruby rocks!"
=> "Ruby rocks!"
irb(main):002:0> a.rev
and click on tab, the cursor just remains fixed (right after the "v")
and before, whereas, it would fill in the remaining word, and also
wouldn't show me
anymore choices for instance methods, the cursor would move four
spaces (just like using tab on MS Word)...
We are back to square one, and the tab completion problem seems to
still be broken but with different oddities......
Anyone else have any suggestions?
Kindest regards,
Unnsse
> Anyone else have any suggestions?
Hope that helps.
James Edward Gray II
Anyway, that's just from reading what that script does, I didn't run it
myself.
irb on tiger will do tab completion.
put the following into your ~/.irbrc file:
require 'irb/completion'
ARGV.concat [ "--readline", "--prompt-mode", "simple" ]
-Kenny
Cheers-
-Ezra
-Ezra Zygmuntowicz
WebMaster
Yakima Herald-Republic Newspaper
ez...@yakima-herald.com
509-577-7732
Thanks for the responses, this is excellent.