[ESS] ess-remote double echo

Ross Boylan ross at biostat.ucsf.edu
Sat Feb 15 01:42:13 CET 2014


I recently updated ESS from git (13.09-2 [git: 
a33a2f9e06185a225af7d72ea3896cfd260e455e]) and notice that ess-remote, 
in R mode, is echoing commands that I send with C-c C-n twice.  I don't 
think that used to be case, though I'm not sure.  I think this used to 
happen if I was in shell model and never executed ess-remote, with the 2 
lines of options it sets.  But this is happening even after I do ess-remote.

Is there a way to get rid of the clutter?

Sample transcript:

ross at n4:~/KHC/sunbelt$ date; ./rmpilaunch
Fri Feb 14 15:45:38 PST 2014
master (rank 0, comm 1) of size 7 is running on: n4
slave1 (rank 1, comm 1) of size 7 is running on: n4
slave2 (rank 2, comm 1) of size 7 is running on: n4
slave3 (rank 3, comm 1) of size 7 is running on: n5
slave4 (rank 4, comm 1) of size 7 is running on: n5
slave5 (rank 5, comm 1) of size 7 is running on: n5
slave6 (rank 6, comm 1) of size 7 is running on: n5
> options(pager='cat')
options(pager='cat')
> options(STERM='iESS', str.dendrogram.last="'", editor='emacsclient', show.error.locations=TRUE)
options(STERM='iESS', str.dendrogram.last="'", editor='emacsclient', show.error.locations=TRUE)
>     source("dbox-common.R")
     source("dbox-common.R")
>     source("dbox-master.R")
     source("dbox-master.R")
>     mpi.bcast.Robj2slave(stemcell)
     mpi.bcast.Robj2slave(stemcell)

I'm using ESS straight from source; I notice the 13.09-1 release notes say something about binaries
Changes / Selected Bug Fixes in 13.09-1:
    * ess-remote and TRAMP: R support code is now downloaded in binary
      form instead of being injected from local machine.
so maybe I need to do more than just use the source?

Ross Boylan



More information about the ESS-help mailing list