Re: [Bug-apl] Readline elimination feedback

2014-09-06 Thread Juergen Sauermann
Hi Blake, thanks, fixed in SVN 458. /// Jürgen On 09/06/2014 05:40 PM, Blake McBride wrote: Dear Juergen, I wasn't using --noRL.  Perhaps that was the problem.  Using SVN 457 I get:

Re: [Bug-apl] Readline elimination feedback

2014-09-06 Thread Blake McBride
Dear Juergen, I wasn't using --noRL. Perhaps that was the problem. Using SVN 457 I get: $ apl --noRL 13 history lines read from file /home/blake/.apl.history __ _ __ __ _____ __ / // | / // / / / / | / __ \ / /

Re: [Bug-apl] Readline elimination feedback

2014-09-06 Thread Juergen Sauermann
Hi Blake, 1. seems to work on my machine (SVN 455, with or without readline installed): 2. fixed in SVN 456 (for readline, already worked for --noRL) 3. also seems to work as of SVN 455. Please make sure you use --noRL because the cur

Re: [Bug-apl] Readline elimination feedback

2014-09-05 Thread Blake McBride
^C will still have to travel all the way through. We'll see. The ability to scroll through previous commands and edit new and previous lines with emacs-like commands (rather than just backspace) was very highly regarded, appreciated, and used by me. Thanks. Blake On Fri, Sep 5, 2014 at 8:59

Re: [Bug-apl] Readline elimination feedback

2014-09-05 Thread Elias Mårtenson
I doubt it. It works on a different level. Regards, Elias On 5 Sep 2014 21:58, "Blake McBride" wrote: > Wouldn't that just re-introduce all the previous problems with readline? > > > On Fri, Sep 5, 2014 at 8:46 AM, Elias Mårtenson wrote: > >> You should be able to use rlwrap to get line history

Re: [Bug-apl] Readline elimination feedback

2014-09-05 Thread Blake McBride
Wouldn't that just re-introduce all the previous problems with readline? On Fri, Sep 5, 2014 at 8:46 AM, Elias Mårtenson wrote: > You should be able to use rlwrap to get line history in any application. > It should work with GNU APL too. > > Regards, > Elias > On 5 Sep 2014 21:38, "Blake McBrid

Re: [Bug-apl] Readline elimination feedback

2014-09-05 Thread Elias Mårtenson
You should be able to use rlwrap to get line history in any application. It should work with GNU APL too. Regards, Elias On 5 Sep 2014 21:38, "Blake McBride" wrote: > Feedback for revision 453 > > 1. x←⍞ > > returns without waiting for a user response > > same for x←⎕ but when I tried again ⎕ w

[Bug-apl] Readline elimination feedback

2014-09-05 Thread Blake McBride
Feedback for revision 453 1. x←⍞ returns without waiting for a user response same for x←⎕ but when I tried again ⎕ worked. Something wrong here. 2. I really liked up-arrow and down-arrow cycling through previous input. Will we regain that? 3. Where are the line numbers? ∇test