From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikas Rawal Subject: Re: org babel, ess, R Date: Sat, 1 Jul 2017 09:08:18 +0530 Message-ID: <6AD1FFDA-8FF6-44B8-B5AB-FBA98CEE929D@agrarianresearch.org> References: Mime-Version: 1.0 (Mac OS X Mail 10.2 \(3259\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54834) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dR9F1-0008RU-H2 for emacs-orgmode@gnu.org; Fri, 30 Jun 2017 23:38:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dR9Ex-0000z8-KA for emacs-orgmode@gnu.org; Fri, 30 Jun 2017 23:38:39 -0400 Received: from mail-pf0-x22e.google.com ([2607:f8b0:400e:c00::22e]:33428) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dR9Ex-0000yd-Dk for emacs-orgmode@gnu.org; Fri, 30 Jun 2017 23:38:35 -0400 Received: by mail-pf0-x22e.google.com with SMTP id e7so75571496pfk.0 for ; Fri, 30 Jun 2017 20:38:34 -0700 (PDT) Received: from [192.168.1.36] ([59.176.42.82]) by smtp.gmail.com with ESMTPSA id l5sm20881500pfg.59.2017.06.30.20.38.31 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 30 Jun 2017 20:38:33 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: org-mode mailing list >=20 > When I press C-c' in an R code block to open an edit buffer with ess, = on my computer, it splits the screen into two side-by-side windows, with = the new window on the right showing the edit buffer, and the window on = the left showing the original file. >=20 > I would like to change this behaviour in two ways. >=20 > 1. I would like the window that continues to show the original file to = instead show the R session in which lines from the edit buffer can be = evaluated. I can manually change the buffer in this window to show me = the R session but I was wondering if this can be the default behaviour. >=20 > 2. Split the screen horizontally rather than vertically, so that the = new window (with edit buffer) is on the top and the second window is = below. I could live with the edit buffer being at the bottom also but = would certainly prefer seeing it above so that I have the R session in = the window below to which I send the evaluated lines one by one. >=20 I can change the direction of split by adjusting split-width-threshold So, item 2 is more or less resolved (the edit buffer is at the bottom, = but that is okay). Vikas=