Re: Sometimes Emacs sticks on forking...

2017-06-13 Thread Václav Haisman
On 12 June 2017 at 23:30, Oleksandr Gavenko wrote: > I use latest Cygwin Emacs W32 under Windows 10 x64 and Emacs spawns external > processes like hg/git when it open file. > > Sometimes it freezes and in procexp I see spawned Emacs fork. > > Usual build-in Emacs C-g key binding doesn't help much

Re: Git without SSH Server and cygrunsrv

2017-06-13 Thread Adam Dinwoodie
On Tue, Jun 13, 2017 at 05:59:45AM +0200, Marco Atzeri wrote: > On 13/06/2017 02:13, mlists wrote: > >Hi, > >how can I install Git without binutils, cygrunsrv, python and OpenSSH > >server? > > > >I want to work with remote repositories using clone/pull/push, built > >would like to avoid having to

Re: CR-LF handling behavior of SED changed recently - this breaks a lot of MinGW cross build scripts

2017-06-13 Thread cyg Simple
On 6/10/2017 10:30 PM, Eric Blake wrote: > On 06/10/2017 08:48 AM, cyg Simple wrote: > >> >> Uhm, 'wt' and 'wb' came from MS itself. > > Not quite. fopen(,"wb") comes from POSIX. "wb" is probably a microsoft > extension, but it is certainly not in POSIX nor in glibc. > I think it's a C standar

Re: How to "lock" package exclusion?

2017-06-13 Thread Ken Brown
On 6/13/2017 2:39 AM, Oleksandr Gavenko wrote> How can I "lock" package to prevent intalling even if it is "required". There's no supported way to do this, but you can try to trick setup into thinking a package is installed by editing /etc/setup/installed.db. You'll have to re-do this every ti

[ANNOUNCEMENT] texlive 20170520-3

2017-06-13 Thread Ken Brown
The following packages have been uploaded to the Cygwin distribution: * texlive-20170520-3 * libkpathsea6-20170520-3 * libkpathsea-devel-20170520-3 * libptexenc1-20170520-3 * libptexenc-devel-20170520-3 * libsynctex1-20170520-3 * libsynctex-devel-20170520-3 * libtexlua52_5-20170520-3 * libtexlua5

Re: Sometimes Emacs sticks on forking...

2017-06-13 Thread Brian Inglis
On 2017-06-13 01:28, Václav Haisman wrote: > On 12 June 2017 at 23:30, Oleksandr Gavenko wrote: >> I use latest Cygwin Emacs W32 under Windows 10 x64 and Emacs spawns external >> processes like hg/git when it open file. >> Sometimes it freezes and in procexp I see spawned Emacs fork. >> Usual buil

Re: CR-LF handling behavior of SED changed recently - this breaks a lot of MinGW cross build scripts

2017-06-13 Thread Brian Inglis
On 2017-06-13 08:11, cyg Simple wrote: > On 6/10/2017 10:30 PM, Eric Blake wrote: >> On 06/10/2017 08:48 AM, cyg Simple wrote: >>> Uhm, 'wt' and 'wb' came from MS itself. >> Not quite. fopen(,"wb") comes from POSIX. "wt" is probably a microsoft >> extension, but it is certainly not in POSIX nor in

Re: Git without SSH Server and cygrunsrv

2017-06-13 Thread mli...@x76.eu
Thank you for the explanation Adam. Last question: How much more is the workload for maintaining a "splitted package"? I understand I can contribute with patches but if it would increase the workload for the maintainers, then I think there's no point in doing it. Regards On 2017-06-13 17:22, A