0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 22:47:56 +00:00

babel: implement association of R code buffers with R session

* ob-R.el (org-babel-R-associate-session): New function
    to associate R code edit buffers with ESS comint session.
This commit is contained in:
Dan Davison 2010-08-17 16:44:28 -04:00
parent b61e0c4dfc
commit a4c8bcd31b

View file

@ -168,6 +168,14 @@ This function is called by `org-babel-execute-src-block'."
(buffer-name))))
(current-buffer))))))
(defun org-babel-R-associate-session (session)
"Associate R code buffer with an R session.
Make SESSION be the inferior ESS process associated with the
current code buffer."
(setq ess-local-process-name
(process-name (get-buffer-process session)))
(ess-make-buffer-current))
(defun org-babel-R-construct-graphics-device-call (out-file params)
"Construct the call to the graphics device."
(let ((devices