emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: dedent in Python-mode


From: Markus Triska
Subject: Re: dedent in Python-mode
Date: Mon, 25 Jun 2007 00:08:57 +0200

Paul Pogonyshev <address@hidden> writes:

> Seems to work, except that for the first key press it doesn't do
> anything in some cases.

The first press behaves like TAB; try S-TAB on "abc" in:

class Test ():

    def __init__(self):
        print 'test'

abc




reply via email to

[Prev in Thread] Current Thread [Next in Thread]