From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikas Rawal Subject: Re: org babel, ess, R Date: Mon, 3 Jul 2017 05:47:21 +0530 Message-ID: <829AC437-872D-453D-8543-B3C147F08B54@agrarianresearch.org> References: <87mv8o2u9b.fsf@nicolasgoaziou.fr> <3295F295-A14A-43EA-8752-53D1BEBCC31A@agrarianresearch.org> <87fuef1fov.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 (Mac OS X Mail 10.2 \(3259\)) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34556) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dRp3t-0000HJ-4O for emacs-orgmode@gnu.org; Sun, 02 Jul 2017 20:18:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dRp3o-0003ae-CU for emacs-orgmode@gnu.org; Sun, 02 Jul 2017 20:17:57 -0400 Received: from mail-pf0-x231.google.com ([2607:f8b0:400e:c00::231]:35975) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dRp3o-0003Zl-43 for emacs-orgmode@gnu.org; Sun, 02 Jul 2017 20:17:52 -0400 Received: by mail-pf0-x231.google.com with SMTP id q86so91464457pfl.3 for ; Sun, 02 Jul 2017 17:17:52 -0700 (PDT) In-Reply-To: <87fuef1fov.fsf@nicolasgoaziou.fr> 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: Nicolas Goaziou Cc: org-mode mailing list >=20 > Vikas Rawal writes: >=20 >> Isn=E2=80=99t is what most users need while editing the code block? = The >> possibility of evaluating the code to test and see what happens?=20 >=20 >=20 > Many languages do not support sessions. So, the only possibility to > evaluate the code is to evaluate the code block in the source buffer. >=20 Yes, what I am talking about is relevant only when a session is defined. = What I would like is that if in a file the session is defined, C-c=E2=80=99= creates a window configuration that shows the edit buffer and the session. In = other cases, the two windows could show the edit buffer and the original = org buffer. Vikas=