unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#15916: Python indentation broken in latest trunk
@ 2013-11-17 22:51 Daniel Colascione
  2013-12-12  5:38 ` bug#15916: Fabián Ezequiel Gallina
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Colascione @ 2013-11-17 22:51 UTC (permalink / raw)
  To: 15916

See this code:

1 class Blag(object):
2     def _on_child_complete(self, child_future):
3         if self.in_terminal_state():
4             pass
5
6         # We only complete when all our async children have entered a
7     # terminal state. At that point, if any child failed, we fail
8 # with the exception with which the first child failed.

The only indentation option python-mode provides for line 7 are the 
above (indented one place) and outdented all the way.  The only option 
for line 8 is outdented all the way. Lines 6, 7, and 8 should line up. I 
don't recall the indenter behaving like this a way weeks ago.





^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#15916:
  2013-11-17 22:51 bug#15916: Python indentation broken in latest trunk Daniel Colascione
@ 2013-12-12  5:38 ` Fabián Ezequiel Gallina
  0 siblings, 0 replies; 2+ messages in thread
From: Fabián Ezequiel Gallina @ 2013-12-12  5:38 UTC (permalink / raw)
  To: 15916-done

Fixed in revno 115481.


Thanks,
Fabián.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-12-12  5:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-17 22:51 bug#15916: Python indentation broken in latest trunk Daniel Colascione
2013-12-12  5:38 ` bug#15916: Fabián Ezequiel Gallina

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).