[ESS] ess-eval-chunk-and-go does not work as expected

Vinh Nguyen vqnguyen at uci.edu
Tue Oct 6 17:04:54 CEST 2009


put the following in .emacs:

;; ESS fix: since emacs 23, C-c M-r sends code but sometime does not
go to the end of the R session buffer (stays midway).  this fixes it.
(setq comint-scroll-to-bottom-on-input t)
(setq comint-scroll-to-bottom-on-output t)
(setq comint-move-point-for-output t)


On Tue, Oct 6, 2009 at 4:54 AM,  <svga at arcor.de> wrote:
> Dear list,
>
> I use Emacs 23.1.1, ESS 5.4 and R 2.9.2 under Linux Ubuntu and Windows XP. I noticed that the command "ess-eval-region-and-go" and "ess-eval-chunk-and-go" does not work as under Emacs 22: When executing one of these two functions the cursor in the *R* process buffer does not always appear at the bottom, instead often the cursor appears in the middle of the buffer.  I haven't figure out a systematic here, but maybe some other users have observed a similar behavior.
>
> Regards, Sven
>
> ______________________________________________
> ESS-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/ess-help
>



More information about the ESS-help mailing list