readline added by AlfredENeuman on Fri Jul 8 00:36:29 2016
What my prompt looks like normally, this is OK: #;2> (let iter () iter iter iter iter iter iter iter) As the prompt gets too wide, it truncates the beginning of the line, this is also OK: < iter iter iter iter iter iter iter iter iter iter iter) But! when I finally hit enter, the line that shows up in the log is still the truncated line, which makes copying and pasting what I just typed a pain in the ass: < iter iter iter iter iter iter iter iter iter iter iter) #<procedure (?)> #;4> Still truncated. The way I've been getting around this is by going back to my last line, quoting the whole thing, and then copying it that way.