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:20:25 +0200 Message-ID: <200612180220.26125.pogonyshev@gmx.net> References: <20061218003418.3DDA.SLAWOMIR.NOWACZYK.847@student.lu.se> <200612180203.59327.pogonyshev@gmx.net> <20061218010336.3DE7.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 1166400951 2841 80.91.229.10 (18 Dec 2006 00:15:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 18 Dec 2006 00:15:51 +0000 (UTC) Cc: Slawomir Nowaczyk Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 18 01:15:50 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 1Gw6AS-0001Zu-UY for ged-emacs-devel@m.gmane.org; Mon, 18 Dec 2006 01:15:45 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gw6AS-0005L0-8X for ged-emacs-devel@m.gmane.org; Sun, 17 Dec 2006 19:15:44 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gw6AH-0005Ki-S0 for emacs-devel@gnu.org; Sun, 17 Dec 2006 19:15:33 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gw6AF-0005KA-7Q for emacs-devel@gnu.org; Sun, 17 Dec 2006 19:15:33 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gw6AF-0005K7-3E for emacs-devel@gnu.org; Sun, 17 Dec 2006 19:15:31 -0500 Original-Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.52) id 1Gw6AE-0007g6-Pv for emacs-devel@gnu.org; Sun, 17 Dec 2006 19:15:31 -0500 Original-Received: (qmail invoked by alias); 18 Dec 2006 00:15:29 -0000 Original-Received: from unknown (EHLO [80.94.234.239]) [80.94.234.239] by mail.gmx.net (mp038) with SMTP; 18 Dec 2006 01:15:29 +0100 X-Authenticated: #16844820 Original-To: emacs-devel@gnu.org User-Agent: KMail/1.7.2 In-Reply-To: <20061218010336.3DE7.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:63910 Archived-At: Slawomir Nowaczyk wrote: > Well, both: > > sys.stderr.write (str (lambda x: > x + 1)) > a = 1 > > and: > > def aa(): > sys.stderr.write (str (lambda x: > x + 1)) > a = 1 > > indent properly on my machine... Did I misunderstood you again? No, sorry. It works OK with the CVS version of python-mode.el, which I failed to update before complaining. (Except that I think the old version of indentation of the lambda itself was nicer, but that is not really important.) Paul