Re: [Bug-apl] How to create profile in preferences file?

2014-11-27 Thread David B. Lamkins
Thank you, Jüergen. It turns out that there is a problem with the implementation: In main.cc::init_apl(), uprefs.parse_argv() is called after the calls to uprefs.read_config_file(). As a result, read_config_file() never sees the value set by the -p N command-line argument. If I move the call to

Re: [Bug-apl] How to create profile in preferences file?

2014-11-27 Thread Juergen Sauermann
Hi David, the plan was this:       ... Profile 1        ... Profile 2       ... The profile number 0 stands for "all profiles" No

Re: [Bug-apl] Bug in the parser?

2014-11-27 Thread Juergen Sauermann
Hi Elias, thanks, fixed in SVN 511. /// Jürgen On 11/26/2014 04:38 PM, Elias Mårtenson wrote: Hello Jürgen and thanks for the explanation. Based on what you just explained, I would have assum

Re: [Bug-apl] Bug in the parser?

2014-11-27 Thread Jay Foad
Hi Jürgen, Thanks for doing the analysis. > 2. Alternatives > - > > I have tested what happens if we would introduce a M M pattern into GNU APL > in order to > get IBM APL2's behavior. I don't understand this bit. Monadic operators don't bind like this in APL2. Surely the w