Activity log for bug #840891

Date Who What changed Old value New value Message
2011-09-04 10:38:34 Silver_Ghost bug added bug
2011-09-04 10:39:10 Silver_Ghost description With python-mode 6.0.2 pressing C-j before ``c'' in this code: code = foo(a=1, b=2, c=3) indents new line to fifth column: code = foo(a=1, b=2, c=3) With python-mode 6.0.2 pressing C-j before ``c'' in this code:     code = foo(a=1,                b=2, c=3) indents new line to fifth column:     code = foo(a=1,                b=2,         c=3)
2011-09-04 10:42:20 Silver_Ghost description With python-mode 6.0.2 pressing C-j before ``c'' in this code:     code = foo(a=1,                b=2, c=3) indents new line to fifth column:     code = foo(a=1,                b=2,         c=3) With python-mode 6.0.2 pressing C-j before ``c'' in this code:     code = foo(a=1,                b=2, c=3) indents new line to fifth column:     code = foo(a=1,                b=2,         c=3) However, pressing C-j after the last ``,'' in this code: code = foo(a=1, b=2, makes right identation.
2011-09-04 10:42:27 Silver_Ghost description With python-mode 6.0.2 pressing C-j before ``c'' in this code:     code = foo(a=1,                b=2, c=3) indents new line to fifth column:     code = foo(a=1,                b=2,         c=3) However, pressing C-j after the last ``,'' in this code: code = foo(a=1, b=2, makes right identation. With python-mode 6.0.2 pressing C-j before ``c'' in this code:     code = foo(a=1,                b=2, c=3) indents new line to fifth column:     code = foo(a=1,                b=2,         c=3) However, pressing C-j after the last ``,'' in this code:     code = foo(a=1,                b=2, makes right indentation.
2011-09-04 15:43:11 Andreas Roehler python-mode: assignee Andreas Roehler (a-roehler)
2011-09-04 15:43:16 Andreas Roehler python-mode: importance Undecided Medium
2011-09-04 15:43:27 Andreas Roehler python-mode: status New Confirmed
2011-09-04 15:43:33 Andreas Roehler python-mode: milestone 6.0.3
2011-09-04 16:21:22 Launchpad Janitor branch linked lp:python-mode
2011-09-04 16:23:28 Launchpad Janitor branch linked lp:python-mode/components-python-mode
2011-09-04 16:25:23 Launchpad Janitor branch linked lp:~a-roehler/python-mode/XEmacs-compat-test
2011-09-04 16:25:27 Andreas Roehler python-mode: status Confirmed Fix Committed
2011-10-06 19:05:54 Andreas Roehler python-mode: status Fix Committed Fix Released