Re: [r6rs-discuss] backslash-linefeed indentation

2007-10-15 Thread r6rsguy
I just got R6RS printed and bound. As I was paging through it, I noticed something I had noticed before. > From: Michael Sperber <[EMAIL PROTECTED]> > Cc: r6rs-discuss@lists.r6rs.org > > [EMAIL PROTECTED] writes: > > > Should not (page 13) > > > >-> ... > > | \ > >-> > > | >

Re: [r6rs-discuss] backslash-linefeed indentation

2007-08-02 Thread Michael Sperber
[EMAIL PROTECTED] writes: > Am I right in thinking that the intention of the change > described there is that > > (string=? "This is\ > \ a string" "This is \ > a string" "This is a string") > > must be true? (The response to comment #9 [1] confuses me.) Yes. > Shoul

Re: [r6rs-discuss] backslash-linefeed indentation

2007-07-20 Thread r6rsguy
> ... and probably fell between the cracks. I hate to say the same thing twice, but the lack of any reply at all makes me worry that this simple bug fix has been lost in the infinitely more interesting philosophical discussion that followed Dr. Clingers's Essay. For reasons I understand not at al

Re: [r6rs-discuss] backslash-linefeed indentation

2007-07-20 Thread r6rsguy
> ... and probably fell between the cracks. I hate to say the same thing twice, but the lack of any reply at all makes me worry that this simple bug fix has been lost in the infinitely more interesting philosophical discussion that followed Dr. Clingers's Essay. >From R5.97RS (page 13) -> ...

[r6rs-discuss] backslash-linefeed indentation

2007-07-09 Thread r6rsguy
I have long been annoyed that Scheme does not allow a program to be indented without changing its meaning, and was working on a comment to fix that, when I noticed that (I think) it has already been done in formal comment #9. Am I right in thinking that the intention of the change described there