emacs - tab rigidly

2 views
Skip to first unread message

Andy Koch

unread,
Mar 5, 2009, 11:51:58 AM3/5/09
to PeepCode
anyone know of an issue with emacs tab rigidly and the emacs-starter-
kit stuff?

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'

also, the Ruby stuff didn't work in the starter-kit - I had to install
independently

Geoffrey Grosenbach

unread,
Mar 6, 2009, 1:30:24 PM3/6/09
to PeepCode
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
Reply all
Reply to author
Forward
0 new messages