Using emacs-rails mode, tab should auto-complete snippets using the
indent-or-complete function; for me it doesn't.
doing M-x help b gives me:
<tab> indent-or-complete
;; some more key bindings
TAB ruby-indent-command
I presume the TAB binding is overriding the <tab> binding - any ideas
on how I can change the order? If I do M-x indent-or-complete then the
snippet expands as expected.
I've tried doing things such as forcing it in my .emacs file by doing
local-set-key etc.
The only thing is - I have emacs 21 at home where tab complete works
fine, and emacs 21 at work where it doesn't. So it does work in 21,
there must just be some configuration differences that I am unaware
of.