:)
Luc
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clo...@googlegroups.com
> Note that posts from new members are moderated - please be patient with your first post.
> To unsubscribe from this group, send email to
> clojure+u...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
--
Softaddicts<lprefo...@softaddicts.ca> sent by ibisMail!
Or use a Windows-native editor.
;)
\n in Java and Clojure is just line feed.
The Windows line ending is \r\n.
println and similar now use the platform appropriate line ending. This was changed some time ago.
Emacs displays ^M if you have a mix of \n and \r\n in the same buffer.
--
Dave