[ESS] Is there a way to continue using emacs while C-c C-r ess-eval-region is running?

Vitalie Spinu spinuvit at gmail.com
Thu Apr 19 21:47:39 CEST 2012


It's not technically a bug. It's just a limitation of the visual
execution of your code. ESS has to wait for each line for you to have
the benefit of seeing the lines as they are executed. If you do the {..}
trick you don't have that benefit anymore. So you might consider just
setting ess-eval-visibly-p to nil and forget about the issue. It's also
much faster this way.

>>>> regcl <regcl at channing.harvard.edu>
>>>> on Thu, 19 Apr 2012 15:28:03 -0400 wrote:

  > Rodney wrote:
  >> This may be a variant of previously reported bug.  Does it help if you 
  >> submit regions that are encased in brackets, i.e. {}?

  > Yes it does. Thanks.  

  > regcl

  >> regcl wrote:
  >>> C-c C-r, bound to ess-eval-region, locks emacs until the evaluation is complete.
  >>> 
  >>> This is annoying because my blocks of code take a long time to complete.
  >>> 
  >>> Is there a way to continue using emacs while C-c C-r ess-eval-region is running?
  >>> 
  >>> Using: GNU Emacs 24.0.93.1 & ess-12.04.
  >>> 
  >>> Thanks
  >>> regcl

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



More information about the ESS-help mailing list