From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: 23.0.60; python.el: auto-indentation doesn't work with continuation lines Date: Mon, 28 Apr 2008 14:02:40 -0400 Message-ID: References: <20080424072401.69CDFE4497@wilson.homeunix.com> <87wsmk8n65.fsf@physik.rwth-aachen.de> <4eb0089f0804281006g15cf362rf930eda5472ff678@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1209405789 32587 80.91.229.12 (28 Apr 2008 18:03:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 28 Apr 2008 18:03:09 +0000 (UTC) Cc: emacs-devel@gnu.org To: "David Robinow" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 28 20:03:41 2008 connect(): Connection refused Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JqXhV-0002kU-39 for ged-emacs-devel@m.gmane.org; Mon, 28 Apr 2008 20:03:41 +0200 Original-Received: from localhost ([127.0.0.1]:38287 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JqXgo-0005JW-K9 for ged-emacs-devel@m.gmane.org; Mon, 28 Apr 2008 14:02:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JqXgl-0005JD-2P for emacs-devel@gnu.org; Mon, 28 Apr 2008 14:02:55 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JqXgj-0005IO-IZ for emacs-devel@gnu.org; Mon, 28 Apr 2008 14:02:54 -0400 Original-Received: from [199.232.76.173] (port=58145 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JqXgj-0005IL-ER for emacs-devel@gnu.org; Mon, 28 Apr 2008 14:02:53 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JqXgj-00006z-6O for emacs-devel@gnu.org; Mon, 28 Apr 2008 14:02:53 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1JqXgW-0001wb-FG; Mon, 28 Apr 2008 14:02:40 -0400 X-Spook: CESID AIEWS Khaddafi corporate security Aldergrove S Box X-Ran: G|2xcG{iKQy?&ffSagE;)w<+&=rRX+HM/|v^x&:{m?uZ*lC[Q(oI>~_v6/(YObbFw\4RU+ X-Hue: yellow X-Attribution: GM In-Reply-To: <4eb0089f0804281006g15cf362rf930eda5472ff678@mail.gmail.com> (David Robinow's message of "Mon, 28 Apr 2008 13:06:35 -0400") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:96084 Archived-At: "David Robinow" wrote: > 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. So does the python.el in Emacs 22, so it ought not to be too hard to fix. > 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. See etc/TODO: ** Possibly install python-mode in place of python.el, or combine the two. Someone needs to do the work of figuring out who all the non-trivial python-mode.el contributors are and getting assignments. http://lists.gnu.org/archive/html/emacs-devel/2008-02/msg02156.html http://lists.gnu.org/archive/html/emacs-devel/2008-02/msg02201.html http://lists.gnu.org/archive/html/emacs-devel/2008-02/msg02489.html http://lists.gnu.org/archive/html/emacs-devel/2008-02/msg02234.html > Is it proper to look at python-mode.el when making changes to python.el? IMO no, until the legal issues are fully sorted out. It's my impression that this may be difficult.