From: John Maclean Date: 2008-07-10T08:41:43+09:00 Subject: Re: How do I link to inferior-ruby/interpreter in emacs? On Thu, 10 Jul 2008 08:36:08 +0900 ssecorp wrote: > On Jul 9, 9:10 pm, Ryan Davis wrote: > > On Jul 9, 2008, at 09:21 , ssecorp wrote: > > > > > I have fixed ruby-mode for emacs but I dont understand how to run > > > the interpreter. > > > > > I have inf-ruby.el in my ruby-path but what do I need to add to > > > my .emacs-file? > > > > M-x find-library RET > > inf-ruby RET > > > > read instructions. I suggest usage #2. then: > > > > C-c C-s ; to run irb > > > > > > C-c C-s is not defined. > Open a ruby file and see what mode you are in then C-h m and C-h b will tell you the mode(s) that u have going and the keybindings for them. Ruby mode is very handy!