Java Mailing List Archive

http://www.r-help.com/

Home » Home (12/2007) » R Help for Statistical Computing »

Re: [R] kate editor for R

Marc Schwartz

2007-01-19

Replies:

On Fri, 2007-01-19 at 07:12 -0600, Frank E Harrell Jr wrote:

<snip>

> Scrolling of the R output
> window is a little more logical in kate than in ESS. I find myself
> having to type Esc-shift-> often in ESS/Emacs to get to the bottom of
> the R output but kate puts the cursor at the bottom.

<snip>

Frank,

On the last point about getting the R output to scroll to the bottom,
put the following in your ~/.emacs file in the "custom-set-variables"
section:

...

'(comint-move-point-for-output (quote others))

...


That will cause the R buffer to scroll to the bottom of the output,
while leaving other buffers unaltered.

HTH,

Marc

______________________________________________
R-help@(protected)
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.
©2008 r-help.com - Jax Systems, LLC, U.S.A.