From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29326 invoked by alias); 12 Aug 2004 04:00:32 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 29317 invoked from network); 12 Aug 2004 04:00:31 -0000 Received: from unknown (HELO aragorn.inter.net.il) (192.114.186.23) by sourceware.org with SMTP; 12 Aug 2004 04:00:31 -0000 Received: from zaretski ([80.230.159.46]) by aragorn.inter.net.il (MOS 3.4.6-GR) with ESMTP id EDZ63421; Thu, 12 Aug 2004 07:00:27 +0300 (IDT) Date: Thu, 12 Aug 2004 04:00:00 -0000 From: "Eli Zaretskii" To: Andrew Cagney Message-Id: <3791-Thu12Aug2004065734+0300-eliz@gnu.org> CC: gdb@sources.redhat.com In-reply-to: <411A5D3B.9000104@gnu.org> (message from Andrew Cagney on Wed, 11 Aug 2004 13:54:03 -0400) Subject: Re: i18n mark-up Reply-to: Eli Zaretskii References: <41153799.3080306@gnu.org> <1190-Sun08Aug2004065623+0300-eliz@gnu.org> <411643D6.6030607@gnu.org> <2914-Sun08Aug2004222006+0300-eliz@gnu.org> <411A5D3B.9000104@gnu.org> X-SW-Source: 2004-08/txt/msg00192.txt.bz2 > Date: Wed, 11 Aug 2004 13:54:03 -0400 > From: Andrew Cagney > > >>> Date: Sun, 08 Aug 2004 11:16:38 -0400 > >>> From: Andrew Cagney > >>> > >>> Well, almost. We've still got the tinyiest of tasks of marking up GDB's > >>> source with those _() macros :-) > > > > > > Doesn't gettext have some tool to do that? > > I don't know, I've never done this before - hence me asking. Take a look at the gettext manual here: http://www.gnu.org/software/gettext/manual/html_chapter/gettext_3.html#SEC17 It seems like they suggest to do it semi-manually with the PO-Mode package for Emacs.