bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#10486: Patch: Fix case in identifiers starting sentences in doc/r5rs


From: Mark H Weaver
Subject: bug#10486: Patch: Fix case in identifiers starting sentences in doc/r5rs/r5rs.texi
Date: Thu, 02 Feb 2012 09:30:42 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux)

Andy Wingo <address@hidden> writes:

> On Thu 12 Jan 2012 17:11, Bake Timmons <address@hidden> writes:
>
>> The GNU coding standards advise sticking with proper case for
>> identifiers, even if the identifier starts with a lowercase letter and
>> appears at the beginning of a sentence.
>>
>> The Guile manual seems to follow this convention, with the exception of
>> r5rs.texi, hence the attached patch.
>
> Applied, thanks.  Note that as R5RS is a historical document, we
> probably won't be accepting textual changes to this file, though you
> probably knew that already.

Note that according to the R5RS, identifiers are not case sensitive, so
e.g. 'Let*' is no less correct than 'let*'.  In that context, it does
not make sense to say "the identifier starts with a lowercase letter".
Also, as Andy notes, it is an historical document.

I would advocate reverting this patch.

    Thanks,
      Mark





reply via email to

[Prev in Thread] Current Thread [Next in Thread]