From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28561 invoked by alias); 10 Apr 2013 16:12:39 -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 28551 invoked by uid 89); 10 Apr 2013 16:12:39 -0000 X-Spam-SWARE-Status: No, score=-6.8 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,RP_MATCHES_RCVD autolearn=ham version=3.3.1 Received: from mail-vb0-f51.google.com (HELO mail-vb0-f51.google.com) (209.85.212.51) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Wed, 10 Apr 2013 16:12:38 +0000 Received: by mail-vb0-f51.google.com with SMTP id x19so500197vbf.24 for ; Wed, 10 Apr 2013 09:12:36 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type:x-gm-message-state; bh=Z2kxRO0DJowbdg2up7uVYHpC3h+u6NVWosxqLX+6tuk=; b=f3yq9UyCPuX48VGbtWe0NHBBeAueJ4PEBd+DnuVEvJScfOadytdAiSgkT5pKinsfcd 0JApaD4LtCbuvmGW5sYqn1yPAqdreOvqDhW4LYzACHkMbxnVBnvpW4c84xJQpclODQPD Dd0bOoPeRB4+teVBEhiCiVmCou6JOG3NyWGsDprWY4Z8rQ9hLtJmk8TxLe3Cln7ag4uK H5ybmrghm2z+VnBlzQHJa5KUWzrkyodkZZ0j/5Fb+nDqcxdt8Sql6+GVhix6GSoKslbV 7P9gPFFAibXDkCcBZ3ZT7friWzMvKbHj/okJFngsFAXRr8wekH4SMnuAxr2fNgQChY7Q w9dQ== MIME-Version: 1.0 X-Received: by 10.59.9.39 with SMTP id dp7mr2039045ved.36.1365610356489; Wed, 10 Apr 2013 09:12:36 -0700 (PDT) Received: by 10.220.123.70 with HTTP; Wed, 10 Apr 2013 09:12:36 -0700 (PDT) In-Reply-To: <83obdna3ne.fsf@gnu.org> References: <83r4jaynqq.fsf@gnu.org> <514B4AC3.1090103@redhat.com> <83zjxwy4ux.fsf@gnu.org> <20130321191051.GF5447@adacore.com> <83r4j8y1kh.fsf@gnu.org> <20130321203919.GG5447@adacore.com> <87r4j8zd0k.fsf@fleche.redhat.com> <83ehf85u7x.fsf@gnu.org> <83wqsbadfe.fsf@gnu.org> <20836.17485.525118.795474@ruffy2.mtv.corp.google.com> <83txnfa9m7.fsf@gnu.org> <51645982.8050904@redhat.com> <83obdna3ne.fsf@gnu.org> Date: Thu, 11 Apr 2013 02:41:00 -0000 Message-ID: Subject: Re: [PATCH] Display configuration details in --help From: Doug Evans To: Eli Zaretskii Cc: Pedro Alves , Tom Tromey , Joel Brobecker , gdb-patches Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQkZFjdLE5+P2BrCK9KlXWRxtySV8Xeb/AQQcnfcB2ohACD+tjEqOLjFUkwE13H/6Koc/PomnVxxWA+Xx5T9GfZi1Pdz7GMnycHZ1oLelpZ91X/0O6pb9g3CJIHy0cbIzKeY/anL9kdeH6Nk4NlhBtLuYAGt+iU1iQSDSi5dy147h4RoNxYyucgHWUSlvUeuMIR84ixYfw5Wq32yLx5fI8+WgBzUjQ== X-SW-Source: 2013-04/txt/msg00283.txt.bz2 On Tue, Apr 9, 2013 at 12:46 PM, Eli Zaretskii wrote: >> Date: Tue, 9 Apr 2013 12:26:25 -0700 >> From: Doug Evans >> Cc: Eli Zaretskii , Tom Tromey , >> Joel Brobecker , gdb-patches >> >> > So if you imagine a right indent in the grouped options, the >> > list is actually sorted, so that'd break the existing logic. I'd suggest >> > either right after --version; right after --help; right before --core, or >> > a wholesale reevaluation of the current grouping (either sort all >> > alphabetically, or break "Options:" into groups). >> >> Wholesale reevaluation. > > But not as part of this patch, please. Your choice.