Re: [Jprogramming] 902-beta-m

2019-10-02 Thread 'Mike Day' via Programming
Thanks, Bill Mike Sent from my iPad > On 3 Oct 2019, at 00:46, bill lam wrote: > > Correct. jandroid and raspberry pi always lag behind. > > On Thu, Oct 3, 2019, 7:19 AM 'Mike Day' via Programming < > programm...@jsoftware.com> wrote: > >> I’m getting to grips, at last, with an Android phon

Re: [Jprogramming] 902-beta-m

2019-10-02 Thread Ric Sherlock
Sounds like a good outcome. Nice work!! On Thu, Oct 3, 2019 at 11:59 AM bill lam wrote: > jconsole should now detect different versions of libedit and load it at run > time, so that it should always succeed unless libedit had not been > installed, in that case jconsole falls back to use line noi

Re: [Jprogramming] 902-beta-m

2019-10-02 Thread bill lam
Correct. jandroid and raspberry pi always lag behind. On Thu, Oct 3, 2019, 7:19 AM 'Mike Day' via Programming < programm...@jsoftware.com> wrote: > I’m getting to grips, at last, with an Android phone. I’ve managed to > download J901 a couple of times; the latest beta still appears to be > vers

Re: [Jprogramming] 902-beta-m

2019-10-02 Thread 'Mike Day' via Programming
I’m getting to grips, at last, with an Android phone. I’ve managed to download J901 a couple of times; the latest beta still appears to be version “l” . Is that correct? No rush necessary for me, just curious. Thanks, Mike Sent from my iPad > On 2 Oct 2019, at 17:57, Eric Iverson wrote:

Re: [Jprogramming] 902-beta-m

2019-10-02 Thread bill lam
jconsole should now detect different versions of libedit and load it at run time, so that it should always succeed unless libedit had not been installed, in that case jconsole falls back to use line noise library, where file tab completion is not supported. On Thu, Oct 3, 2019, 5:00 AM Ric Sherloc

Re: [Jprogramming] 902-beta-m

2019-10-02 Thread Ric Sherlock
Thanks Eric, Yeah that makes sense. I've installed the latest tar (beta k) and updated the engine to beta m. I can confirm that jconsole shortcuts are working as expected now. Cheers, On Thu, Oct 3, 2019 at 9:43 AM Eric Iverson wrote: > Ric, re 901 jconsole: > je_update only updates the JE sha

Re: [Jprogramming] 902-beta-m

2019-10-02 Thread Eric Iverson
You could be using different versions of jconsole so that should be checked. Perhaps easiest by just getting the latest from the download/jengine/ On Wed, Oct 2, 2019 at 4:53 PM Joey K Tuttle wrote: > ctrl+z is working for me (to suspend the j process and I can later return > to it with %) in Ub

Re: [Jprogramming] 902-beta-m

2019-10-02 Thread Joey K Tuttle
ctrl+z is working for me (to suspend the j process and I can later return to it with %) in Ubuntu terminal sessions. > On 2019Oct 2, at 13:42, Eric Iverson wrote: > > Ric, re 901 jconsole: > je_update only updates the JE shared library. The jconsole you are running > will be the one from the

Re: [Jprogramming] 902-beta-m

2019-10-02 Thread Eric Iverson
Ric, re 901 jconsole: je_update only updates the JE shared library. The jconsole you are running will be the one from the last beta install you did. I am not sure on the status of this and will wait for Bill to comment. The latest jconsole binary will have been uploaded and will be at the downlo

Re: [Jprogramming] 902-beta-m

2019-10-02 Thread Ric Sherlock
I note that jconsole in the m beta no longer appears to support ctrl+z for me on Ubuntu (WSL)? There appears to be support for a couple of shortcuts (e.g. Ctrl+w :delete word to left, and Ctrl+u :delete entire line) but no tab-completion of file names. It would be good to get an update on the chan

Re: [Jprogramming] 902-beta-m

2019-10-02 Thread Raul Miller
For people running a unixy system (linux, osx, maybe even cygwin [untested]) who have j901 installed in their home directory, here's a shell script to update J: #!/bin/sh $HOME/j901/bin/jconsole <<___ load'pacman' je_update_jpacman_'' ___ echo JVERSION | $HOME/j901/bin/jconsole (I got tired o

[Jprogramming] 902-beta-m

2019-10-02 Thread Eric Iverson
901-beta-m is available. This fixes a few bugs found in the previous beta. We are near the end of the beta cycle and expect the official 901 release to be in early November. Please move to using the latest beta now and help make sure the final release is as solid as possible. ---