Re: APL: GNU: How to output to a file?

2023-02-14 Thread knud van eeden
est.apl  > test.output eedjsa@server68:~/apl-1.8$ cat test.output 1 2 3 4 5 6 7 8 9 10 eedjsa@server68:~/apl-1.8$ eedjsa@server68:~/apl-1.8$ Best Regards, Jürgen On 8/28/22 8:47 PM, knud van eeden wrote: Hello, 1. apl.exe has a parameter to input a file. 2. E.g. ap

Re: APL: GNU: How to output to a file?

2023-02-19 Thread knud van eeden
n is not understood in all cygwin contexts, maybe you should try /cygdrive/c instead of C: ? Best Regards, Jürgen On 2/14/23 3:42 AM, knud van eeden wrote: Hello Jurgen, So looking again into this. It is definitely a bug of apl on Microsoft Windows is my current opinion. N

Re: APL: GNU: How to output to a file?

2023-02-20 Thread knud van eeden
f I remember correctly then at least older GNU APL versions would use stderr (and not stdout) for all output, but I can't quite remember when (and if) that was changed. The apl.exe files are usually somewhat older than those in SVN, so maybe they suffer from that. Best Regards, Jürgen

Re: APL: GNU: How to output to a file?

2023-02-20 Thread knud van eeden
Z4L0D9 Thanks with friendly greetings Knud van Eeden On Monday, February 20, 2023 at 05:40:14 PM GMT+1, Dr. Jürgen Sauermann wrote: Hi Knud, sorry to hear that. Unfortunately I have no more ideas what may be wrong. However, I never tried to run GNU APL directly from the W

Re: APL: GNU: How to output to a file?

2023-02-20 Thread knud van eeden
> g:\cygwin32\bin\apl.exe --noSV -s -f c:/temp/helloworld.apl c:/temp/ddd.txt > 2>&1 I assume those parameters like --noSV and -s cause some kind of intercept of the STDERR somehow. On Monday, February 20, 2023 at 05:51:32 PM GMT+1, knud van eeden wrote: Hello Jurg

APL: GNU: Microsoft: Windows: 10: Color

2022-08-28 Thread knud van eeden
Hello, The colors of the output are not readableout of the box when running it e.g. inconsole cmd.exe on Microsoft Windows 10. Current workaround:  1. -Keep pressing many times until the color changes to grey  2. -Then type your APL commands  3. -When finished, mark/select that text, it will the

Re: APL: GNU: Microsoft: Windows: 10: Color

2022-08-28 Thread knud van eeden
gards, Jürgen On 8/28/22 3:34 PM, knud van eeden wrote: > Hello, > > The colors of the output are not readable > out of the box when running it e.g. in > console cmd.exe on Microsoft Windows 10. > > Current workaround: > >  1. -Keep pressing many times until the color ch

Re: APL: GNU: Microsoft: Windows: 10: Color

2022-08-28 Thread knud van eeden
van Eeden On Sunday, August 28, 2022 at 07:24:59 PM GMT+2, knud van eeden wrote: But your answer suggests that one should be ableto set the colors via Cygwin probably... On Sunday, August 28, 2022 at 07:19:44 PM GMT+2, knud van eeden wrote: Hello Jürgen, 1. Yes, one can in

APL: GNU: How to get the source code error line number and error columnnumber?

2022-08-28 Thread knud van eeden
Hello, For compiling purposes and then jumping to the locationof the error, the error line number and error columnnumber would be required. But the notation in the Cygwin APL GNU error output is not really readable. Svar_DB not connected in Svar_DB::is_registered_id()[0;30;47m[K      #!      erro

Re: APL: GNU: Microsoft: Windows: 10: Color

2022-08-28 Thread knud van eeden
gen On 8/28/22 7:24 PM, knud van eeden wrote: > But your answer suggests that one should be able > to set the colors via Cygwin probably... > > On Sunday, August 28, 2022 at 07:19:44 PM GMT+2, knud van eeden > wrote: > > > Hello Jürgen, > > 1. Yes, one can in prin