GNU bug report logs - #70617
30.0.50; python-indent-shift-right indents left when line is whitespace

Previous Next

Package: emacs;

Reported by: Patrick Poitras <patrick.f.poitras <at> gmail.com>

Date: Sat, 27 Apr 2024 23:18:01 UTC

Severity: normal

Tags: wontfix

Found in version 30.0.50

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #8 received at 70617 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Patrick Poitras <patrick.f.poitras <at> gmail.com>,
 kobarity <kobarity <at> gmail.com>
Cc: 70617 <at> debbugs.gnu.org
Subject: Re: bug#70617: 30.0.50;
 python-indent-shift-right indents left when line is whitespace
Date: Mon, 29 Apr 2024 15:55:13 +0300
> From: Patrick Poitras <patrick.f.poitras <at> gmail.com>
> Date: Sat, 27 Apr 2024 16:16:46 -0700
> 
> Hi all.
> 
> I've noticed this weird behavior of python-indent-shift-right.
> 
> Let's say I have a block of code. The "|" character represents my cursor
> 
> In a python file, I write
> 
> if True:
> |
> 
> (... file contents continue)
> 
> and then call python-indent-shift-right on an empty line. It does nothing. If the second line has any amount of
> spaces, the whitespace is entirely deleted. 
> 
> Given that Python's whitespace is syntactically significant, the expected behavior should be to add an indent
> to an empty line, or to prepend 4 characters (or 8, given user choice) to the empty line if it has whitespace.
> From a cursory glance, I think we're running into some behavior of indent-rigidly that tries to prevent the
> addition of superfluous white space following an indented block of code. I assume this would be potentially
> desirable for languages with non-significant whitespace, but in the case of the python-specific function, the
> resulting behavior defies both the function name and description.

Any comments?




This bug report was last modified 1 year and 105 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.