This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Questions about gdb and gettext


>>>>> "Andrew" == Andrew Cagney <ac131313@cygnus.com> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]