From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29098 invoked by alias); 24 Aug 2012 23:21:57 -0000 Received: (qmail 29090 invoked by uid 22791); 24 Aug 2012 23:21:56 -0000 X-SWARE-Spam-Status: No, hits=-6.0 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail-iy0-f169.google.com (HELO mail-iy0-f169.google.com) (209.85.210.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 24 Aug 2012 23:21:44 +0000 Received: by iahk25 with SMTP id k25so5037207iah.0 for ; Fri, 24 Aug 2012 16:21:43 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:x-system-of-record:x-gm-message-state; bh=OFVfJvI+NBsLzZX6UeTk+oUTmOiOh3LoCu2m8QgcBSs=; b=lJ1EoYcjFsBLwkN0JCPCg3rsJuWCiFqW8DrImIKLUPeWybrW5CxMfOrt6QxRjIALCb 1HnP8aXIto6bUQqFffi34hYApxFE2QcWF1v9PojcGlQ24efTjn/EcqBO/ZUw9Gy4h5pE MsIrz4+GULJ4RmROGSm6JWqE98mWimBKp9hlVBIc+uelXBy23LaKrK60zExZ6pDIzK6r Gef9x39m6Q/POQB7N/86UU4ZXjx1yDOUKIrgP91o7SRzcXw42vpxFhmuJ75tuMM61F/+ Madin2GhJ7qDdudOn4v4OhkXSjMED47jGxpIFsmipkdMhnZKcoUXdeECpuoBXzVNgGUj CFSg== Received: by 10.50.95.225 with SMTP id dn1mr3729947igb.58.1345850503471; Fri, 24 Aug 2012 16:21:43 -0700 (PDT) MIME-Version: 1.0 Received: by 10.50.95.225 with SMTP id dn1mr3729934igb.58.1345850503218; Fri, 24 Aug 2012 16:21:43 -0700 (PDT) Received: by 10.50.104.233 with HTTP; Fri, 24 Aug 2012 16:21:13 -0700 (PDT) In-Reply-To: References: <87pq6isqt9.fsf@fleche.redhat.com> <87pq6hppiz.fsf@fleche.redhat.com> <87obm0jhpi.fsf@fleche.redhat.com> Date: Fri, 24 Aug 2012 23:21:00 -0000 Message-ID: Subject: Re: [patch] info threads sort by name and name regex matching From: Aaron Gamble To: Sergio Durigan Junior Cc: Tom Tromey , gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 X-System-Of-Record: true X-Gm-Message-State: ALoCoQndUcfI91ld53n/SHhiMh3HKjdKBbVfOYA3nrFrFjAe7A7oycW3TH0zIsDEO4ooJfttQxk4frW+0n2E9zxEqdjdFskl7HEUmLlsWX3u1OmOOKrKGh9O3KDFe9d5WPcD+XGCMyFBGwutCpB4FfrvxuRV1IBbtFwTq7CF33YyiX90j9fYpzq+KGXTWf1NblgjCxVtWeXNJe+RO1KR9A71DazYsXTjIA== 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: 2012-08/txt/msg00776.txt.bz2 -s would be for 'sorted' On Fri, Aug 24, 2012 at 3:31 PM, Sergio Durigan Junior wrote: > > On Friday, August 24 2012, Aaron Gamble wrote: > >> On Fri, Aug 24, 2012 at 10:57 AM, Tom Tromey wrote: >>> >>>>>>>> "Aaron" == Aaron Gamble writes: >>> >>> Aaron> -a enables sorting by thread name >>> >>> Is '-a' mnemonic for something? >> -a is for alphabetical. Would -s be more appropriate? > > I prefer `-a' FWIW. I could understand that it meant `alphabetical' > since the beginning, and I could not find any convention for this on GNU > manuals. BTW, `-s' is for `string'? This time I didn't understand it :-). > > -- > Sergio