From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15085 invoked by alias); 11 Feb 2007 18:09:02 -0000 Received: (qmail 15070 invoked by uid 22791); 11 Feb 2007 18:09:01 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Sun, 11 Feb 2007 18:08:57 +0000 Received: from drow by nevyn.them.org with local (Exim 4.63) (envelope-from ) id 1HGJ8B-0006Ns-6n; Sun, 11 Feb 2007 13:08:55 -0500 Date: Sun, 11 Feb 2007 18:09:00 -0000 From: Daniel Jacobowitz To: gdb@sourceware.org, gdb@sources.redhat.com Subject: Re: Special characters in doc strings of GDB commands Message-ID: <20070211180855.GA24482@nevyn.them.org> Mail-Followup-To: gdb@sourceware.org, gdb@sources.redhat.com References: <20070210204729.GA29601@nevyn.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.13 (2006-08-11) X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-02/txt/msg00075.txt.bz2 On Sun, Feb 11, 2007 at 06:13:34AM +0200, Eli Zaretskii wrote: > > Date: Sat, 10 Feb 2007 15:47:29 -0500 > > From: Daniel Jacobowitz > > Cc: gdb@sources.redhat.com > > > > Isn't this whole mechanism horribly i18n-unfriendly already? Perhaps > > we should just change it... > > But how to change that? Any ideas? I haven't thought about it. Probably we'd have to add an additional argument to everywhere that registers a command, to provide the string explicitly. I'm not thrilled with the idea of duplicating that much text though! -- Daniel Jacobowitz CodeSourcery From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15086 invoked by alias); 11 Feb 2007 18:09:04 -0000 Received: (qmail 15069 invoked by uid 22791); 11 Feb 2007 18:09:01 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Sun, 11 Feb 2007 18:08:57 +0000 Received: from drow by nevyn.them.org with local (Exim 4.63) (envelope-from ) id 1HGJ8B-0006Ns-6n; Sun, 11 Feb 2007 13:08:55 -0500 Date: Sun, 11 Feb 2007 20:17:00 -0000 From: Daniel Jacobowitz To: gdb@sourceware.org, gdb@sources.redhat.com Subject: Re: Special characters in doc strings of GDB commands Message-ID: <20070211180855.GA24482@nevyn.them.org> Mail-Followup-To: gdb@sourceware.org, gdb@sources.redhat.com References: <20070210204729.GA29601@nevyn.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.13 (2006-08-11) X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-02/txt/msg00076.txt.bz2 Message-ID: <20070211201700.o_5EzOmETMDTDjJLk30nErKgnDVrGwrj_GNiGHir25U@z> On Sun, Feb 11, 2007 at 06:13:34AM +0200, Eli Zaretskii wrote: > > Date: Sat, 10 Feb 2007 15:47:29 -0500 > > From: Daniel Jacobowitz > > Cc: gdb@sources.redhat.com > > > > Isn't this whole mechanism horribly i18n-unfriendly already? Perhaps > > we should just change it... > > But how to change that? Any ideas? I haven't thought about it. Probably we'd have to add an additional argument to everywhere that registers a command, to provide the string explicitly. I'm not thrilled with the idea of duplicating that much text though! -- Daniel Jacobowitz CodeSourcery