gabrielelanaro / emacs-for-python

Collection of emacs extensions specifically collected for python development, with workflow guidelines!
http://gabrielelanaro.github.com/emacs-for-python
GNU General Public License v3.0
810 stars 151 forks source link

C-c TAB not working #110

Closed onurgu closed 11 years ago

onurgu commented 11 years ago

I just installed emacs-for-python from github.

It works great, but I couldn't fire imenu using C-c TAB as described in

https://github.com/gabrielelanaro/emacs-for-python/wiki/Tips

It says C-c TAB is undefined. I haven't specifically changed that binding.

I could run it M-x imenu but it doesn't seem like indexing all methods. Am I doing something wrong?

By the way, I am a newbie who didn't have time to work with imenu yet in any project.

gabrielelanaro commented 11 years ago

You're right this is not working. I used imenu in the past but I stopped because the indexing was not perfect at times, as far as I know it all boils down on how the python.el indexes functions and methods. I find it useful with the add-to-menubar function. I'm sorry, I think this is not a good tip and I should remove it