STARTED point should go to end of comint buffer after execution
- State "STARTED" from "TODO"
NB the variable comint-scroll-to-bottom-on-output
At the moment it seems that point goes to the end when the comint window is visible, but stays where it is when it is not.
shell
echo hello
R
OK, except for very first evaluation in a session which leaves point floating.
cat("hello\n")
python
Same as for R.
'goodbye'
ruby
Fine, no problem.
'goodbye'