From: ssecorp Date: 2008-08-25T05:15:51+09:00 Subject: How to setup Emacs with inferior ruby-interpreter? I have tried to get Emacs to run an inferior ruby process. I can run the interpreter with comint-run irb.bat but then I can't load a program into the interpreter. I already have ruby-mode for emacs so I got syntax hightlighting and all that stuff, just want to be able to run an integrated interpreter. also, is there a compiler for ruby?