From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul Pogonyshev Newsgroups: gmane.emacs.devel Subject: Re: bug in Python-mode Date: Mon, 18 Dec 2006 02:03:59 +0200 Message-ID: <200612180203.59327.pogonyshev@gmx.net> References: <200612172146.32728.pogonyshev@gmx.net> <200612172151.41321.pogonyshev@gmx.net> <20061218003418.3DDA.SLAWOMIR.NOWACZYK.847@student.lu.se> NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1166399959 418 80.91.229.10 (17 Dec 2006 23:59:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 17 Dec 2006 23:59:19 +0000 (UTC) Cc: Slawomir Nowaczyk Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 18 00:59:18 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by dough.gmane.org with esmtp (Exim 4.50) id 1Gw5uX-0007kV-K2 for ged-emacs-devel@m.gmane.org; Mon, 18 Dec 2006 00:59:17 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gw5uX-0005Wo-5F for ged-emacs-devel@m.gmane.org; Sun, 17 Dec 2006 18:59:17 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gw5uK-0005V6-A0 for emacs-devel@gnu.org; Sun, 17 Dec 2006 18:59:04 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gw5uI-0005UU-T0 for emacs-devel@gnu.org; Sun, 17 Dec 2006 18:59:03 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gw5uI-0005U3-8Y for emacs-devel@gnu.org; Sun, 17 Dec 2006 18:59:02 -0500 Original-Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.52) id 1Gw5uI-0004lD-6B for emacs-devel@gnu.org; Sun, 17 Dec 2006 18:59:02 -0500 Original-Received: (qmail invoked by alias); 17 Dec 2006 23:59:00 -0000 Original-Received: from unknown (EHLO [80.94.234.239]) [80.94.234.239] by mail.gmx.net (mp024) with SMTP; 18 Dec 2006 00:59:00 +0100 X-Authenticated: #16844820 Original-To: emacs-devel@gnu.org User-Agent: KMail/1.7.2 In-Reply-To: <20061218003418.3DDA.SLAWOMIR.NOWACZYK.847@student.lu.se> Content-Disposition: inline X-Y-GMX-Trusted: 0 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:63906 Archived-At: Slawomir Nowaczyk wrote: > On Sun, 17 Dec 2006 21:51:41 +0200 > Paul Pogonyshev wrote: > > #> I wrote: > #>> Indentation of this construct is broken: > #>> > #>> sys.stderr.write (str (lambda x: > #>> x + 1)) > #>> > #>> The reason is the ending column after lambda declaration. > #> > #> I meant `colon' of course. > > Well, you may be right, but I am not entirely sure... How do you think > the indentation *should* look in this case? Damn, I cannot formulate even two sentences properly. Indentation _after_ this construct is broken. Try copying it into a Python-mode buffer and try to add a statement after it. Paul