Here is what I get with the latest GNU APL and the latest Emacs mode, but
using the .so file from GNU APL:
⍴''
0
⎕LX←''
0 0⍴''
⍴''
0 0
⎕LX←''
RANK ERROR
⎕LX←''
^ ^
Here it is in the same GNU APL without Emacs mode:
⍴''
0
⎕LX←''
0 0⍴''
⍴''
0
⎕LX←''
My guess is the Emacs mode .so is clobbering something in GNU APL.
I am running this on 64 bit LinuxMint 16.
Thanks.
Blake
On Sat, May 24, 2014 at 2:04 AM, Elias Mårtenson <[email protected]> wrote:
> I thought I fixed that. Perhaps I didn't push the change to Github.
>
> In any case, you don't have to use it right now, since the version that is
> included in GNU APL itself is right now exactly the same (but with the
> fix).
>
> Regards,
> Elias
>