Re: *shell* buffer freezes within Cygwin and Emacs 27.1

2021-02-03 Thread Takashi Yano via Cygwin
On Wed, 3 Feb 2021 15:45:36 -0700 Randy Galbraith via Cygwin wrote: > Hi Everyone. > > Please note: I attempted to post this message from my work > email. I do not believe it every arrived. > > My long used work flow has recently stopped working. I'm trying to > understand why and how it could b

*shell* buffer freezes within Cygwin and Emacs 27.1

2021-02-03 Thread Randy Galbraith via Cygwin
Hi Everyone. Please note: I attempted to post this message from my work email. I do not believe it every arrived. My long used work flow has recently stopped working. I'm trying to understand why and how it could be resolved. The failing steps are: Cygwin64 Terminal (bash prompt) startx -- :1 -m

Re: gdb not working properly in Cygwin

2021-02-03 Thread Marco Atzeri via Cygwin
On 03.02.2021 22:40, Marco Atzeri wrote: On 22.01.2021 00:30, Ken Brown via Cygwin wrote: On 1/21/2021 5:27 PM, Tord Andreasson via Cygwin wrote: Hi, I encounter the same issue too. I can replicate the issue if I run gdb from CMD while from Mintty or Cygwin.bat it works fine. It seems late

Re: gdb not working properly in Cygwin

2021-02-03 Thread Marco Atzeri via Cygwin
On 22.01.2021 00:30, Ken Brown via Cygwin wrote: On 1/21/2021 5:27 PM, Tord Andreasson via Cygwin wrote: Hi, I encounter the same issue too. gdb starts however there is no gdb prompt, nothing is echoed and nothing is printed on the bash window except an empty blank line. From now you operate

Re: python sys.executable inconsistency if called from cmd

2021-02-03 Thread Andrey Repin
Greetings, Lemke, Michael SF/HZA-ZIC2! > On Wednesday, February 3, 2021 4:28 PM Andrey Repin wrote: >>Greetings, Lemke, Michael SF/HZA-ZIC2! >> >>> I don't know anything about python but want to use cygwin's >>> python from nodejs npm with node-gyp. The node-gyp module is trying to >>> find the

[ANNOUNCEMENT] Updated: weechat-3.0.1-1

2021-02-03 Thread Sébastien Helleu
Version 3.0.1-1 of "weechat" has been uploaded. ChangeLog: https://weechat.org/files/changelog/ChangeLog-3.0.1.html DESCRIPTION WeeChat is a fast, light and extensible chat client. It runs on many platforms like Linux, Unix, BSD, GNU Hurd, Mac OS X and Windows (bash/ubuntu and cygwin). HOMEPAGE

Re: python sys.executable inconsistency if called from cmd

2021-02-03 Thread Marco Atzeri via Cygwin
On 03.02.2021 17:17, Lemke, Michael SF/HZA-ZIC2 wrote: On Wednesday, February 3, 2021 4:28 PM Andrey Repin wrote: Greetings, Lemke, Michael SF/HZA-ZIC2! I don't know anything about python but want to use cygwin's python from nodejs npm with node-gyp. The node-gyp module is trying to find the

RE: python sys.executable inconsistency if called from cmd

2021-02-03 Thread Lemke, Michael SF/HZA-ZIC2
On Wednesday, February 3, 2021 4:28 PM Andrey Repin wrote: >Greetings, Lemke, Michael SF/HZA-ZIC2! > >> I don't know anything about python but want to use cygwin's >> python from nodejs npm with node-gyp. The node-gyp module is trying to >> find the python executable path from sys.executable and f

Re: python sys.executable inconsistency if called from cmd

2021-02-03 Thread Andrey Repin
Greetings, Lemke, Michael SF/HZA-ZIC2! > I don't know anything about python but want to use cygwin's > python from nodejs with npm-gyp. The npm-gyp module is trying to > find the python executable path from sys.executable and fails. If that's true, then it should be fixed upstream. > While inve

python sys.executable inconsistency if called from cmd

2021-02-03 Thread Lemke, Michael SF/HZA-ZIC2
I don't know anything about python but want to use cygwin's python from nodejs with npm-gyp. The npm-gyp module is trying to find the python executable path from sys.executable and fails. While investigating this I found this to me quite inconsistent behavior: cygwin> /bin/python3.6m.exe -c 'impor

Re: [QUAR] alternative to terminator

2021-02-03 Thread Eliot Moss
On 2/3/2021 1:54 AM, Frédéric wrote: Hi Eliot, But here is how I had success! I installed cygwin terminator. I opened /usr/bin/terminator and on the first line changed python to python2. terminator then started for me. Of course I have both python2 and python3 installed. Thanks for trying