Re: Fwd: Re: Function editing and line editing have inconsistencies.

2020-03-13 Thread Elias Mårtenson
On Fri, 13 Mar 2020, 19:31 Hans-Peter Sorge, wrote: > Hi, > > thank you for remembering me about the alternatives. > It's remarkable how ingrained the old times editors are into my mind:-) > > btw - to remove the echo line from emacs M-x shell set > `comint-process-echoes` to `t` > gnu-apl-mode

Re: Fwd: Re: Function editing and line editing have inconsistencies.

2020-03-13 Thread Hans-Peter Sorge
Hi, thank you for remembering me about the alternatives. It's remarkable how ingrained the old times editors are into my mind:-) btw - to remove the echo line from emacs M-x shell  set `comint-process-echoes` to `t` Best Regards Hans-Peter Am 12.03.20 um 22:26 schrieb Blake McBride: Or ... 

Re: Fwd: Re: Function editing and line editing have inconsistencies.

2020-03-12 Thread Blake McBride
Or ... I wrote a portable APL-only editor available at https://github.com/blakemcbride/APLEditor On Thu, Mar 12, 2020 at 3:00 PM Alexey Veretennikov < alexey.veretenni...@gmail.com> wrote: > If you use Emacs, you would be happy to know that Elias Mårtenson has > implemented fantastic mode for G

Re: Fwd: Re: Function editing and line editing have inconsistencies.

2020-03-12 Thread Alexey Veretennikov
If you use Emacs, you would be happy to know that Elias Mårtenson has implemented fantastic mode for GNU APL: https://github.com/lokedhs/gnu-apl-mode It makes working with GNU APL a pleasure and removes the necessity of the full screen editing. Br, /Alexey Hans-Peter Sorge writes: >

Fwd: Re: Function editing and line editing have inconsistencies.

2020-03-12 Thread Hans-Peter Sorge
Weitergeleitete Nachricht Betreff:Re: Function editing and line editing have inconsistencies. Datum: Thu, 12 Mar 2020 19:04:38 +0100 Von:Hans-Peter Sorge An: Blake McBride I'd like it that way. In IBM APL2 you can do full screen editing. But in Gnu-APL o