From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10485 invoked by alias); 7 Nov 2012 16:10:59 -0000 Received: (qmail 10472 invoked by uid 22791); 7 Nov 2012 16:10:57 -0000 X-SWARE-Spam-Status: No, hits=-4.5 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout21.012.net.il (HELO mtaout21.012.net.il) (80.179.55.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 07 Nov 2012 16:10:52 +0000 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0MD400100KRV8G00@a-mtaout21.012.net.il> for gdb-patches@sourceware.org; Wed, 07 Nov 2012 18:10:21 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MD4001F5KX98Z00@a-mtaout21.012.net.il>; Wed, 07 Nov 2012 18:10:21 +0200 (IST) Date: Wed, 07 Nov 2012 16:10:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH] partial fix PR 14777: Add abbrev cmd 'fo' for 'forward-search'. In-reply-to: <1352293267-6640-1-git-send-email-yao@codesourcery.com> To: Yao Qi Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83y5id1jiq.fsf@gnu.org> References: <1352293267-6640-1-git-send-email-yao@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: 2012-11/txt/msg00151.txt.bz2 > From: Yao Qi > Date: Wed, 7 Nov 2012 21:01:07 +0800 > > (gdb) fo > Ambiguous command "fo": focus, forward-search. > > which is inconsistent to the doc about command 'forward-search' that > "abbreviate the command name as fo". > > We can fix this problem in two ways, either remove this line above > from the doc or define "fo" as the abbreviated command of > 'forward-search'. IMO, latter is better, so this is what this patch > does. Fine with me, thanks.