Comment 0 for bug 328834

Revision history for this message
Guettli-users (guettli-users) wrote :

Hi,

this patch shows the upper methods and classes and binds
this to C-c C-x

Example:
class Foo:
    def blu():
        def subblu():
            print "foo"
if you press C-c C-x in the last line you see
Foo/blu/subblu/

This is handy if you query-replace in a long method and
you want to be sure that you are still in this method
and not in the next

Tested with XEmacs 21.4 and Emacs 21.3.1

I tried to bind this into the mode-line, but failed.
This would
be better since you could see all the time in which methods
and classes the cursor is.

[http://sourceforge.net/tracker/index.php?func=detail&aid=1077902&group_id=86916&atid=581351]