[prev in list] [next in list] [prev in thread] [next in thread] 

List:       ess-help
Subject:    Re: [ESS] ess eval invisibly only for large blocks
From:       Vitalie Spinu <spinuvit.list () gmail ! com>
Date:       2011-03-17 17:03:39
Message-ID: cpnr5a5y904.fsf () gmail ! com
[Download RAW message or body]

Thomas Alexander Gerds <tag@biostat.ku.dk> writes:

> 
> so, today ess-tracebug has almost solved my problem. the thing is that
> when evaluating a longer R-function which includes many of folds
> 
> ,----
> > ...
> > # }}}
> > # {{{  confidence intervals
> > ...
> `----
> 
> then R shows this:
> 
> ,----
> > + ... ++ ... ++ ... ++ ... ++ ... ++ ... ++ ... ++ ... ++ ... ++ ... ++ ... ++ \
> > ... ++ ... ++ ... ++ ... ++ ... ++ + + + + + + ... ++ + + + + + + + + + + + + + + \
> > + ... ++ + + + + + ... ++ + + + + + + + + + + + + + + + + + + + + + + + + + ... \
> > +> 
> `----
> 

Wow, that's a long block!.

Emacs splits the process input in pieces, and each + ... + stands for one
such a piece. It is possible to replace consecutive + ... + , but would
unnecessary complicate the code.

Instead, you can use your own shorter replacement string - ".+", ".+\n" or
even empty "" which will get rid of all the +s altogether:

(setq ess-long+replace "")

Vitalie.

______________________________________________
ESS-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/ess-help


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic