From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: 23.0.60; python.el: auto-indentation doesn't work with continuation lines Date: Tue, 29 Apr 2008 00:22:29 -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 1209442969 10312 80.91.229.12 (29 Apr 2008 04:22:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 29 Apr 2008 04:22:49 +0000 (UTC) Cc: emacs-devel@gnu.org, David Robinow To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 29 06:23:25 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 1JqhND-0004fU-Vm for ged-emacs-devel@m.gmane.org; Tue, 29 Apr 2008 06:23:24 +0200 Original-Received: from localhost ([127.0.0.1]:35952 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JqhMW-0004EB-Hr for ged-emacs-devel@m.gmane.org; Tue, 29 Apr 2008 00:22:40 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JqhMS-0004E2-2O for emacs-devel@gnu.org; Tue, 29 Apr 2008 00:22:36 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JqhMR-0004De-1l for emacs-devel@gnu.org; Tue, 29 Apr 2008 00:22:35 -0400 Original-Received: from [199.232.76.173] (port=40417 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JqhMQ-0004DZ-Th for emacs-devel@gnu.org; Tue, 29 Apr 2008 00:22:34 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JqhMM-0001jf-M8; Tue, 29 Apr 2008 00:22:30 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AnUCAAo/FkjO+JghdGdsb2JhbACBU5AKASeaKQ X-IronPort-AV: E=Sophos;i="4.25,720,1199682000"; d="scan'208";a="19567674" Original-Received: from smtp.pppoe.ca (HELO smtp.teksavvy.com) ([65.39.196.238]) by ironport2-out.teksavvy.com with ESMTP; 29 Apr 2008 00:22:29 -0400 Original-Received: from pastel.home ([206.248.152.33]) by smtp.teksavvy.com (Internet Mail Server v1.0) with ESMTP id JIZ65629; Tue, 29 Apr 2008 00:22:29 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 3805281E8; Tue, 29 Apr 2008 00:22:29 -0400 (EDT) In-Reply-To: (Glenn Morris's message of "Mon, 28 Apr 2008 23:45:40 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:96118 Archived-At: >> Is it a change in DL's version that we haven't yet merged > Yes. > I can merge this one if you like, but don't want to do a full update. I'm all for a full update. We should strive to minimize the differences between the two versions. > It looks like your "vendor branch" wasn't updated last time this was > done, so it's not immediately obvious how much needs to be done. Hmm.. the ChangeLog says: 2008-02-21 Dave Love * progmodes/python.el: Merge from Dave Love's 2008-01-20 version. [...] So it looks like the vendor-branch was not used for that merge. Stefan