[Python-mode] myrkwid bug with backspace/delete

Andreas Röhler andreas.roehler at online.de
Thu Mar 31 21:36:48 CEST 2011


Am 31.03.2011 17:36, schrieb Barry Warsaw:
> Hi Andreas,
>
> myrkwid branch still has a minor problem.
>
> -----snip snip-----
> class Foo:
>      def foo(self):
>          pass
> -----snip snip-----
>
> Put point at the end of the 'pass' line.
>
> Hit return.  Indentation is correct.  However backspace/delete never moves.
>
> Cheers,
> -Barry
>

Thanks, erorr is in py-electric-backspace.

Will re-write and simplify it to

"Delete preceding character or level of indentation.
With arg do it arg times."

Unless you object.. :)

Cheers

Andreas


More information about the Python-mode mailing list