Re: org-babel shell in windows not finishing command

2024-05-21 Thread Ihor Radchenko
Max Nikulin writes: > On 21/05/2024 01:37, Ihor Radchenko wrote: >> echo 'echo foo' | cmdproxy.exe yields >> >> : Microsoft Windows [Version 10.0.19045.2251] >> : (c) Microsoft Corporation. All rights reserved. >> : >> : c:\Users\johndoe\Org>echo foo >> : foo > > Out of curiosity, does the /q op

Re: org-babel shell in windows not finishing command

2024-05-21 Thread Max Nikulin
On 21/05/2024 01:37, Ihor Radchenko wrote: echo 'echo foo' | cmdproxy.exe yields : Microsoft Windows [Version 10.0.19045.2251] : (c) Microsoft Corporation. All rights reserved. : : c:\Users\johndoe\Org>echo foo : foo Out of curiosity, does the /q option help to suppress the banner?

Re: org-babel shell in windows not finishing command

2024-05-20 Thread Ihor Radchenko
Ihor Radchenko writes: > This looks like Emacs bug, because the same problem with all that > boilerplate text happens when using shell-command-on-region. > > I reported it as > https://debbugs.gnu.org/cgi/bugreport.cgi?bug=71081 > > Let's see what Emacs devs say. ... and they say that it is not

Re: org-babel shell in windows not finishing command

2024-05-20 Thread Ihor Radchenko
Ihor Radchenko writes: > Vlastimil Vondra writes: > >> after upgrading to 9.6. The output is exactly the same. > > It would be great if someone with access to Windows could debug this. No takers, so I went ahead with installing virtual machine. Confirmed. The culprit is the fact that org-babe

Re: org-babel shell in windows not finishing command

2022-12-12 Thread Ihor Radchenko
Vlastimil Vondra writes: > after upgrading to 9.6. The output is exactly the same. It would be great if someone with access to Windows could debug this. First, the version without session. It should be slightly less tricky - Org creates a temporary script file and executes it. -- Ihor Radchen

Re: org-babel shell in windows not finishing command

2022-12-12 Thread Vlastimil Vondra
Hi, after upgrading to 9.6. The output is exactly the same. V. On Mon, 12 Dec 2022 at 14:10, Ihor Radchenko wrote: > Vlastimil Vondra writes: > > > Org mode version 9.5.5 > > GNU Emacs 28.2 (build 2, x86_64-w64-mingw32) of 2022-09-13 > > We have made a number of fixes in this area in Org 9.6.

Re: org-babel shell in windows not finishing command

2022-12-12 Thread Vlastimil Vondra
Hi Ihor, Org mode version 9.5.5 GNU Emacs 28.2 (build 2, x86_64-w64-mingw32) of 2022-09-13 Best regards, Vlastimil Vondra On Mon, 12 Dec 2022 at 13:39, Ihor Radchenko wrote: > Vlastimil Vondra writes: > > > I'm trying to run some shell block code (in windows they should evaluate > in > > cmd)

Re: org-babel shell in windows not finishing command

2022-12-12 Thread Ihor Radchenko
Vlastimil Vondra writes: > Org mode version 9.5.5 > GNU Emacs 28.2 (build 2, x86_64-w64-mingw32) of 2022-09-13 We have made a number of fixes in this area in Org 9.6. Please upgrade and let us know if you are still seeing the problem. -- Ihor Radchenko // yantar92, Org mode contributor, Learn

Re: org-babel shell in windows not finishing command

2022-12-12 Thread Ihor Radchenko
Vlastimil Vondra writes: > I'm trying to run some shell block code (in windows they should evaluate in > cmd). But when executing org-babel block code, it seems that org-babel is > not finishing the last command. What is your Org version and Emacs version? (the output of M-x org-version and M-x