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

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

bug#19906: python.el: indenting parenthesized lists


From: Carlos Pita
Subject: bug#19906: python.el: indenting parenthesized lists
Date: Thu, 19 Feb 2015 17:36:11 -0300

Say * is the point.

Try:

def f(a,*<Enter>

You get:

def f(a,
      *

which is fine. Now try:

def f(a,*<Enter>):

You get:

def f(a,
*):

which is wrong.

I've not further investigated this issue, but the trailing parenthesis
shouldn't affect indentation.

Cheers
--
Carlos





reply via email to

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