From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10396 invoked by alias); 13 Aug 2009 17:34:07 -0000 Received: (qmail 10347 invoked by uid 22791); 13 Aug 2009 17:34:06 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 13 Aug 2009 17:33:58 +0000 Received: (qmail 25109 invoked from network); 13 Aug 2009 17:33:56 -0000 Received: from unknown (HELO orlando) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 13 Aug 2009 17:33:56 -0000 From: Pedro Alves To: gdb-patches@sourceware.org, Eli Zaretskii Subject: Re: FYI: fix PR gdb/8869 Date: Thu, 13 Aug 2009 18:30:00 -0000 User-Agent: KMail/1.9.10 References: <200908131603.04422.pedro@codesourcery.com> <83fxbvk548.fsf@gnu.org> In-Reply-To: <83fxbvk548.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200908131834.05276.pedro@codesourcery.com> X-IsSubscribed: yes 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 X-SW-Source: 2009-08/txt/msg00181.txt.bz2 On Thursday 13 August 2009 18:15:03, Eli Zaretskii wrote: > You could say > > Valid arguments are: unknown, local, auto, ... > > It is also more grammatically correct, I believe. Good idea, even obvious in hindsight. > > I guess we can also claim that it is weird that > > "set language" doesn't show an alphabetically sorted list, while > > "set language" does. Anyone bothered enough to go address that? > > I indeed think the list should be alphabetized. As the list grows, > having any other order will make it easier to miss some language you > are looking for. Okay. To be clear, this is an issue with the generic enum command support, so addressing this one addresses all enum commands, which is probably a good thing. -- Pedro Alves