Rev 0271a0 in sessions completes #1107

2019-04-09 Thread Edward K. Ream
#1107 contains a full report. Here, I'd like to emphasize the highlights, as pre-writing for documentation. 1. The --session-save and --session-restore command-line options are deprecated. Leo will ignore them with a warning if they exist

Re: Ahas: the way forward

2019-04-09 Thread Kent Tenney
=snip= > ignore Kent =snip= I get that a lot. :-] I usually am at a text console, which benefits greatly from tmux and it's Python wrapper tmuxp. tmuxp uses a yaml or json file which describes a tmux session: windows, panes, commands to run etc. $ tmuxp load dbdev.yml dbdev.yml defines a work

Re: Ahas: the way forward

2019-04-09 Thread jkn
On Tuesday, April 9, 2019 at 5:31:02 PM UTC+1, Terry Brown wrote: > > [...] > I never completed the project because of what was, for me, an > insurmountable amount of complexity in initialization with find and > spell tabs in the log pane etc. > > Cheers -Terry > This is not really germane

Re: Ahas: the way forward

2019-04-09 Thread Terry Brown
On Tue, 9 Apr 2019 08:57:03 -0700 (PDT) "Edward K. Ream" wrote: > On Tuesday, April 9, 2019 at 8:28:22 AM UTC-5, Edward K. Ream wrote: > > > Neither Leo's code base nor Leo's ecosystem will change in any > incompatible way. > > I plan to experiment with using a QDockWidget at Leo's top level.

Re: Ahas: the way forward

2019-04-09 Thread Edward K. Ream
On Tuesday, April 9, 2019 at 8:28:22 AM UTC-5, Edward K. Ream wrote: > There is no need for Leo's --session-save & --session-restore command-line arguments! I have just created #1107 for this, and the sessions branch

Re: Ahas: the way forward

2019-04-09 Thread Edward K. Ream
On Tuesday, April 9, 2019 at 8:28:22 AM UTC-5, Edward K. Ream wrote: > Neither Leo's code base nor Leo's ecosystem will change in any incompatible way. I plan to experiment with using a QDockWidget at Leo's top level. As mentioned recently, the QDockWidget is not as flexible as I would like.

Re: Ahas: the way forward

2019-04-09 Thread Edward K. Ream
On Tuesday, April 9, 2019 at 8:57:19 AM UTC-5, Terry Brown wrote: I'm not familiar with --session-save & --session-restore, but I assume > they support multiple named sessions? As Chris mentions, there is no *explicit *support for named sessions. Happily, you can simulate a named session,

Re: Ahas: the way forward

2019-04-09 Thread Chris George
["/home/chris/Working/MegaSync/writing/Origins/Origins.db#Das Book:1-->Writing Exercises:2-->Creating Your Premise\u2014Writing Exercise 1:0", "/working/working/MegaSync/writing/myLife.leo#Root:0-->Notes and Such:9-->Song Lyrics:4-->A Capella:1"] This is my most recent session.leo file which

Re: Ahas: the way forward

2019-04-09 Thread Terry Brown
On Tue, 9 Apr 2019 06:28:22 -0700 (PDT) "Edward K. Ream" wrote: > 1. There is no need for Leo's --session-save & --session-restore > command-line arguments! > > Doh!  Leo can adopt the following strategy: > > - If the command line contains file names, Leo will load only those > files. > - When

Ahas: the way forward

2019-04-09 Thread Edward K. Ream
I spend so much time writing these posts because they save so much time: - Issues become clearer as I write. - Writing primes the mental pump, so that further Ahas appear later. *Minimize regrets* This principle implies the following: 1. Leo will support Python 2 indefinitely. There is no