Strings exported from a module have changed line breaks
- by Jesse Millikan
In a DrScheme project, I'm using a MrEd editor-canvas% with text% and inserting a string from a literal in a Scheme file. This results in an extra blank line in the editor for each line of text I'm trying to insert.
I've tracked this down to the apparent fact that string literals from outside modules are getting extra line breaks. Here's a full…