emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [babel, R] Commands are not copied in the iESS buffer upon evaluation
@ 2014-08-29  8:57 Sebastien Vauban
  2014-08-30  7:22 ` Andreas Kiermeier
  2014-08-30 18:49 ` Aaron Ecay
  0 siblings, 2 replies; 7+ messages in thread
From: Sebastien Vauban @ 2014-08-29  8:57 UTC (permalink / raw)
  To: emacs-orgmode-mXXj517/zsQ

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-10-12 12:29 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-29  8:57 [babel, R] Commands are not copied in the iESS buffer upon evaluation Sebastien Vauban
2014-08-30  7:22 ` Andreas Kiermeier
2014-08-30 18:49 ` Aaron Ecay
2014-09-01  7:23   ` Sebastien Vauban
2014-09-01 16:58     ` Charles Berry
2014-09-02 13:32       ` Sebastien Vauban
2014-10-12 12:28         ` Bastien

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).