From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28730 invoked by alias); 21 Apr 2004 22:22:23 -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 28702 invoked from network); 21 Apr 2004 22:22:22 -0000 Received: from unknown (HELO localhost.redhat.com) (24.157.170.238) by sources.redhat.com with SMTP; 21 Apr 2004 22:22:22 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id E88152B9D; Wed, 21 Apr 2004 18:22:11 -0400 (EDT) Message-ID: <4086F413.4050609@gnu.org> Date: Wed, 21 Apr 2004 22:22:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-GB; rv:1.4.1) Gecko/20040217 MIME-Version: 1.0 To: Jason Molenda Cc: gdb-patches@sources.redhat.com, Daniel Jacobowitz Subject: Re: [rfc] Bug fixes for CLI "show" command References: <20040419200005.GA16011@nevyn.them.org> <40855F1E.9080906@gnu.org> <8CADE7C7-93DD-11D8-89EF-000A9569836A@apple.com> In-Reply-To: <8CADE7C7-93DD-11D8-89EF-000A9569836A@apple.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2004-04/txt/msg00509.txt.bz2 > Hi Andrew, > > On Apr 20, 2004, at 10:34 AM, Andrew Cagney wrote: > >>> - ui_out_field_string (uiout, "prefix", list->prefixname + 5); >>> - cmd_show_list (*list->prefixlist, from_tty, list->prefixname + 5); >>> + char *new_prefix = strstr (list->prefixname, "show ") + 5; >> >> >> This is no better - i18n. > > > I don't understand - is there actual intention to internationalize the gdb commands themselves? When we talk about i18n'ing gdb, my reaction would be internationalizing the _output messages_ -- the errors, the warnings, the help text. Do you mean to say that it's a goal of yours to support something like Ah (no), in that case never mind. Andrew