From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12144 invoked by alias); 24 Jun 2002 22:12:25 -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 12112 invoked from network); 24 Jun 2002 22:12:22 -0000 Received: from unknown (HELO gash2.peakpeak.com) (207.174.178.17) by sources.redhat.com with SMTP; 24 Jun 2002 22:12:22 -0000 Received: from fleche.redhat.com (ta0197.peakpeak.com [204.144.244.197] (may be forged)) by gash2.peakpeak.com (8.9.3/8.9.3) with ESMTP id QAA32151 for ; Mon, 24 Jun 2002 16:12:17 -0600 Received: by fleche.redhat.com (Postfix, from userid 1000) id 106964F80AA; Mon, 24 Jun 2002 16:25:28 -0600 (MDT) To: Andrew Cagney Cc: Gdb List Subject: Re: Questions about gdb and gettext References: <87bsa1pvtv.fsf@fleche.redhat.com> <3D163E9A.1000106@cygnus.com> <874rftnu4x.fsf@fleche.redhat.com> <3D174481.3040108@cygnus.com> From: Tom Tromey Reply-To: tromey@redhat.com X-Attribution: Tom X-Zippy: I love ROCK 'N ROLL! I memorized the all WORDS to ``WIPE-OUT'' in 1965!! Date: Mon, 24 Jun 2002 15:12:00 -0000 In-Reply-To: <3D174481.3040108@cygnus.com> Message-ID: <877kkojovb.fsf@fleche.redhat.com> User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-06/txt/msg00232.txt.bz2 >>>>> "Andrew" == Andrew Cagney writes: Tom> char *first_setline, Tom> char *first_showline, Tom> char *rest_of_docs, Andrew> I considered something like this but shyed away from it. I Andrew> don't know enough about international languages to trust that Andrew> it is legitimate [I suspect it is]. To be honest, I don't know either. There's a lot of languages out there. Andrew> What about having the three: Andrew> set_doc Andrew> show_doc Andrew> sup_doc Andrew> (i.e. don't restrict it to the first line?). Suppose I'm marking strings. What would I put into sup_doc? Another choice would be to have "help show foo" print a single line and then say "Use `help set foo' to get more information on this variable". What do you think of that? Tom