emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#18319: closed (Buggy behavior of DEL in python-mod


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#18319: closed (Buggy behavior of DEL in python-mode)
Date: Tue, 27 Jan 2015 03:25:02 +0000

Your message dated Tue, 27 Jan 2015 00:24:52 -0300
with message-id <address@hidden>
and subject line Buggy behavior of DEL in python-mode
has caused the debbugs.gnu.org bug report #18319,
regarding Buggy behavior of DEL in python-mode
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
18319: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=18319
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Buggy behavior of DEL in python-mode Date: Sat, 23 Aug 2014 15:09:41 +0200
Save the following as a .py file and open in an 'emacs -q':

if True:
    x ()
    if True:

Put the point on the second 'if', i.e. line 3, column 4.

* First press of DEL (Backspace) does nothing (bug 1);
* Second press dedents the line --- ok;
* Press C-/ to undo line dedention and so revert the buffer to original text;
* Now third press of DEL _indents_ the line, even though it makes no sense in Python at all (bug 2).

The buggy function is 'python-indent-dedent-line-backspace'.

Paul

--- End Message ---
--- Begin Message --- Subject: Buggy behavior of DEL in python-mode Date: Tue, 27 Jan 2015 00:24:52 -0300 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)
Fixed at 5485e3e in the emacs-24 branch.


Cheers,
Fabián


--- End Message ---

reply via email to

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