On 7/19/12, David A. Wheeler <dwhee...@dwheeler.com> wrote:
> Alan Manuel Gloria:
>> Heya, looked at commit c94afdb0b89b1c1e2b8ec26111aef68308d59bd2,
>
> Awesome, and thanks.  I'm a big believer in peer review.
>
>
>> This seems different, shouldn't that be:
>>
>> +    (if (or (char-whitespace? char) (eqv? #\newline char))
>> +        (list qt)
>> +        (list qt (sugar-read-save port)))))
>
> I don't think so; char-whitespace?(#\newline) returns #t, so the extra "or"
> would be useless.  R5RS says, "The whitespace characters are space, tab,
> line feed, form feed, and carriage return."
> (http://www.schemers.org/Documents/Standards/R5RS/HTML/ ).

AH, sorry, I confused char-horiz-whitespace? with char-whitespace?  My bad.

Sincerely,
AmkG

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Readable-discuss mailing list
Readable-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/readable-discuss

Reply via email to