On Mar 5, 8:51 am, Andy Koch <
pub...@no-ego.net> wrote:
> my emacs with the starter-kit keeps telling me..
> This buffer cannot use 'imenu-default-create-index-function'
> every time I try a 'C-x TAB'
I looked up that key sequence with "C-h k" and it says it's mapped to
ido-menu, not indent-rigidly.
You could try:
M-x indent-rigidly
Or I've mapped it to C-] so I can indent a block two spaces with
C-2 C-]
(global-set-key [(control \])] 'indent-rigidly)
> also, the Ruby stuff didn't work in the starter-kit - I had to install
> independently
I just tried now and couldn't reproduce that error. Did it fail to
provide syntax highlighting or was there another error shown?
Geoffrey Grosenbach
http://peepcode.com