emacs-devel
[Top][All Lists]
Advanced

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

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


From: Karl Chen
Subject: python-mode (python.el): python-backspace
Date: Sun, 16 May 2004 15:00:11 -0700

I liked the <backspace>/DEL key better the way it worked in the
python-mode.el's python-mode.

Python-mode.el's backspace:
    Close the current block, or unindent one level if already at that 
indentation

    Logical inverse of python.el's TAB.

Python.el's python-backspace:
    Close the current block

    Counter-intuitive in many cases, such as if point is already
    left of where python-backspace moves indents to (backspace
    moves the cursor rightward?!)


I suggest python-backspace's behavior be changed so that: if point
is <= where the current behavior would have indented to, then
unindent by 1 python-indent level



-- 
Karl 2004-05-16 14:51




reply via email to

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