emacs-devel
[Top][All Lists]
Advanced

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

Re: python-mode (python.el): python-backspace


From: Kai Grossjohann
Subject: Re: python-mode (python.el): python-backspace
Date: Sat, 29 May 2004 13:33:54 +0200
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux)

Richard Stallman <address@hidden> writes:

> What is the generic definition of "level of indentation"?
> I'm not sure what that would mean in Lisp or C.

Stefan's definition is based on lines in the buffer.  I think that's a
good definition.

If point is currently at column N, search backward for a line with
indentation M < N.  Then delete characters to the left until column M
is reached.

Kai





reply via email to

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