Project

General

Profile

Actions

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”

Updated by Alex V Koval over 11 years ago · 1 revisions

Also available in: PDF HTML TXT