[racket] CRLF indicator in bottom right of DrRacket

2012-03-13 Thread Harry Spier
Dear list members, When I open one of the files I'm editing in DrRacket there is a CRLF displayed with an orange background in the lower right side of DrRacket just before the current line and column numbers.. This only happens with this one file. When I open other files the CRLF indicator

Re: [racket] CRLF indicator in bottom right of DrRacket

2012-03-13 Thread Robby Findler
When you see that, it means that DrRacket is going to write the line breaks in the editor as \r\n instead of just using \n. DrRacket goes into that mode when it opens the file and finds a file that is both non-empty and all line breaks are \r\n line breaks (ie if there are both crlf and other