[ESS] scroll along

Andreas Leha andreas.leha at med.uni-goettingen.de
Tue Mar 26 20:08:09 CET 2013


Hi Frede,

Frede Aakmann Tøgersen <frtog at vestas.com> writes:

> Hi Vitalie
>
> First of all thank you for your great work on ESS.
>
> I probably misunderstood Andreas.
No, you didn't.

> What I'm seeing is that C-c C-c do
> move the cursor to the next block in the script file (*.R). However I
> would also like to see that the cursor in the inferior ESS buffer (*R*
> buffer) goes to the last line and scroll if necessary. That way I can
> see if any errors occurs. Is there any way to do that? I do have
This works for me.  I have these settings:

(setq comint-scroll-to-bottom-on-input t)
(setq comint-scroll-to-bottom-on-output t)
(setq comint-move-point-for-output t)
(setq comint-scroll-show-maximum-output t)

> I'll find a way to
> update ESS and see if that helps.
I am using ess 13.03 [<unknown>], but I do not know, when that started
working for me.  So maybe the update would help indeed.

[...]

Regards,
Andreas



More information about the ESS-help mailing list