Hi
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.
My emacs is Gnu 21.4.1
TIA, Roland