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.


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