Re: [Jgeneral] Dvorak version of JKeyboard?

2019-04-22 Thread Bill Harris
I'll grab the file through that link, modify it, and email it--or perhaps a patch of it--to you personally. Thanks! (It may be a few days before I get it done.) Oh, and I prefer a CLI plus Emacs, as well. I'm still mildly unhappy that Gmail changed their API enough so that I couldn't figure

Re: [Jgeneral] Dvorak version of JKeyboard?

2019-04-22 Thread bill lam
Hi Bill, Patch is welcome, nevermind the exact format. But my workflow won't help you much because I use only command line tools to do development. Mon, 22 Apr 2019, Bill Harris написал(а): > Thanks, Bill L. > > For (believe it or not) a total newcomer to smartphones, any quick tips > for the

Re: [Jgeneral] Dvorak version of JKeyboard?

2019-04-22 Thread Bill Harris
Thanks, Bill L. For (believe it or not) a total newcomer to smartphones, any quick tips for the steps? I use Git and Azure DevOps at work, so I sorta know my way around GitHub, but I'm not sure if you're suggesting I patch my local copy and use it, clone the repo and ultimately submit a pull

Re: [Jgeneral] Dvorak version of JKeyboard?

2019-04-22 Thread bill lam
keyboard layout is defined in res, you need to patch it dvorak version. https://github.com/jsoftware/jandroid/blob/master/res/xml/qwerty.xml On Tue, Apr 23, 2019, 3:30 AM Bill Harris wrote: > Is there a way to set the alpha page of JKeyboard to Dvorak? > > Thanks, > > Bill >

[Jgeneral] Dvorak version of JKeyboard?

2019-04-22 Thread Bill Harris
Is there a way to set the alpha page of JKeyboard to Dvorak? Thanks, Bill -- For information about J forums see http://www.jsoftware.com/forums.htm

Re: [Jgeneral] Unexpected nonce error in j901

2019-04-22 Thread Pablo Landherr
Thank you. Willco. On Mon, Apr 22, 2019 at 5:52 PM Henry Rich wrote: > If you want to keep using replace you can change the offending k} to > (<"0 k)} . > > Henry Rich > > On 4/22/2019 10:54 AM, chris burke wrote: > > Hi Pablo > > > > That replace function is not in the distribution. Perhaps

Re: [Jgeneral] Unexpected nonce error in j901

2019-04-22 Thread Henry Rich
If you want to keep using replace you can change the offending k} to (<"0 k)}  . Henry Rich On 4/22/2019 10:54 AM, chris burke wrote: Hi Pablo That replace function is not in the distribution. Perhaps you could use the distributed rplc, i.e. 'abcdef' replace 'ab' |value error | 'abcdef'

Re: [Jgeneral] Unexpected nonce error in j901

2019-04-22 Thread chris burke
Hi Pablo That replace function is not in the distribution. Perhaps you could use the distributed rplc, i.e. 'abcdef' replace 'ab' |value error | 'abcdef' replace'ab' 'abcdef' rplc 'ab' bbcdef The behavior of } has changed in 901, see

[Jgeneral] Unexpected nonce error in j901

2019-04-22 Thread Pablo Landherr
The replace verb is a utility (can't remember from which library). Been using it forever, but now it seems broken. Any thoughts? Kind regards, Pablo 9!:14 '' j901/j64/darwin/beta-c/commercial/www.jsoftware.com/2019-04-03T11:20:32 'abcdef' replace 'ab' |nonce error: replace | q k}x replace