[ESS-bugs] ess-mode 5.3.5; M-x R messes up RET in new shells
Tim Hesterberg
timh at insightful.com
Fri Dec 21 00:56:06 CET 2007
I can create a new shell using M-x shell, and it works fine.
If I run
M-x splus80
I can still create a new shell and it works fine.
But, if I now run
M-x R
then when I start a new shell I can't use it; it seems that at "\r"
is appended to any command that I give:
$ pwd
bash: $'pwd\r': command not found
I have reproduced this an an emacs started with -no-init-file
[ess-site.el]: ess-customize-alist=nil
[ess-site.el _2_]: ess-customize-alist=nil
(Sqpe): ess-sqpe-versions-create making M-x defun splus80 for c:/progra~1/Insightful/splus80
(R): ess-rterm-versions-create making M-x defuns for c:/Progra~1/R/R-2.5.0/bin/Rterm.exe c:/Progra~1/R/R-2.6.1/bin/Rterm.exe
(R): ess-dialect=nil, buf=*scratch*, start-arg=nil
current-prefix-arg=nil
(inferior-ess 0): ess-start-args=--ess
ess-setq-vars-default 0: ess-language=Initial, -dialect=nil, buf=nil, comint..echoes=nil, comint..sender=comint-simple-send
ess-setq-vars-default 1: ess-language=S, -dialect=R, buf=nil, comint..echoes=nil, comint..sender=comint-simple-send
(inf-ess 1): lang=S, dialect=R, tmp-dialect=R, buf=*scratch*
(inf-ess 1.1): procname=R temp-dialect=R, buf-name=*R*
Emacs : GNU Emacs 22.1.1 (i386-mingw-nt5.1.2600)
of 2007-06-02 on RELEASE
Package: ess-mode 5.3.5
current state:
==============
(setq
ess-language "S"
ess-dialect "R"
ess-ask-for-ess-directory t
ess-ask-about-transfile nil
ess-directory nil
ess-keep-dump-files "always"
ess-source-directory "C:\\DOCUME~1\\timh\\LOCALS~1\\Temp"
)
More information about the ESS-bugs
mailing list