From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8034 invoked by alias); 6 Jun 2002 19:44:17 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 8002 invoked from network); 6 Jun 2002 19:44:15 -0000 Received: from unknown (HELO takamaka.int.act-europe.fr) (216.232.80.70) by sources.redhat.com with SMTP; 6 Jun 2002 19:44:15 -0000 Received: by takamaka.int.act-europe.fr (Postfix, from userid 507) id 9011389FBA; Thu, 6 Jun 2002 12:44:15 -0700 (PDT) Date: Thu, 06 Jun 2002 12:44:00 -0000 From: Joel Brobecker To: Don Howard Cc: gdb-patches@sources.redhat.com Subject: Re: Disable redefinition of built-in commands. Message-ID: <20020606124415.J2134@gnat.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from dhoward@redhat.com on Thu, Jun 06, 2002 at 12:02:13PM -0700 X-SW-Source: 2002-06/txt/msg00100.txt.bz2 > + error ("Redefinition of built-in commands is not supported."); My understanding from the discussion regarding this issue is that there is no real point in redefining a built-in command, so I guess this "feature" will probably never be (properly) implemented. If I am correct, I suggest we change the wording to "[...] is not allowed". -- Joel