how to format an error?
Andrew Cagney
ac131313@cygnus.com
Sat Feb 2 08:09:00 GMT 2002
> 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
More information about the Gdb
mailing list