From: Leon Bogaert Date: 2008-10-20T21:47:28+09:00 Subject: Re: Emacs / rcodetools Chris Lowis wrote: >> I've installed rcodetools and tried to use it for tab-completion. >> Using m-X rct-complete-symbol works just fine. But it doesn't work when >> I try the tab-key or m-/ >> >> Does anyone have a working setup like this? > > I have this following : > (define-key ruby-mode-map (kbd "C-/") 'rct-complete-symbol) > > I use M-/ for hippie expand. I use C-/ combined with anything-rcodetools > to pop up a completion buffer in ruby mode. > > Hope this helps, > > Chris Thanks this works! Do you know if it's also possible to use this outside the mini buffer? So it acts more like the usual tab completion? This emacs stuff is hard to set up! -- Posted via http://www.ruby-forum.com/.