WORKAROUND: Yanking text copied from terminal window turns line breaks in ^M's

2007-06-22 Thread Steve Revilak
== I'd like to give a workaround for the bug report appearing at http://lists.gnu.org/archive/html/emacs-pretest-bug/2006-12/msg00473.html It appears the culprit was a (setq inhibit-eol-convertion t) buried in one of my ~/.elisp

Yanking text copied from terminal window turns line breaks in ^M's

2006-12-16 Thread Steve Revilak
== When copying text from a Terminal window and yanking it into an emacs buffer, line breaks are represented as ^M characters. After yanking, one must use M-x replace-string Ctrl-Q Ctrl-M RETURN Ctrl-Q Ctrl-J RETURN To correct