From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6747 invoked by alias); 5 May 2006 22:50:38 -0000 Received: (qmail 6734 invoked by uid 22791); 5 May 2006 22:50:37 -0000 X-Spam-Check-By: sourceware.org Received: from nile.gnat.com (HELO nile.gnat.com) (205.232.38.5) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 05 May 2006 22:50:33 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-nile.gnat.com (Postfix) with ESMTP id 2154048CC0E for ; Fri, 5 May 2006 18:50:30 -0400 (EDT) Received: from nile.gnat.com ([127.0.0.1]) by localhost (nile.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 27257-01-3 for ; Fri, 5 May 2006 18:50:29 -0400 (EDT) Received: from takamaka.act-europe.fr (s142-179-108-108.bc.hsia.telus.net [142.179.108.108]) by nile.gnat.com (Postfix) with ESMTP id CF15B48CC0A for ; Fri, 5 May 2006 18:50:29 -0400 (EDT) Received: by takamaka.act-europe.fr (Postfix, from userid 507) id EF9CA47E7F; Fri, 5 May 2006 15:50:28 -0700 (PDT) Date: Fri, 05 May 2006 22:50:00 -0000 From: Joel Brobecker To: gdb-patches@sources.redhat.com Subject: Re: [RFA] Add "del" as alias to "delete" Message-ID: <20060505225028.GC1042@adacore.com> References: <20060406162400.GK1055@adacore.com> <20060406163009.GA29559@nevyn.them.org> <20060406183733.GB800@adacore.com> <20060505202235.GV31029@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060505202235.GV31029@nevyn.them.org> User-Agent: Mutt/1.4i Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-05/txt/msg00121.txt.bz2 > > Attached is a first attempt. I ended up writing a new testcase for it, > > so we can collect all aliases of "delete" in that testcase. Hope it was > > ok. This testcase causes 1 FAIL without the patch above. > > This testcase is OK, if you want to commit it. There's also a "d" > alias, if you want to test that too - although it's already covered by > "help d" in help.exp, which I updated today. Thanks. It has been checked in. I think an extra test is going to be cleaner, so I'll add it now and submit a new patch momentarily. -- Joel