--- Begin Message ---
Subject: |
Python mode vs. whitespace |
Date: |
Wed, 24 Feb 2021 10:03:07 +0800 |
$ emacs file.py
p=1
p= 2
p = 3
p =4
I sure wish TAB (indent-for-tab-command) would make up its mind about
which one of these is best, and not throw up its hands and not deal with
it at all. "Even if they are all valid."
Of course 1 and 3 are better, and 3 is best.
But there could be a variable to set, for users who like 1.
--- End Message ---
--- Begin Message ---
Subject: |
Re: bug#46739: Python mode vs. whitespace |
Date: |
Fri, 26 Feb 2021 11:19:31 +0800 |
>>>>> "SK" == Stefan Kangas <stefan@marxist.se> writes:
SK> So you are saying that `indent-for-tab-command' should also format
SK> assignments? I think that would be a bit unexpected, as the command is
SK> specifically about indentation, and not intended for general code
SK> formatting.
OK. Sorry. Closing.
--- End Message ---