Emacs Python mode

Vetle Roeim vetler at ifi.uio.no
Mon Apr 3 04:02:31 EDT 2000


* André Dahlqvist
> > all in all, *emacs* has lots of shortcuts for handy things. I wish I
> > knew more about it.. :)
> 
> While we're on the subject of Emacs Python mode, why is it that I can't 
> indent a line under a line which has been commanted out? Emacs 
> refuses to let me tab in there, but if I remove the comment it will happily 
> let me do it.

try writing:

def foobar(zot):
    print "and now for something completely different"
## this is a comment
    print "ni!"



vr



More information about the Python-list mailing list