[ESS] Removing extra > when evaluating region

Jeremie Juste jerem|eju@te @end|ng |rom gm@||@com
Fri Nov 26 19:19:08 CET 2021


Hello,

I would like to remove the extra > and + generated when evaluating
a region, with ess-eval-visibly set to nil.  I saw issue #576 on github
and tried to set inferior-ess-replace-long+ to `strip` but I still get
misalignement as shown in the example below.

I favour the right alignment when prinint over any information that the
repetition of the primary and secondary prompt provide.

  (setq ess-eval-visibly nil)


I'm using ess-version: 18.10.3snapshot [elpa: 20211122.1708] (loaded
from /home/djj/.emacs.d/elpa/ess-20211122.1708/).

Any help would be greatly appreciated

Best regards,
Jeremie



# file test.R
library(data.table)
acbi <- function(){

}

acbi <- function(){

}


aa <- data.frame(a=1:10,b=letters[1:10])
aa



> + + > > > > + + > > > > > >     a b
1   1 a
2   2 b
3   3 c
4   4 d
5   5 e
6   6 f
7   7 g
8   8 h
9   9 i
10 10 j



More information about the ESS-help mailing list