Emacs mode: Display higher level

Alexander Schmolck a.schmolck at gmx.net
Wed Nov 5 12:10:54 EST 2003


"Thomas Guettler" <guettli at thomas-guettler.de> writes:

> Hi!
> 
> I use xemacs. Is it possible to show the next higher
> level in the status bar?
> 
> Up to now it looks like this:
> 
> Noconv-----XEmacs: foo.py (Python Font)----L1177-C0--79%---
> 
> It would be nice if it could look like this:
> 
> Noconv-----XEmacs: foo.py/MyClass (Python Font)----L1177-C0--79%---
> 
> if the cursor is inside "class MyClass ....."
> 
> Or better, like this, if the cursor is inside
> myFunc of MyClass:
> 
> Noconv-----XEmacs: foo.py/MyClass/myFunc (Python Font)----L1177-C0--79%---

>From memory (I switched to GNU Emacs): how about (require 'speedbar)?

'as




More information about the Python-list mailing list