Trying to install older version (9.50) of ghostscript - still got 9.52

2020-05-19 Thread Jim Garrison via Cygwin
The current version of ghostscript is 9.52, but I need to install the previous version, 9.50. I asked setup_x64.exe to replace 9.52 with 9.50, but after doing this gs --version still said 9.52. The problem seems to be that downgrading ghostscript from 9.52 to 9.50 does not also downgrade its depe

Re: wildcards don't work in directory with files with odd characters

2020-05-19 Thread Chris Wagner
On 2020-05-19 6:49 am, Andrey Repin wrote: Then take a look at this thread: https://cygwin.com/pipermail/cygwin/2020-March/thread.html#174 You'll need correctly configured LANG and CYGWIN's glob option. That info should definately be in the FAQ. Although I would still consider this behavior

Re: Suspend doesn't work in cmd

2020-05-19 Thread Andrey Repin
Greetings, Kacper Michajlow! > On Mon, 18 May 2020 at 05:06, Takashi Yano wrote: >> On Sun, 17 May 2020 19:57:15 +0200 >> Kacper Michajlow wrote: >> > Hi, >> > >> > Control keys doesn't seem to be working correctly under cmd. >> > >> > STR: >> > 1. Run bash in cmd.exe >> > 2. Run anything, in my

Re: name pipe problem: 1 writer, multiple concurrent readers

2020-05-19 Thread Ken Brown via Cygwin
On 5/19/2020 7:26 AM, Morten Kjærulff via Cygwin wrote: Hi, The following script: #!/bin/sh rm -f t.pip t.txt mkfifo t.pip printf "line1\nline2\n" >t.txt ps { while true ; do cp t.txt t.pip done } & rm -f t.rc.* for rc in 0 1 2 3 4 5 6 7 8 9 ; do { diff t.pip t.txt

Re: issue with reply to mailing list

2020-05-19 Thread Ken Brown via Cygwin
On 5/19/2020 5:31 AM, Corinna Vinschen wrote: On May 18 12:02, Ken Brown via Cygwin wrote: On 5/18/2020 11:07 AM, Jon Turney wrote: On 16/05/2020 20:42, Marco Atzeri via Cygwin wrote: On 16.05.2020 20:47, Andrey Repin wrote: Greetings, Marco Atzeri! it is just me or the cygwin mailing lists

name pipe problem: 1 writer, multiple concurrent readers

2020-05-19 Thread Morten Kjærulff via Cygwin
Hi, The following script: #!/bin/sh rm -f t.pip t.txt mkfifo t.pip printf "line1\nline2\n" >t.txt ps { while true ; do cp t.txt t.pip done } & rm -f t.rc.* for rc in 0 1 2 3 4 5 6 7 8 9 ; do { diff t.pip t.txt echo $? >t.rc.$rc } done echo result1 start ls t.rc.* | wc -l

Re: Suspend doesn't work in cmd

2020-05-19 Thread Kacper Michajlow via Cygwin
On Mon, 18 May 2020 at 05:06, Takashi Yano wrote: > On Sun, 17 May 2020 19:57:15 +0200 > Kacper Michajlow via Cygwin wrote: > > Hi, > > > > Control keys doesn't seem to be working correctly under cmd. > > > > STR: > > 1. Run bash in cmd.exe > > 2. Run anything, in my case "seq 1 10" > > 3. T

Re: wildcards don't work in directory with files with odd characters

2020-05-19 Thread Andrey Repin
Greetings, jeff! >>> I have a directory that has some files with odd files. >>> I can do a 'ls', successfully. However if I do a 'ls *'' I get: >>> ls: cannot access '*': No such file or directory >>> Here is ls output: >>> 'Highlander-S03E21-Final'$'\303\251''_Part_I-22.mkv' >>> 'Highlander-S03E2

Re: issue with reply to mailing list

2020-05-19 Thread Corinna Vinschen
On May 18 12:02, Ken Brown via Cygwin wrote: > On 5/18/2020 11:07 AM, Jon Turney wrote: > > On 16/05/2020 20:42, Marco Atzeri via Cygwin wrote: > > > On 16.05.2020 20:47, Andrey Repin wrote: > > > > Greetings, Marco Atzeri! > > > > > > > > > it is just me or the cygwin mailing lists post are not >