[ESS-bugs] ess-mode 5.3.5; M-x R messes up RET in new shells

Stephen Eglen S.J.Eglen at damtp.cam.ac.uk
Wed Dec 26 23:40:42 CET 2007


[this got caught by ess-bugs, so resending it]

 > I think it is a combination of:
 > (1) M-x R causing subsequent new shells to use Windows eol sequences
 >   carriage return-line feed
 > (2) bash not accepting windows eol sequences.

Would it have anything to do with the following in the defun for R?



 ;;Micro$ ?: default-process-coding-system ;-breaks UTF locales on Unix:
    (if ess-microsoft-p
	(setq default-process-coding-system '(undecided-dos . undecided-dos)))



To test this, try commenting out that if statement within M-x R (found
in essd-r.el).



More information about the ESS-bugs mailing list