emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] [babel, R] Commands are not copied in the iESS buffer upon evaluatio


From: Sebastien Vauban
Subject: [O] [babel, R] Commands are not copied in the iESS buffer upon evaluation
Date: Fri, 29 Aug 2014 10:57:49 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.93 (windows-nt)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]