Thanks for the heads-up on ^C, and thanks for the great tool!
Blake
On Thu, Oct 23, 2014 at 12:32 PM, David B. Lamkins
wrote:
> Thanks, Blake.
>
> Having to disable the terminal's alt-key menu access is expected. I'll
> add that to the README.
>
> (Funny story: I briefly added alt-key access to
The prefix method is the Quail-method available in the Emacs mode. You
prefix the key sequence with a "normal" character (the period in the
default emacs mode) instead of using Alt or something like that. So for
example:
.T → ⍨
.l → ⎕
.& → ⊖
.. → .
Regards,
Elias
On 23 October 2014 18:19
On Thu, Oct 23, 2014 at 5:01 AM, Elias Mårtenson wrote:
> The fact that Alt can be used by other applications (or even the operating
> environment itself) suggests that it would be useful to have another
> mechanism.
>
Perhaps, but what David did works real well without the crazy machinations
I
The fact that Alt can be used by other applications (or even the operating
environment itself) suggests that it would be useful to have another
mechanism.
I still want to promote my prefix-based method. :-)
And... of course... integrating this into gnu apl proper.
Regards,
Elias
On 23 October 2