Re: Leo 6.7.8 released to pypi

2024-03-21 Thread Edward K. Ream
>  Leo 6.7.8.post3 is now working as expected in an existing 'venv' w/i a
> Fedora 38 VM !
>

Excellent. Thanks for your testing :-)

Edward

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to leo-editor+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/leo-editor/CAMF8tS3cYVR%3DJhG2Hp1tXwVQZFw%2BV1wizxJcDoAw3b%2BaF9Q1Bw%40mail.gmail.com.


Re: Small puzzle: where is this focus-to-body action coming from?

2024-03-21 Thread jkn


On Thursday, March 21, 2024 at 8:07:57 PM UTC gates...@gmail.com wrote:

Oh wow, I completely missed the @ignore.

Curious, my machine does focus-to-body (or something similar, at least) on 
Ctrl+Right too, but I can't find any reason for that keybinding to be in 
place, nor does it show up in my 'show-commands' output either.  Only 
appears to work from the tree or log panes -- once in the body, 
forward-word happens instead (as intended).


yes, that is the behaviour I see
 

I somehow doubt Ctrl+RightArrow equals the same keycode as Tab, because 
Ctrl+RightArrow acts differently from Tab in the body editor.

agreed
 

I wonder if this is some default tab-indexing thing in PyQT that we're not 
un-setting.  Maybe QT has Ctrl+(arrow keys) as default keybindings to 
navigate between widgets?

yes, I am wondering that too

FWIW I realised that 'Ctrl-Next' and 'Ctrl-Prior' refer to what would 
describe as "Ctrl-PgUp' and 'Ctrl-PgDn'.

This is all because I am hoping to implement something that *cycles* pane 
focus. One keystroke to move from tree->body->(maybe)log->tree-> ...

There are probably some gotchas to this, but I have a fixed pane payout...

 

Ctrl+LeftArrow in either tree or log panes also seems to set focus to the 
body pane too.  When I 'float' the body pane (have it in a separate 
window), the behavior stops -- neither Ctrl+Right nor Ctrl+Left do anything 
in the tree pane any longer.

Weird!

Jake

On Thu, Mar 21, 2024 at 3:20 PM jkn  wrote:

Yes, but that is for Alt-d, not the keystrokes I was mentioning.

I see the one that Jake mentions, above, but that seems to be for vi 
emulation, which AFAIK I do not have enabled. Anyway, that setting is 
within an @ignore node. At any rate, I do not have an entry for " 
enter-tree-expand-and-go-right-mode" from 'show-commands'

and I now want to know what keystrokes generate Ctrl-next and Ctrl-prior...

On Thursday, March 21, 2024 at 6:21:02 PM UTC tbp1...@gmail.com wrote:

On Thursday, March 21, 2024 at 2:02:50 PM UTC-4 jkn wrote:

Nevertheless - other @shortcuts I have in myLeoSettings.leo are shown in 
the log output to 'show-commands' - why not this one?


It's in there. My listings for Settings/Show Settings /Show Commands has it:

Alt+d   focus-to-body

It's hard to find things in these listings so I copied it and pasted it 
into a text editor.  A search for the command name located its line. Note 
that either a + or - symbol can be used for bindings, as best I know.

-- 

You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an 
email to leo-editor+...@googlegroups.com.

To view this discussion on the web visit 
https://groups.google.com/d/msgid/leo-editor/22e3b8f1-93db-4f47-913d-d3321dd75acan%40googlegroups.com
 

.

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to leo-editor+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/leo-editor/88a2cfa4-b9fa-4c6a-84c3-0ad0bd191f36n%40googlegroups.com.


Re: Small puzzle: where is this focus-to-body action coming from?

2024-03-21 Thread Jacob Peck
Oh wow, I completely missed the @ignore.

Curious, my machine does focus-to-body (or something similar, at least) on
Ctrl+Right too, but I can't find any reason for that keybinding to be in
place, nor does it show up in my 'show-commands' output either.  Only
appears to work from the tree or log panes -- once in the body,
forward-word happens instead (as intended).

I somehow doubt Ctrl+RightArrow equals the same keycode as Tab, because
Ctrl+RightArrow acts differently from Tab in the body editor.

I wonder if this is some default tab-indexing thing in PyQT that we're not
un-setting.  Maybe QT has Ctrl+(arrow keys) as default keybindings to
navigate between widgets?

Ctrl+LeftArrow in either tree or log panes also seems to set focus to the
body pane too.  When I 'float' the body pane (have it in a separate
window), the behavior stops -- neither Ctrl+Right nor Ctrl+Left do anything
in the tree pane any longer.

Weird!

Jake

On Thu, Mar 21, 2024 at 3:20 PM jkn  wrote:

> Yes, but that is for Alt-d, not the keystrokes I was mentioning.
>
> I see the one that Jake mentions, above, but that seems to be for vi
> emulation, which AFAIK I do not have enabled. Anyway, that setting is
> within an @ignore node. At any rate, I do not have an entry for "
> enter-tree-expand-and-go-right-mode" from 'show-commands'
>
> and I now want to know what keystrokes generate Ctrl-next and Ctrl-prior...
>
> On Thursday, March 21, 2024 at 6:21:02 PM UTC tbp1...@gmail.com wrote:
>
>> On Thursday, March 21, 2024 at 2:02:50 PM UTC-4 jkn wrote:
>>
>> Nevertheless - other @shortcuts I have in myLeoSettings.leo are shown in
>> the log output to 'show-commands' - why not this one?
>>
>>
>> It's in there. My listings for Settings/Show Settings /Show Commands has
>> it:
>>
>> Alt+d   focus-to-body
>>
>> It's hard to find things in these listings so I copied it and pasted it
>> into a text editor.  A search for the command name located its line. Note
>> that either a + or - symbol can be used for bindings, as best I know.
>>
> --
> You received this message because you are subscribed to the Google Groups
> "leo-editor" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to leo-editor+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/leo-editor/22e3b8f1-93db-4f47-913d-d3321dd75acan%40googlegroups.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to leo-editor+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/leo-editor/CAJ1i%2BSaQ7Azr%2B6XwufvDjKx2r763deBVpJpssVBjBT-NVp0vEQ%40mail.gmail.com.


Re: Leo 6.7.8 released to pypi

2024-03-21 Thread Viktor Ransmayr
Hello Edward,

Edward K. Ream schrieb am Donnerstag, 21. März 2024 um 12:53:13 UTC+1:

Leo 6.7.8.post3 is now available on Leo's pypi page 
.


This version installs leo.exe, leo-c.exe, and leo-console.exe in the 
"Python3.x/scripts" folder. These scripts work for me.


 Leo 6.7.8.post3 is now working as expected in an existing 'venv' w/i a 
Fedora 38 VM !

With kind regards,

Viktor

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to leo-editor+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/leo-editor/57215828-9630-4157-af67-eb2876f03cb8n%40googlegroups.com.


Re: Small puzzle: where is this focus-to-body action coming from?

2024-03-21 Thread jkn
Yes, but that is for Alt-d, not the keystrokes I was mentioning.

I see the one that Jake mentions, above, but that seems to be for vi 
emulation, which AFAIK I do not have enabled. Anyway, that setting is 
within an @ignore node. At any rate, I do not have an entry for " 
enter-tree-expand-and-go-right-mode" from 'show-commands'

and I now want to know what keystrokes generate Ctrl-next and Ctrl-prior...

On Thursday, March 21, 2024 at 6:21:02 PM UTC tbp1...@gmail.com wrote:

> On Thursday, March 21, 2024 at 2:02:50 PM UTC-4 jkn wrote:
>
> Nevertheless - other @shortcuts I have in myLeoSettings.leo are shown in 
> the log output to 'show-commands' - why not this one?
>
>
> It's in there. My listings for Settings/Show Settings /Show Commands has 
> it:
>
> Alt+d   focus-to-body
>
> It's hard to find things in these listings so I copied it and pasted it 
> into a text editor.  A search for the command name located its line. Note 
> that either a + or - symbol can be used for bindings, as best I know.
>

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to leo-editor+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/leo-editor/22e3b8f1-93db-4f47-913d-d3321dd75acan%40googlegroups.com.


Re: Small puzzle: where is this focus-to-body action coming from?

2024-03-21 Thread Thomas Passin

On Thursday, March 21, 2024 at 2:02:50 PM UTC-4 jkn wrote:

Nevertheless - other @shortcuts I have in myLeoSettings.leo are shown in 
the log output to 'show-commands' - why not this one?


It's in there. My listings for Settings/Show Settings /Show Commands has it:

Alt+d   focus-to-body

It's hard to find things in these listings so I copied it and pasted it 
into a text editor.  A search for the command name located its line. Note 
that either a + or - symbol can be used for bindings, as best I know.

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to leo-editor+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/leo-editor/6106f3b1-fb1d-47fc-9208-91955ba90f72n%40googlegroups.com.


Re: Small puzzle: where is this focus-to-body action coming from?

2024-03-21 Thread Jacob Peck
Seems to be defined in this node in the leoSettings.leo file shipped with
devel:

unl:gnx://leoSettings.leo#ekr.20140721165014.19188 (line 88 of that node)

```
<...snip...>
enter-tree-expand-and-go-right-mode ! tree = Ctrl-RtArrow
<...snip...>
```

Jake

On Thu, Mar 21, 2024 at 2:02 PM jkn  wrote:

>  sorry, I should correct myself. I *do* know about shortcuts - I have
> forgotten that that was the name for the 'bind command to key' settings. I
> was thinking that was '@binding' or something.
>
> Nevertheless - other @shortcuts I have in myLeoSettings.leo are shown in
> the log output to 'show-commands' - why not this one?
>
> Or is it because this (Ctrl-right-arrow) is "Ctrl-Next"? This is shown in
> LeoSettings.leo and in the log pane:
>
> tab-cycle-previous  = Ctrl-Prior
> tab-cycle-next  = Ctrl-Next
> tab-cycle-next  = Ctrl-Tab
>
> ? (I had never though of 'Ctrl-Next', and 'Ctrl-Prior', as referring to
> these key presses)
>
> Great, in that case ... except that for me you can't *cycle* between the
> panes using this, only from tree to body. At least for me ... more
> investigation...
>
> J^n
>
>
> On Thursday, March 21, 2024 at 5:51:57 PM UTC jkn wrote:
>
>> I am not sure I even know what @shortcuts are! They are hardly mentioned
>> in the docs.
>>
>> Right, off to investigate, thanks...
>>
>> On Thursday, March 21, 2024 at 5:28:09 PM UTC tbp1...@gmail.com wrote:
>>
>>> It's in LeoSettings.leo, in the node @shortcuts Gui operations.
>>>
>>> On Thursday, March 21, 2024 at 10:33:33 AM UTC-4 jkn wrote:
>>>
 I keep meaning to look at 'improving' (for my needs) navigation between
 Tree and body panes. Whilst taking a look at this again I found a puzzle.

 I have what is (I think) the standard bindings for this:

 # show-commands
 Alt+d   focus-to-body
tree:Tab focus-to-body
 focus-to-find
 focus-to-log
 focus-to-minibuffer
 focus-to-spell-tab
 Alt+t   focus-to-tree

 However - CTRL+right (ie. main arrow keys on my 107-key KB) seems to do
 focus-to-body as well as TAB.

 Any idea where this binding might be occurring? Is CTRL-right getting
 turned into TAB somewhere? How can I find out, if show-commands gives the
 output above?

 Thanks, jon N


 --
> You received this message because you are subscribed to the Google Groups
> "leo-editor" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to leo-editor+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/leo-editor/0be80899-b9d8-4acc-afed-e50a74766276n%40googlegroups.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to leo-editor+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/leo-editor/CAJ1i%2BSb9ZWSKH5EP8_NJbBNa104DSCvKKBeggTQShXxBkbVeSg%40mail.gmail.com.


Re: Small puzzle: where is this focus-to-body action coming from?

2024-03-21 Thread jkn
 sorry, I should correct myself. I *do* know about shortcuts - I have 
forgotten that that was the name for the 'bind command to key' settings. I 
was thinking that was '@binding' or something.

Nevertheless - other @shortcuts I have in myLeoSettings.leo are shown in 
the log output to 'show-commands' - why not this one?

Or is it because this (Ctrl-right-arrow) is "Ctrl-Next"? This is shown in 
LeoSettings.leo and in the log pane:

tab-cycle-previous  = Ctrl-Prior
tab-cycle-next  = Ctrl-Next
tab-cycle-next  = Ctrl-Tab

? (I had never though of 'Ctrl-Next', and 'Ctrl-Prior', as referring to 
these key presses)

Great, in that case ... except that for me you can't *cycle* between the 
panes using this, only from tree to body. At least for me ... more 
investigation...

J^n


On Thursday, March 21, 2024 at 5:51:57 PM UTC jkn wrote:

> I am not sure I even know what @shortcuts are! They are hardly mentioned 
> in the docs.
>
> Right, off to investigate, thanks...
>
> On Thursday, March 21, 2024 at 5:28:09 PM UTC tbp1...@gmail.com wrote:
>
>> It's in LeoSettings.leo, in the node @shortcuts Gui operations.
>>
>> On Thursday, March 21, 2024 at 10:33:33 AM UTC-4 jkn wrote:
>>
>>> I keep meaning to look at 'improving' (for my needs) navigation between 
>>> Tree and body panes. Whilst taking a look at this again I found a puzzle.
>>>
>>> I have what is (I think) the standard bindings for this:
>>>
>>> # show-commands
>>> Alt+d   focus-to-body
>>>tree:Tab focus-to-body
>>> focus-to-find
>>> focus-to-log
>>> focus-to-minibuffer
>>> focus-to-spell-tab
>>> Alt+t   focus-to-tree
>>>
>>> However - CTRL+right (ie. main arrow keys on my 107-key KB) seems to do 
>>> focus-to-body as well as TAB.
>>>
>>> Any idea where this binding might be occurring? Is CTRL-right getting 
>>> turned into TAB somewhere? How can I find out, if show-commands gives the 
>>> output above?
>>>
>>> Thanks, jon N
>>>
>>>
>>>

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to leo-editor+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/leo-editor/0be80899-b9d8-4acc-afed-e50a74766276n%40googlegroups.com.


Re: Small puzzle: where is this focus-to-body action coming from?

2024-03-21 Thread jkn
I am not sure I even know what @shortcuts are! They are hardly mentioned in 
the docs.

Right, off to investigate, thanks...

On Thursday, March 21, 2024 at 5:28:09 PM UTC tbp1...@gmail.com wrote:

> It's in LeoSettings.leo, in the node @shortcuts Gui operations.
>
> On Thursday, March 21, 2024 at 10:33:33 AM UTC-4 jkn wrote:
>
>> I keep meaning to look at 'improving' (for my needs) navigation between 
>> Tree and body panes. Whilst taking a look at this again I found a puzzle.
>>
>> I have what is (I think) the standard bindings for this:
>>
>> # show-commands
>> Alt+d   focus-to-body
>>tree:Tab focus-to-body
>> focus-to-find
>> focus-to-log
>> focus-to-minibuffer
>> focus-to-spell-tab
>> Alt+t   focus-to-tree
>>
>> However - CTRL+right (ie. main arrow keys on my 107-key KB) seems to do 
>> focus-to-body as well as TAB.
>>
>> Any idea where this binding might be occurring? Is CTRL-right getting 
>> turned into TAB somewhere? How can I find out, if show-commands gives the 
>> output above?
>>
>> Thanks, jon N
>>
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to leo-editor+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/leo-editor/de7a882f-a1ce-4b97-84bf-d75b921e10a1n%40googlegroups.com.


Re: Small puzzle: where is this focus-to-body action coming from?

2024-03-21 Thread Thomas Passin
It's in LeoSettings.leo, in the node @shortcuts Gui operations.

On Thursday, March 21, 2024 at 10:33:33 AM UTC-4 jkn wrote:

> I keep meaning to look at 'improving' (for my needs) navigation between 
> Tree and body panes. Whilst taking a look at this again I found a puzzle.
>
> I have what is (I think) the standard bindings for this:
>
> # show-commands
> Alt+d   focus-to-body
>tree:Tab focus-to-body
> focus-to-find
> focus-to-log
> focus-to-minibuffer
> focus-to-spell-tab
> Alt+t   focus-to-tree
>
> However - CTRL+right (ie. main arrow keys on my 107-key KB) seems to do 
> focus-to-body as well as TAB.
>
> Any idea where this binding might be occurring? Is CTRL-right getting 
> turned into TAB somewhere? How can I find out, if show-commands gives the 
> output above?
>
> Thanks, jon N
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to leo-editor+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/leo-editor/bcbdf5d8-1934-4a74-b1ba-f15b9cc1a8e3n%40googlegroups.com.


Small puzzle: where is this focus-to-body action coming from?

2024-03-21 Thread jkn
I keep meaning to look at 'improving' (for my needs) navigation between 
Tree and body panes. Whilst taking a look at this again I found a puzzle.

I have what is (I think) the standard bindings for this:

# show-commands
Alt+d   focus-to-body
   tree:Tab focus-to-body
focus-to-find
focus-to-log
focus-to-minibuffer
focus-to-spell-tab
Alt+t   focus-to-tree

However - CTRL+right (ie. main arrow keys on my 107-key KB) seems to do 
focus-to-body as well as TAB.

Any idea where this binding might be occurring? Is CTRL-right getting 
turned into TAB somewhere? How can I find out, if show-commands gives the 
output above?

Thanks, jon N


-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to leo-editor+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/leo-editor/6479b10a-ca08-4767-bf1a-15fe3e9ef0ean%40googlegroups.com.


Leo 6.7.8 released to pypi

2024-03-21 Thread Edward K. Ream
 

Leo 6.7.8.post3 is now available on Leo's pypi page 
.


This version installs leo.exe, leo-c.exe, and leo-console.exe in the 
"Python3.x/scripts" folder. These scripts work for me.


This release concludes work on Leo 6.7.8.  Onward!


Edward

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to leo-editor+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/leo-editor/dc66f571-eb89-48bb-b27e-11e86712a1f2n%40googlegroups.com.


Re: ENB: Distribution challenges

2024-03-21 Thread Edward K. Ream
On Wednesday, March 20, 2024 at 11:15:05 AM UTC-5 Edward K. Ream wrote:

> This post will be pre-writing for a new info item. 

See #3837 : How to 
create pypi distributions. I'll update this item as necessary.

The "workflow" section should convince you that scripts are necessary.

Edward

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to leo-editor+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/leo-editor/405dc348-0156-4a54-bd84-8f3150c308b1n%40googlegroups.com.