Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have several version of ruby installed and when I run "run-ruby" on emacs it launches me the irb associated with ruby 1.8.7, while I'd like to use the irb from ruby 1.9.3. Does someone know how to configure that?

Thanks!

share|improve this question

2 Answers

up vote 2 down vote accepted

if you're using inf-ruby.el, then you need to change the ruby-program-name variable to corresponding program. Default value is irb --inf-ruby-mode, and I think, that you need to also specify the --inf-ruby-mode command-line option.

share|improve this answer

also check out rvm.el. If you are switching, even just once, install Ruby Version Manager (rvm) and switching is easy, and just as easy, in emacs too.

Two birds with one stone.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.