DONE Is this o-b-comint code mac-specific?

  • State "DONE" from "PROPOSED" 2010-06-07 Mon 12:57
  • State "PROPOSED" from "" 2010-03-17 Wed 23:59
(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".