Re: [racket] Problem with Racket REPL and pasting

2010-09-20 Thread Eli Barzilay
On Sep 19, Danny Yoo wrote: > > Quick experiment: I opened up a new Command Prompt terminal. Ran > mzscheme, and then wrote the following at the REPL: > > > (let loop () (printf "~s\n" (read-byte)) (loop)) > > I pressed enter. I saw the following: > > 13 > 10 > > which is slightly unexpected

Re: [racket] Problem with Racket REPL and pasting

2010-09-19 Thread Danny Yoo
> No clue why "M" is being introduced into the stream.  There's > something in the handling of newlines at the Windows console > interactive REPL that is funky. Note: when I'm using cygwin's bash console, I don't see the error. I've only been able to replicate what you're seeing with the Command

Re: [racket] Problem with Racket REPL and pasting

2010-09-19 Thread Danny Yoo
> But if I copy and paste in the same expression, I get an error: >> (+ 1 2 >    3) > reference to undefined identifier: R Confirmed: I can see similar behavior in DrScheme 4.2.5 when I copy-and-paste in Windows 7: ### C:\Program F