From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastien Vauban Subject: [babel, R] Commands are not copied in the iESS buffer upon evaluation Date: Fri, 29 Aug 2014 10:57:49 +0200 Message-ID: <8638cfr7ua.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: 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-mXXj517/zsQ@public.gmane.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: emacs-orgmode-mXXj517/zsQ@public.gmane.org Hello, I execute the following block of R code by going in the temporary buffer (via `C-c '') and by sending the lines to the =*R*= buffer (via `C-c C-b'). #+begin_src R :eval yes id.etp <- as.data.frame(c(111:113, 444, 555, 666)) names(id.etp) <- "Id" id.etp #+end_src The commands are outputted in the iESS buffer. Though, if I eval the following block with `C-c C-v C-e', the commands are not copied in the iESS buffer. Only "complex" sequences of ">" and "+" are visible. #+begin_src R :eval yes id.stg <- as.data.frame(c(222:224, 777, 888, 999)) names(id.stg) <- "Id" id.stg #+end_src See for yourself on http://screencast.com/t/dq3w3vAp. Does it have something to do with `ess-eval-visibly' not being respected (whose default is `t')? Best regards, Seb -- Sebastien Vauban