From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13487 invoked by alias); 31 Jul 2017 22:12:32 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 13465 invoked by uid 89); 31 Jul 2017 22:12:30 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=HTo:D*ca X-HELO: gproxy9-pub.mail.unifiedlayer.com Received: from gproxy9-pub.mail.unifiedlayer.com (HELO gproxy9-pub.mail.unifiedlayer.com) (69.89.20.122) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 31 Jul 2017 22:12:29 +0000 Received: from CMOut01 (unknown [10.0.90.82]) by gproxy9.mail.unifiedlayer.com (Postfix) with ESMTP id 397991E06F3 for ; Mon, 31 Jul 2017 16:12:28 -0600 (MDT) Received: from box522.bluehost.com ([74.220.219.122]) by CMOut01 with id raCR1v0092f2jeq01aCUDg; Mon, 31 Jul 2017 16:12:28 -0600 X-Authority-Analysis: v=2.2 cv=XMVAcUpE c=1 sm=1 tr=0 a=GsOEXm/OWkKvwdLVJsfwcA==:117 a=GsOEXm/OWkKvwdLVJsfwcA==:17 a=G3gG6ho9WtcA:10 a=Ag7_uebpNRNF2H6-dmMA:9 Received: from 174-29-39-24.hlrn.qwest.net ([174.29.39.24]:46838 helo=bapiya) by box522.bluehost.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.87) (envelope-from ) id 1dcIvI-001GWx-Td; Mon, 31 Jul 2017 16:12:25 -0600 From: Tom Tromey To: Simon Marchi Cc: Tom Tromey , gdb-patches@sourceware.org Subject: Re: [RFA v2 01/24] Introduce and use ui_out_emit_table References: <20170725172107.9799-1-tom@tromey.com> <20170725172107.9799-2-tom@tromey.com> <87efsxao7r.fsf@tromey.com> Date: Mon, 31 Jul 2017 22:12:00 -0000 In-Reply-To: (Simon Marchi's message of "Sun, 30 Jul 2017 20:29:10 +0200") Message-ID: <87shhc8ddk.fsf@tromey.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-BWhitelist: no X-Exim-ID: 1dcIvI-001GWx-Td X-Source-Sender: 174-29-39-24.hlrn.qwest.net (bapiya) [174.29.39.24]:46838 X-Source-Auth: tom+tromey.com X-Email-Count: 6 X-Source-Cap: ZWx5bnJvYmk7ZWx5bnJvYmk7Ym94NTIyLmJsdWVob3N0LmNvbQ== X-Local-Domain: yes X-SW-Source: 2017-07/txt/msg00463.txt.bz2 >>>>> "Simon" == Simon Marchi writes: Simon> Hmm, ok. To me it would make sense to format it like for loops, since Simon> that's what it's replacing. Yeah. Simon> How does emacs format ALL_BREAKPOINTS with a single statement under it? It indents the line. Maybe it's an Emacs bug instead, though it's sort of a weird case. Tom