[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] async process in R
From: |
Jeremie Juste |
Subject: |
Re: [PATCH] async process in R |
Date: |
Mon, 27 Sep 2021 22:28:43 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) |
Hello Chuck,
On Monday, 27 Sep 2021 at 18:28, Berry, Charles wrote:
>
> It looks like you have `(setq ess-eval-visibly t)' here. I think that is a
> default setting.
Thanks again for your suggestion. The following patch to be applied on
top of the previous one, solves the issue.
#+begin_src R :session *R* :results output :async yes
Sys.sleep(5)
1:5
#+end_src
#+RESULTS:
: [1] 1 2 3 4 5
The function (ess-eval-buffer), when the parameter VIS is nil, misled me in
the sense that it inverses
the value of ess-eval-visibly.
Note as well that all the tests in test-ob-R.el passed including the
tests for async evaluation from [1] ob-session-async.
[1]: https://github.com/jackkamm/ob-session-async/.
0001-ob-R.el-Patch-async-evaluation-when-results-output.patch
Description: patch-2
Thanks again to Jack for this useful feature.
Best regards,
Jeremie
- [PATCH] async process in R, Jeremie Juste, 2021/09/26
- Re: [PATCH] async process in R, Greg Minshall, 2021/09/26
- Re: [PATCH] async process in R, Bastien, 2021/09/27
- Re: [PATCH] async process in R, Berry, Charles, 2021/09/27
- Re: [PATCH] async process in R, Jeremie Juste, 2021/09/27
- Re: [PATCH] async process in R,
Jeremie Juste <=
- Re: [PATCH] async process in R, Berry, Charles, 2021/09/27
- Re: [PATCH] async process in R, Berry, Charles, 2021/09/27
- Re: [PATCH] async process in R, Jeremie Juste, 2021/09/28
- Re: [PATCH] async process in R, Berry, Charles, 2021/09/28
- Re: [PATCH] async process in R, Jeremie Juste, 2021/09/28