From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Koidu Spiess Newsgroups: gmane.emacs.help Subject: alignment of the closing brace in python mode Date: Mon, 21 Jul 2008 18:32:24 +0200 Message-ID: <4884BA18.6080302@arcor.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1216681977 28986 80.91.229.12 (21 Jul 2008 23:12:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 21 Jul 2008 23:12:57 +0000 (UTC) Cc: mail@malte-spiess.de To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jul 22 01:13:46 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KL4Zc-0003HR-74 for geh-help-gnu-emacs@m.gmane.org; Tue, 22 Jul 2008 01:13:44 +0200 Original-Received: from localhost ([127.0.0.1]:46465 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KL4Yi-0002T3-Vv for geh-help-gnu-emacs@m.gmane.org; Mon, 21 Jul 2008 19:12:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KKyK8-0002kN-Cm for help-gnu-emacs@gnu.org; Mon, 21 Jul 2008 12:33:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KKyK5-0002g5-G4 for help-gnu-emacs@gnu.org; Mon, 21 Jul 2008 12:33:19 -0400 Original-Received: from [199.232.76.173] (port=47428 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KKyK5-0002fj-2t for help-gnu-emacs@gnu.org; Mon, 21 Jul 2008 12:33:17 -0400 Original-Received: from mail-in-07.arcor-online.net ([151.189.21.47]:50010) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KKyK4-0005cJ-Mb for help-gnu-emacs@gnu.org; Mon, 21 Jul 2008 12:33:16 -0400 Original-Received: from mail-in-11-z2.arcor-online.net (mail-in-11-z2.arcor-online.net [151.189.8.28]) by mail-in-07.arcor-online.net (Postfix) with ESMTP id A3BA624AEB7; Mon, 21 Jul 2008 18:33:09 +0200 (CEST) Original-Received: from mail-in-12.arcor-online.net (mail-in-12.arcor-online.net [151.189.21.52]) by mail-in-11-z2.arcor-online.net (Postfix) with ESMTP id 683093465B0; Mon, 21 Jul 2008 18:33:09 +0200 (CEST) Original-Received: from [192.168.0.88] (mail.fabmation.info [217.91.78.228]) (Authenticated sender: koidu.spiess@arcor.de) by mail-in-12.arcor-online.net (Postfix) with ESMTP id 9CFA48C466; Mon, 21 Jul 2008 18:33:00 +0200 (CEST) X-Copfilter: Client is part of local network, skipped Spamassassin User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) X-Copfilter-Originating-IP: 192.168.0.88 X-Virus-Scanned: ClamAV 0.93.3/7766/Mon Jul 21 16:08:59 2008 on mail-in-12.arcor-online.net X-Virus-Status: Clean X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 X-Mailman-Approved-At: Mon, 21 Jul 2008 19:12:22 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:55774 Archived-At: Hello, could somebody please help me to change the alignment of the closing brace in python mode! Python mode makes the alignment like this: a = { "first Key": { 1: 1, 2: 3, } } The closing brace is aligned with the elements in the list or dictionary. I would like to have it like that: a = { "first Key": { 1: 1, 2: 3, } } It is so important to me because the rest of the code in the project is in such a style. I would have to deactivate the autoformatting feature of python mode when I won't get it right. Regards, Koidu