emacs-devel
[Top][All Lists]
Advanced

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

Re: 23.0.60; python.el: auto-indentation doesn't work with continuation


From: David Robinow
Subject: Re: 23.0.60; python.el: auto-indentation doesn't work with continuation lines
Date: Mon, 28 Apr 2008 13:06:35 -0400

On Sat, Apr 26, 2008 at 2:51 PM, Torsten Bronger
<address@hidden> wrote:
>  Edward O'Connor writes:
>  > Actually, that indentation is correct. The arguments in multi-line
>  > function calls should be aligned in such a way.
>
>  I said, the "following, non-continuated line is erroneous indented":
>
>  def open_file():
>     file_ = open("file.txt",
>                  "r")
>     here_to_proceed = True
>
To clarify, the last line above is aligned with the continued line
above it, rather than starting at the correct indentation level.
This is with Dave Love's python.el included in emacs.
 python-mode.el, by Tim Peters, Barry Warsaw et al, indents this correctly.

Recently there was some discussion about emacs switching to
python-mode.el (or perhaps trying to merge the two?)
The authors of python-mode.el, if I remember correctly, expressed
willingness to assign copyright.
What is the current status of python-mode.el ?

Is it proper to look at python-mode.el when making changes to python.el?

Is it a waste of time to fix bugs in python.el, since it will soon be replaced?

DR




reply via email to

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