emacs-ess / ESS

Emacs Speaks Statistics: ESS
https://ess.r-project.org/
GNU General Public License v3.0
620 stars 162 forks source link

ess-remote does not recenter shell buffer after line sent #1266

Open aramirezreyes opened 12 months ago

aramirezreyes commented 12 months ago

When using R locally, after sending something to the R process via C + RET, the last line of the buffer containing the R process goes to the centre (like doing C + l) on the window containing said buffer. When doing the same but using ess-remote, this does not happen. The last line of the buffer remains in the bottom, and the output is cut short.

What would it take to implement a similar behavior?

image