From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21727 invoked by alias); 21 Sep 2011 19:34:10 -0000 Received: (qmail 21537 invoked by uid 22791); 21 Sep 2011 19:34:09 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-gy0-f169.google.com (HELO mail-gy0-f169.google.com) (209.85.160.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 21 Sep 2011 19:33:45 +0000 Received: by gya6 with SMTP id 6so1722896gya.0 for ; Wed, 21 Sep 2011 12:33:45 -0700 (PDT) MIME-Version: 1.0 Received: by 10.236.123.77 with SMTP id u53mr8404553yhh.5.1316633625028; Wed, 21 Sep 2011 12:33:45 -0700 (PDT) Received: by 10.236.203.135 with HTTP; Wed, 21 Sep 2011 12:33:44 -0700 (PDT) In-Reply-To: <20110921190419.542512461A9@ruffy.mtv.corp.google.com> References: <20110921190419.542512461A9@ruffy.mtv.corp.google.com> Date: Wed, 21 Sep 2011 20:28:00 -0000 Message-ID: Subject: Re: Rename "info definitions"? From: Matt Rice To: Doug Evans Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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: 2011-09/txt/msg00400.txt.bz2 On Wed, Sep 21, 2011 at 12:04 PM, Doug Evans wrote: > Hi. > > I was wondering if it's not too late to rename "info definitions", > or better delete it and enhance "info macros" to replace it. > I look at "info definitions" and think "Definitions of what? =A0That coul= d be > anything." and then I find out what it refers to, look at both > "info macros" and "info definitions", and wish I didn't have to > think about when to use which one. > IMO not too late since its never hit a tar ball in fact I'd tried to merge info macros/info definitions but the resulting command would have 2 optional arguments, and be fairly difficult to comprehend. now that I think about it maybe add an optional arg to 'info macro' replace `info definitions MACRO' with 'info macro -all MACRO' ?