h1. Using TAGS table in emacs When Rope fails to find definition (usually due to meta classes used in Django), you can use standard Emacs feature: TAGS to find this tag. * M-/ - calls function find-tag Also, to make tags for project you need to find tags:
exuberant-ctags -e -R --languages=python
P.S. Useful to have project fab command "fab make_tags"