Prev: Help: How to pass a struct as a pointer to Win32API?
Next: [ANN] RubyConf Uruguay 2010, October 29th and 30th
From: Seshu Yamajala on 26 Jul 2010 18:23 As someone who has used lisp, emacs, and slime in the past, I get incredible frustrated with having to write ruby code. I do not find the language to be that bad, but the development environments just don't compare. My current setup is emacs, ruby-mode, and inf-ruby. I wish inf-ruby did more. It would be nice if irb tab completion worked in inf-ruby, and if this could somehow be piped to emacs and ruby-mode to get real tab completion in emacs. Does anyone have some ideas about how to go about doing this? I think one way might be to adapt slime to ruby. As far as I know, this involves writing a swank like backend for ruby, and making some changes to the emacs frontend. -- Posted via http://www.ruby-forum.com/.
From: Roger Pack on 27 Jul 2010 08:09 Seshu Yamajala wrote: > As someone who has used lisp, emacs, and slime in the past, I get > incredible frustrated with having to write ruby code. I do not find the > language to be that bad, but the development environments just don't > compare. > > My current setup is emacs, ruby-mode, and inf-ruby. I wish inf-ruby did > more. It would be nice if irb tab completion worked in inf-ruby, and if > this could somehow be piped to emacs and ruby-mode to get real tab > completion in emacs. I believe netbeans has auto-completion. Anybody else know of one? The redcar editor has TextMate-like completion, as well. http://redcareditor.com/ -- Posted via http://www.ruby-forum.com/.
From: Spencer Roach on 27 Jul 2010 10:03 I've used Netbeans as well and really like it. However, I'm in love with RubyMine (http://www.jetbrains.com/ruby). Great support for Ruby, RoR, Git, js, HTML, CSS, and more! Best, Spencer On 7/27/10 8:09 AM, "Roger Pack" <rogerpack2005(a)gmail.com> wrote: > Seshu Yamajala wrote: >> As someone who has used lisp, emacs, and slime in the past, I get >> incredible frustrated with having to write ruby code. I do not find the >> language to be that bad, but the development environments just don't >> compare. >> >> My current setup is emacs, ruby-mode, and inf-ruby. I wish inf-ruby did >> more. It would be nice if irb tab completion worked in inf-ruby, and if >> this could somehow be piped to emacs and ruby-mode to get real tab >> completion in emacs. > > I believe netbeans has auto-completion. Anybody else know of one? > The redcar editor has TextMate-like completion, as well. > http://redcareditor.com/
From: brabuhr on 27 Jul 2010 10:46 On Mon, Jul 26, 2010 at 6:23 PM, Seshu Yamajala <syamajala(a)gmail.com> wrote: > My current setup is emacs, ruby-mode, and inf-ruby. I wish inf-ruby did > more. It would be nice if irb tab completion worked in inf-ruby, and if > this could somehow be piped to emacs and ruby-mode to get real tab > completion in emacs. > > Does anyone have some ideas about how to go about doing this? I have never tried it, but the video was cool: http://cx4a.org/software/rsense/index.html
From: Gabriel Horner on 30 Jul 2010 04:19
Seshu Yamajala wrote: > As someone who has used lisp, emacs, and slime in the past, I get > incredible frustrated with having to write ruby code. I do not find the > language to be that bad, but the development environments just don't > compare. > > My current setup is emacs, ruby-mode, and inf-ruby. I wish inf-ruby did > more. It would be nice if irb tab completion worked in inf-ruby, and if > this could somehow be piped to emacs and ruby-mode to get real tab > completion in emacs. > > Does anyone have some ideas about how to go about doing this? > > I think one way might be to adapt slime to ruby. As far as I know, this > involves writing a swank like backend for ruby, and making some changes > to the emacs frontend. You may want to try inf-ruby-bond(http://github.com/pd/inf-ruby-bond) which is based on bond( http://github.com/cldwalker/bond) a much improved version of irb's completion. I don't use emacs so I can't vouch for inf-ruby-bond but I did write bond. Gabriel -- Posted via http://www.ruby-forum.com/. |