DONE Is this o-b-comint code mac-specific?
- State "DONE" from "PROPOSED"
- State "PROPOSED" from ""
(replace-regexp-in-string "\n" "\r\n" (regexp-quote ,full-body)) string-buffer))
if it is either Mac or langauge specific, then it was probably required at some point. I'll replace "\n\r" with "[\n\r]+" so that it won't break any instance where the comint process returns "\n" instead of "\n\r".