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 <n...@jonasstein.de>

_______________________________________________
R-SIG-GUI mailing list
R-SIG-GUI@stat.math.ethz.ch
https://stat.ethz.ch/mailman/listinfo/r-sig-gui

Reply via email to