From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: [pogonyshev@gmx.net: bug in Python-mode] Date: Mon, 18 Dec 2006 10:59:55 -0500 Message-ID: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1166466125 13617 80.91.229.2 (18 Dec 2006 18:22:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 18 Dec 2006 18:22:05 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 18 19:22:03 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GwKw5-0007pG-PS for ged-emacs-devel@m.gmane.org; Mon, 18 Dec 2006 17:01:53 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GwKw5-0004lt-Ew for ged-emacs-devel@m.gmane.org; Mon, 18 Dec 2006 11:01:53 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GwKuD-00041A-Rb for emacs-devel@gnu.org; Mon, 18 Dec 2006 10:59:57 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GwKuD-00040G-00 for emacs-devel@gnu.org; Mon, 18 Dec 2006 10:59:57 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GwKuC-000400-IO for emacs-devel@gnu.org; Mon, 18 Dec 2006 10:59:56 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GwKuC-0008Qf-EU for emacs-devel@gnu.org; Mon, 18 Dec 2006 10:59:56 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.52) id 1GwKuB-00015p-C7; Mon, 18 Dec 2006 10:59:55 -0500 Original-To: emacs-devel@gnu.org 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:63928 Archived-At: Would someone please DTRT, then ack? ------- Start of forwarded message ------- From: Paul Pogonyshev To: emacs-devel@gnu.org Date: Sun, 17 Dec 2006 21:46:32 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline Subject: bug in Python-mode X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=failed version=3.0.4 Indentation of this construct is broken: sys.stderr.write (str (lambda x: x + 1)) The reason is the ending column after lambda declaration. Paul _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel ------- End of forwarded message -------