Re: [BUG] ob-R: session evaluation returns empty ouputs with Org 9.6 [9.6 ( @ /home/fsantos/.emacs.d/elpa/org-9.6/)]

2022-12-07 Thread Jeremie Juste
Hello Malcolm, On Wednesday, 7 Dec 2022 at 17:50, Cook, Malcolm wrote: > > Byte-compiling and reloading ob-R.el worked. Glad that you could solve it. From 08433d9b0, I added a test to make sure we are not surprised again. Best regards, Jeremie

RE: [BUG] ob-R: session evaluation returns empty ouputs with Org 9.6 [9.6 ( @ /home/fsantos/.emacs.d/elpa/org-9.6/)]

2022-12-07 Thread Cook, Malcolm
>"Cook, Malcolm" writes: > >> I tried applying just the change in >> https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=456462741 to >> released Org 9.6 and find that when using `:session *R*` the #+RESULTS are >> still empty, but when running without

RE: [BUG] ob-R: session evaluation returns empty ouputs with Org 9.6 [9.6 ( @ /home/fsantos/.emacs.d/elpa/org-9.6/)]

2022-12-07 Thread Ihor Radchenko
"Cook, Malcolm" writes: > I tried applying just the change in > https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=456462741 to > released Org 9.6 and find that when using `:session *R*` the #+RESULTS are > still empty, but when running without :session the results are provided.

RE: [BUG] ob-R: session evaluation returns empty ouputs with Org 9.6 [9.6 ( @ /home/fsantos/.emacs.d/elpa/org-9.6/)]

2022-12-06 Thread Cook, Malcolm
evaluation returns empty ouputs with Org 9.6 [9.6 ( @ /home/fsantos/.emacs.d/elpa/org-9.6/)] Ihor Radchenko mailto:yanta...@posteo.net>> writes: > It looks like there is something wrong with comint-prompt-regexp in R > buffers. It somehow does not match the prompt. > > I will ne

Re: [BUG] ob-R: session evaluation returns empty ouputs with Org 9.6 [9.6 ( @ /home/fsantos/.emacs.d/elpa/org-9.6/)]

2022-12-03 Thread Jeremie Juste
Hello Ihor, On Friday, 2 Dec 2022 at 06:02, Ihor Radchenko wrote:> > Fixed on bugfix. > https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=456462741 Many thanks to you all for helping solve this issue. I apologise for the delayed response. From ffb30cd7373, I added two tests to

Re: [BUG] ob-R: session evaluation returns empty ouputs with Org 9.6 [9.6 ( @ /home/fsantos/.emacs.d/elpa/org-9.6/)]

2022-12-02 Thread Ihor Radchenko
Ihor Radchenko writes: > It looks like there is something wrong with comint-prompt-regexp in R > buffers. It somehow does not match the prompt. > > I will need to look further. Fixed on bugfix. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=456462741 -- Ihor Radchenko //

Re: [BUG] ob-R: session evaluation returns empty ouputs with Org 9.6 [9.6 ( @ /home/fsantos/.emacs.d/elpa/org-9.6/)]

2022-12-01 Thread Ihor Radchenko
Greg Minshall writes: > Ihor will know, but i *think* that without :session, there is no R > "shell" running, so the ...-prompt-regexp isn't used. rather (do i know > this? assume this?), an R script is prepared and executed. You are right. -- Ihor Radchenko // yantar92, Org mode

Re: [BUG] ob-R: session evaluation returns empty ouputs with Org 9.6 [9.6 ( @ /home/fsantos/.emacs.d/elpa/org-9.6/)]

2022-12-01 Thread Berry, Charles
> On Nov 30, 2022, at 5:48 PM, Ihor Radchenko wrote: > > William Denton writes: > >> I tried that, but it didn't fix it. :( > > Ok. I was able to reproduce on my side. > >> With a minimal setup, running the R block with a :session makes it ask where >> the >> working directory should be

Re: [BUG] ob-R: session evaluation returns empty ouputs with Org 9.6 [9.6 ( @ /home/fsantos/.emacs.d/elpa/org-9.6/)]

2022-12-01 Thread Greg Minshall
Frederic, > > It looks like there is something wrong with comint-prompt-regexp in > > R buffers. It somehow does not match the prompt. > > I'm not sure it's the explanation either, since external (i.e., > non-session) evaluation works as expected. (Just remove the ":session > *R*" part of the

Re: [BUG] ob-R: session evaluation returns empty ouputs with Org 9.6 [9.6 ( @ /home/fsantos/.emacs.d/elpa/org-9.6/)]

2022-11-30 Thread Frederic Santos
- Mail original - > De: "Ihor Radchenko" > À: "William Denton" > Cc: "Frederic Santos" , "emacs-orgmode" > > Envoyé: Jeudi 1 Décembre 2022 02:48:22 > Objet: Re: [BUG] ob-R: session evaluation returns empty ouputs with

Re: [BUG] ob-R: session evaluation returns empty ouputs with Org 9.6 [9.6 ( @ /home/fsantos/.emacs.d/elpa/org-9.6/)]

2022-11-30 Thread Ihor Radchenko
William Denton writes: > I tried that, but it didn't fix it. :( Ok. I was able to reproduce on my side. > With a minimal setup, running the R block with a :session makes it ask where > the > working directory should be (the default in the prompt is the directory the > test > Org file is

Re: [BUG] ob-R: session evaluation returns empty ouputs with Org 9.6 [9.6 ( @ /home/fsantos/.emacs.d/elpa/org-9.6/)]

2022-11-30 Thread William Denton
On 1 December 2022, Ihor Radchenko wrote: With Org 9.6 released yesterday, I noticed a bug with ob-R: all R code blocks with ":results output :session *R*" in the header will return no output at all (although the code is correctly processed in the inferior ESS buffer). May it be a duplicate

Re: [BUG] ob-R: session evaluation returns empty ouputs with Org 9.6 [9.6 ( @ /home/fsantos/.emacs.d/elpa/org-9.6/)]

2022-11-30 Thread Ihor Radchenko
Frédéric Santos writes: > Hi everyone, > > With Org 9.6 released yesterday, I noticed a bug with ob-R: all R code > blocks with ":results output :session *R*" in the header will return no > output at all (although the code is correctly processed in the inferior > ESS buffer). May it be a

RE: [BUG] ob-R: session evaluation returns empty ouputs with Org 9.6 [9.6 ( @ /home/fsantos/.emacs.d/elpa/org-9.6/)]

2022-11-30 Thread Cook, Malcolm
>Bug confirmed by other ESS users on the mailing list: >https://stat.ethz.ch/pipermail/ess-help/2022-November/013162.html FWIW: confirmed here too with GNU Emacs 29.0.50 (build 1, x86_64-pc-linux-gnu, X toolkit, cairo version 1.15.12, Xaw3d scroll bars) of 2022-01-19 Org mode version 9.6-pre