[R-gui] Emacs ESS automatic start with split windows

Jonas Stein news at jonasstein.de
Fri Mar 27 21:31:23 CET 2009


Hi,

if i run 
emacs test.py 
emacs starts with a split window. The upper buffer is an editor the one
below is the interpreter. 

I want the same for R, when i run emacs test.R

My ESS settings are now:

=====================================
/.emacs.d$ cat ess.el

;; ESS --------------------
;; http://www.emacswiki.org/cgi-bin/wiki/EmacsSpeaksStatistics
  (setq ess-ask-for-ess-directory nil)
  (setq ess-local-process-name "R")
  (setq ansi-color-for-comint-mode 'filter)
  (setq comint-prompt-read-only 0)
  (setq comint-scroll-to-bottom-on-input t)
  (setq comint-scroll-to-bottom-on-output t)
  (setq comint-move-point-for-output t)
=====================================


Can i adjust ESS to start always with this screenlayout?

Thank you,

-- 
Jonas Stein <news at jonasstein.de>



More information about the R-SIG-GUI mailing list