[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: (Windows) Problems with processes on master branch
From: |
Arash Esbati |
Subject: |
Re: (Windows) Problems with processes on master branch |
Date: |
Sat, 02 Mar 2024 13:16:10 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Óscar Fuentes <ofv@wanadoo.es> writes:
> With a fresh MSYS2/Mingw-w64 build executed on Windows 11 64bits with
> -Q, emacs mangles the output of processes and does not detect when they
> end.
>
> For instance, with emacs -Q
>
> M-x shell
>
> it shows
>
> icrosoft Windows [Version <omitted rest of output>
>
> Note the missing initial M. Then, emacs hangs (no input possible, C-g
> doen't work) showing (Shell:run) on the modeline.
With my Emacs 30 (d0766c0999) build, started from cmd.exe with
'runemacs -Q' and M-x shell RET, I get:
--8<---------------cut here---------------start------------->8---
Microsoft Windows [Version 10.0.19045.4046]
(c) Microsoft Corporation. Alle Rechte vorbehalten.
z:dir\>gcc -v
gcc -v
Using built-in specs.
...
--8<---------------cut here---------------end--------------->8---
With 'emacs -Q' started from a MinGW64 shell, M-x shell RET says:
--8<---------------cut here---------------start------------->8---
bash: cannot set terminal process group (-1): Inappropriate ioctl for device
bash: no job control in this shell
$ gcc -v
Using built-in specs.
...
--8<---------------cut here---------------end--------------->8---
Both versions work, despite the bash message. I didn't try eshell.
Best, Arash