Message-ID: <87ocvmg12c.fsf@jonasstein.de>
Date: 2009-03-27T20:31:23Z
From: Jonas Stein
Subject: [R-gui] Emacs ESS automatic start with split windows
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>