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: how to format an error?


> On Sun, 13 Jan 2002, Andrew Cagney wrote:
> 
> 
>> Given the attached, which is the correct way of formatting an error message:
>> 
>> This is an error message.
>> this is an error message.
>> This is an error message
>> this is an error message
> 
> 
> I suggest the last variant.  It goes with the GNU coding standards
> except for the capitalization.  But capitalization is
> language-specific (e.g., in German, all nouns are capitalized), and it
> was recently discovered in Emacs development that a 100% adherence to
> the capitalization rule you cited produces wrong results in some
> cases.  Most of the messages don't need caps, so I think losing that
> is the best alternative which is simple enough to adher to.


Wouldn't the gettext stuff let the german translator do this?  The 
translator certainly isn't required to follow the capitalization 
convention used in the Australian English version.

Anyway, we agree on one thing - the trailing fullstop.  I'll ARI that :-)

Andrew

http://www.gnu.org/prep/standards_15.html#SEC15
http://www.gnu.org/prep/standards_30.html#SEC30



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