gnu-apl-mode
gnu-apl-mode copied to clipboard
GNU APL mode for Emacs
More a *question* than an *issue* : is there currently a way to open multiple APL sessions in the same emacs instance ? - if so, how ? - if...
Dear Elias, The APL-Z input method is exceedingly useful to APL users whose keyboard des not have (and *cannot* have) a `Super` key (case in point : my laptop ;-))....
From .emacs-custom: > '(gnu-apl-flash-on-send t) '(gnu-apl-show-apl-welcome t) '(gnu-apl-show-keymap-on-startup t) Config: > GNU Emacs 29.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.33, cairo version 1.16.0) of 2022-10-26 gnu-apl-mode-20220404.341 Thanks!
`M-x gnu-apl` `C-h v default-input-method` > default-input-method is a variable defined in ‘mule-cmds.el’. > > Its value is "german-postfix" > Original value was nil > > Default input method for...
For whatever reason there is an extra newline on input to the interpreter: With this example ``` ⎕ ← ⊂data ← (1 2 3 4) (2 5 8 6) (8...
hi Elias, hi APL-folks, first let me thank for this sexy piece of software! I am new to the APL-world, but really enjoy wraping my mind around these wonderful symbols!...
When editing interactive function, it is not possible to close/save function buffer with Ctrl-c Ctrl-c when the function contains build-in function calls like ``` )HOST 'ls' ``` The error is...
This pull-request moves metadata about this package from `-pkg.el` to `.el` and deletes the now redundant `-pkg.el`. The `-pkg.el` file is not supposed to be tracked in the Git repository....