Re: Searching how to replace dosfilewarning functionality

2020-01-29 Thread Andrey Repin
Greetings, Denis Excoffier! > I do this: > 1) I replace "bool dos_file_warning;" with "bool dos_file_warning = > true;", and recompile cygwin1.dll. This has to be done at a regular basis, at > each new version or snapshot. > 2) In my .cshrc i install "echo \\ /nonexistent*" (or something more >

Re: Searching how to replace dosfilewarning functionality

2020-01-29 Thread ASSI
Denis Excoffier writes: > Is there any alternative to this almost-functionality if this code is removed? /usr/bin/kill -1 Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ DIY Stuff: http://Synth.Stromeko.net/DIY.html -- Problem reports: http://cygw

Searching how to replace dosfilewarning functionality

2020-01-29 Thread Denis Excoffier
Hello, I see (https://cygwin.com/ml/cygwin-cvs/2020-q1/msg00042.html) that the Cygwin code that handles the dos_file_warning option will be removed soon. I use this option. I don’t use it directly (for DOS paths) but as a signal to be sure that no Cygwin process remains present on my system. Th