[ESS] scroll along
Vitalie Spinu
spinuvit at gmail.com
Tue Mar 26 12:31:08 CET 2013
Hi Andreas,
If I understand you correctly, you want to jump to the end of block in
org-mode file after C-c C-c . Then this is an org-mode issue. I am not
an org-mode expert but it is quite likely that you might find an
option/hook for that. You probably should ask on org-mode help list.
Best,
Vitalie.
>> Andreas Leha <andreas.leha at med.uni-goettingen.de>
>> on Tue, 26 Mar 2013 10:45:53 +0100 wrote:
> Hi all,
> it seems that my attachment got stripped. So here I post again, with
> the attachment now fully inlined. Sorry for the double-posting.
> I would like to enable scroll along, but I seem to fail.
> Attached is an *.org file. When I execute the #+call lines (C-c C-c)
> one after the other and have the attached session buffer open, I'd like
> the point to 'stay' (or move to) the bottom always. Is that possible?
> Here are my relevant(?) settings for ess:
> #+begin_src elisp
> ;;; ess scroll along
> (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)
> #+end_src
> What should I do to get my desired behaviour?
> Many thanks in advance!
> Regards,
> Andreas
> PS: the org file to test:
> #+PROPERTY: session *mysession*
> * Call Code Block
> #+call: some_code() :results none
> #+call: some_code() :results none
> #+call: some_code() :results none
> #+call: some_code() :results none
> * Code Blocks
> #+name: some_code
> #+begin_src R
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> x <-1
> #+end_src
> ______________________________________________
> ESS-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/ess-help
More information about the ESS-help
mailing list