Re: c-api.test fails on MS-Windows due to non-portable quoting

2016-08-31 Thread Eli Zaretskii
> From: Andy Wingo > Cc: m...@netris.org, guile-devel@gnu.org > Date: Wed, 31 Aug 2016 10:52:10 +0200 > > On Sat 27 Aug 2016 10:23, Eli Zaretskii writes: > > > Ping! (2 weeks) > > Tx for the ping, and good idea! I ended up applying something > similar -- I moved system* to posix.c, enabled

Re: c-api.test fails on MS-Windows due to non-portable quoting

2016-08-31 Thread Andy Wingo
On Sat 27 Aug 2016 10:23, Eli Zaretskii writes: > Ping! (2 weeks) Tx for the ping, and good idea! I ended up applying something similar -- I moved system* to posix.c, enabled it iff open-process was available, and implemented in terms of open-process in a portable way. Hopefully that should fi

Re: c-api.test fails on MS-Windows due to non-portable quoting

2016-08-27 Thread Eli Zaretskii
Ping! (2 weeks) > Date: Sat, 13 Aug 2016 14:55:27 +0300 > From: Eli Zaretskii > Cc: wi...@pobox.com, guile-devel@gnu.org > > > Date: Sat, 13 Aug 2016 12:11:33 +0300 > > From: Eli Zaretskii > > Cc: wi...@pobox.com, guile-devel@gnu.org > > > > > From: Mark H Weaver > > > Cc: wi...@pobox.com,

Re: c-api.test fails on MS-Windows due to non-portable quoting

2016-08-13 Thread Eli Zaretskii
> Date: Sat, 13 Aug 2016 12:11:33 +0300 > From: Eli Zaretskii > Cc: wi...@pobox.com, guile-devel@gnu.org > > > From: Mark H Weaver > > Cc: wi...@pobox.com, guile-devel@gnu.org > > Date: Wed, 10 Aug 2016 13:03:09 -0400 > > > > Eli Zaretskii writes: > > > > >> Date: Wed, 10 Aug 2016 17:26:15 +

Re: c-api.test fails on MS-Windows due to non-portable quoting

2016-08-13 Thread Eli Zaretskii
> From: Mark H Weaver > Cc: wi...@pobox.com, guile-devel@gnu.org > Date: Wed, 10 Aug 2016 13:03:09 -0400 > > Eli Zaretskii writes: > > >> Date: Wed, 10 Aug 2016 17:26:15 +0300 > >> From: Eli Zaretskii > >> Cc: wi...@pobox.com, guile-devel@gnu.org > >> > >> If you suggest to do what I describ

Re: c-api.test fails on MS-Windows due to non-portable quoting

2016-08-10 Thread Mark H Weaver
Eli Zaretskii writes: >> Date: Wed, 10 Aug 2016 17:26:15 +0300 >> From: Eli Zaretskii >> Cc: wi...@pobox.com, guile-devel@gnu.org >> >> If you suggest to do what I described above, then I obviously agree. > > IOW, do you want me to send a patch along the lines I suggested? Yes, please! Th

Re: c-api.test fails on MS-Windows due to non-portable quoting

2016-08-10 Thread Eli Zaretskii
> Date: Wed, 10 Aug 2016 17:26:15 +0300 > From: Eli Zaretskii > Cc: wi...@pobox.com, guile-devel@gnu.org > > If you suggest to do what I described above, then I obviously agree. IOW, do you want me to send a patch along the lines I suggested?

Re: c-api.test fails on MS-Windows due to non-portable quoting

2016-08-10 Thread Eli Zaretskii
> From: Mark H Weaver > Cc: Andy Wingo , guile-devel@gnu.org > Date: Wed, 10 Aug 2016 02:24:56 -0400 > > >> (zero? (system* "egrep" "-q" string filename)) > > > > For this to work, the Windows implementation of system* will need to > > be augmented to quote characters special for the shell, be

Re: c-api.test fails on MS-Windows due to non-portable quoting

2016-08-09 Thread Mark H Weaver
Eli Zaretskii writes: >> From: Andy Wingo >> Cc: guile-devel@gnu.org >> Date: Sat, 23 Jul 2016 23:11:08 +0200 >> >> > It fails like this: >> > >> > Running c-api.test >> > 'CUR' is not recognized as an internal or external command, >> > operable program or batch file. >> > e

Re: c-api.test fails on MS-Windows due to non-portable quoting

2016-07-24 Thread Eli Zaretskii
> From: Andy Wingo > Cc: guile-devel@gnu.org > Date: Sat, 23 Jul 2016 23:11:08 +0200 > > > It fails like this: > > > > Running c-api.test > > 'CUR' is not recognized as an internal or external command, > > operable program or batch file. > > egrep: Unmatched ( or \('CUR' is no

Re: c-api.test fails on MS-Windows due to non-portable quoting

2016-07-23 Thread Andy Wingo
On Sat 23 Jul 2016 13:18, Eli Zaretskii writes: > It fails like this: > > Running c-api.test > 'CUR' is not recognized as an internal or external command, > operable program or batch file. > egrep: Unmatched ( or \('CUR' is not recognized as an internal or > external command,

c-api.test fails on MS-Windows due to non-portable quoting

2016-07-23 Thread Eli Zaretskii
It fails like this: Running c-api.test 'CUR' is not recognized as an internal or external command, operable program or batch file. egrep: Unmatched ( or \('CUR' is not recognized as an internal or external command, operable program or batch file. This is because it quotes she