From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14386 invoked by alias); 17 Apr 2013 02:42:10 -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 14375 invoked by uid 89); 17 Apr 2013 02:42:10 -0000 X-Spam-SWARE-Status: No, score=-4.2 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,RCVD_IN_NIX_SPAM,SPF_SOFTFAIL autolearn=no version=3.3.1 Received: from mtaout21.012.net.il (HELO mtaout21.012.net.il) (80.179.55.169) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Wed, 17 Apr 2013 02:42:08 +0000 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0MLD00100OMX5Q00@a-mtaout21.012.net.il> for gdb-patches@sourceware.org; Wed, 17 Apr 2013 05:42:06 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MLD000LUOU5ZS80@a-mtaout21.012.net.il>; Wed, 17 Apr 2013 05:42:05 +0300 (IDT) Date: Wed, 17 Apr 2013 12:28:00 -0000 From: Eli Zaretskii Subject: Re: regroup --help text In-reply-to: To: Doug Evans Cc: tromey@redhat.com, palves@redhat.com, brobecker@adacore.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <8361zl514k.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> <87k3oamlqy.fsf@fleche.redhat.com> <51658BC9.6080001@redhat.com> <878v4qmc14.fsf@fleche.redhat.com> <83eheg9lbr.fsf@gnu.org> <83bo9k9ifl.fsf@gnu.org> <83ip3n58mi.fsf@gnu.org> X-SW-Source: 2013-04/txt/msg00516.txt.bz2 > Date: Tue, 16 Apr 2013 13:41:32 -0700 > From: Doug Evans > Cc: Tom Tromey , Pedro Alves , > Joel Brobecker , gdb-patches > > On Mon, Apr 15, 2013 at 10:48 PM, Eli Zaretskii wrote: > >> Date: Mon, 15 Apr 2013 11:12:45 -0700 > >> From: Doug Evans > >> Cc: Tom Tromey , Pedro Alves , > >> Joel Brobecker , gdb-patches > >> > >> Works for me, modulo do we care about alpha-sorting within each section? > > > > I did try to do that, where there's no other order relation. > > > >> [If not, please add a comment saying that the lists are intentionally > >> sorted (if at all) via means other than alphabetical.] > > > > What you mean note that in the help text itself? Or in the code? > > In the code. Will do, thanks.