Re: [Bug-apl] Power Operator

2014-08-14 Thread Juergen Sauermann
Hi Kacper, I see. I will look into this after the GHM. /// Jürgen On 08/13/2014 10:59 PM, Kacper Gutowski wrote: On 2014-08-13 19:42:25, Juergen Sauermann wrote: I believe the VALENCE ERROR comes because = is dyadic and the lambda is monadic? In GNU APL (and in the ISO standard) there is no

Re: [Bug-apl] A GTK wrapper for GNU APL

2014-08-14 Thread Chris Moller
Now that my eyeballs have gone all squiggly staring at alien characters, I think the latest push has the right keymap and keymap pop-up. The GNU APL Avec.def file doesn't contain a "CENT" reference, so I faked one in aplwrap. So far as I can tell, APL is cool with it as a character; it doesn'

Re: [Bug-apl] GNU APL GTK wrapper

2014-08-14 Thread Chris Moller
I'll take a look at that. Is your protocol documented somewhere? Or is it implicit in gnu-apl-mode/native? cm On 08/13/14 23:28, Elias Mårtenson wrote: Hello Chris, I've been following the discussions about the GTK wrapper, and while I'm not using it myself (since I work on the Emacs integ

Re: [Bug-apl] GNU APL GTK wrapper

2014-08-14 Thread Elias Mårtenson
It's very much undocumented. It's also very ad-hoc since I just added functions as they were needed. You can see the implementation in the GNU APL source under src/emacs_mode I think. Every command is in its own file with a name ending with *Command.cc. I'm on the phone right now so I can't give

[Bug-apl] Segfault in empty replicate-assignment

2014-08-14 Thread Kacper Gutowski
(⍬/X)←⍬ ⊣ X←⍬ SEGMENTATION FAULT -- Stack trace at main.cc:140 0x7f4f289fbb45 __libc_start_main 0x43b725 main 0x556c75 Workspace::immediate_execution(b

Re: [Bug-apl] A GTK wrapper for GNU APL

2014-08-14 Thread Chris Moller
A few more patches pushed, including mapping the keyboard interrupt to the ctrl-break key. cm On 08/13/14 19:24, Blake McBride wrote: IMO either Copy or Break should be moved to a menu option. On Wed, Aug 13, 2014 at 6:21 PM, David Lamkins > wrote: Control-C

Re: [Bug-apl] A GTK wrapper for GNU APL

2014-08-14 Thread Blake McBride
What is the "ctrl-break" key? I don't have any key labeled "break". On Thu, Aug 14, 2014 at 10:21 PM, Chris Moller wrote: > A few more patches pushed, including mapping the keyboard interrupt to > the ctrl-break key. > > cm > > > > On 08/13/14 19:24, Blake McBride wrote: > > IMO either Copy o

Re: [Bug-apl] A GTK wrapper for GNU APL

2014-08-14 Thread Elias Mårtenson
It's in the top-right corner here: http://techgage.com/reviews/corsair/vengeance_peripherals/k60/corsair_k60_03.jpg Regards, Elias On 15 August 2014 11:57, Blake McBride wrote: > What is the "ctrl-break" key? I don't have any key labeled "break". > > > On Thu, Aug 14, 2014 at 10:21 PM, Chris

Re: [Bug-apl] A GTK wrapper for GNU APL

2014-08-14 Thread Blake McBride
Thanks for the help. I found it! (I do most of my work on a Sony laptop. That key is next to the function keys on this keyboard.) The ctl-break does interrupt the function. Thanks! Blake On Thu, Aug 14, 2014 at 11:04 PM, Elias Mårtenson wrote: > It's in the top-right corner here: > http:

Re: [Bug-apl] GNU APL GTK wrapper

2014-08-14 Thread Chris Moller
Very cool. I'll definitely try it out once aplwrap is reasonably stable. cm On 08/14/14 20:30, Elias Mårtenson wrote: It's very much undocumented. It's also very ad-hoc since I just added functions as they were needed. You can see the implementation in the GNU APL source under src/emacs_mode