Testing test.l

2018-07-02 Thread Joh-Tob Schäg
I recently got a windows pc and installed the linux simulation layer. I choose Ubuntu 18.04. During executing test.l i noticed the following things in @test/src/main.l are the following problems: > > (unless (member *OS '("SunOS" "OpenBSD" "Cygwin" "AIX" "HP-UX" "IRIX64")) >(sigio (setq "SigS

Re: Testing test.l

2018-07-02 Thread Alexander Burger
On Mon, Jul 02, 2018 at 11:06:07PM +0200, Joh-Tob Schäg wrote: > I recently got a windows pc and installed the linux simulation layer. I > ... > in @test/src/main.l are the following problems: > ... > > (unless (member *OS '("SunOS" "OpenBSD" "Cygwin" "AIX" "HP-UX" "IRIX64")) > >(sigio (setq "S

Re: Testing test.l

2018-07-03 Thread Arie van Wingerden
Indeed a shortcoming of WSL. WSL works kind of OK after the april 2018 update. But calls to specific native Linux system routines often yield strange results. Also the output of standard Linux commands in WSL is often plain useless or very limited. Maybe this will improve in the near future :)