Re: PyPi: package name

2017-11-18 Thread Terry Brown
On Sat, 18 Nov 2017 02:10:40 -0800 (PST) "Edward K. Ream" wrote: > I didn't mean to be flippant. I am perfectly happy to delegate this > matter entirely to you and Terry. > > I haven't done nearly enough delegating, and this is a good place to > start. I'm happy to

Re: ENB: Discussion of the fix to #579 re key bindings

2017-11-18 Thread Edward K. Ream
On Saturday, November 18, 2017 at 6:58:46 AM UTC-6, vitalije wrote: Your questions and suggestions are excellent, and show deep understanding of the code. However, I think the present code, even with its flaws, is slightly preferable. YMMV. How about calling makeAllBindings from plugin

Re: ENB: Discussion of the fix to #579 re key bindings

2017-11-18 Thread vitalije
I am writing this without really looking at code, and I don't remember details since last time I have read the code, so feel free to ignore my comment. How about calling makeAllBindings from plugin manager after loading any group of plugins? If I understand correctly old code worked fine and

I've just closed #510: Improve how Leo handles settings

2017-11-18 Thread Edward K. Ream
Afaik, #579: Key bindings don't take for commands defined in plugins resolves all the remaining issues in #510: Improve how Leo handles settings . But I could be mistaken. Please

Remove top-level docs folder?

2017-11-18 Thread Edward K. Ream
The top-level docs folder is supposed to allow us to publish Leo's web site using GitHub pages. However, my brother Speed has not yet been able to redirect leo-editor.com to http://leo-editor.github.io/leo-editor/ As a result, the entire 41 MB leo-editor/docs folder is useless at present. I

Re: ENB: Discussion of the fix to #579 re key bindings

2017-11-18 Thread Edward K. Ream
On Saturday, November 18, 2017 at 5:17:13 AM UTC-6, Edward K. Ream wrote: 2. Having just complained about redundancy, it's ironic/sad that LM.load > must call k.makeAllBindings redundantly and indirectly. Indeed, the call > to k.makeAllBindings in k.finishCreate (called *early *by LM.load) is

ENB: Discussion of the fix to #579 re key bindings

2017-11-18 Thread Edward K. Ream
Rev bc4e2f purports to fix #579: Key bindings don't take for commands defined in plugins . I saw no reason to create a separate git branch for this item because the code should be tested in master. This is an Engineering Notebook post. It's

Re: PyPi: package name

2017-11-18 Thread Edward K. Ream
On Saturday, November 18, 2017 at 3:58:50 AM UTC-6, Edward K. Ream wrote: > > > > On Sat, Nov 18, 2017 at 1:14 AM, Matt Wilkie wrote: > >> After much conversation, and hack hack hacking between bouts of >> conversation in issue #562 >>

Re: New g.gitDescribe() function

2017-11-18 Thread Edward K. Ream
On Sat, Nov 18, 2017 at 1:22 AM, Matt Wilkie wrote: > I added a new function to leoGobals to grab `git describe` results from > command shell: > https://github.com/leo-editor/leo-editor/commit/ > d4a890b49103212f71d5a5e00af0a139a8e7 > > I followed the pattern of the other

Re: PyPi: package name

2017-11-18 Thread Edward K. Ream
On Sat, Nov 18, 2017 at 1:14 AM, Matt Wilkie wrote: > After much conversation, and hack hack hacking between bouts of > conversation in issue #562 > I've settled on > using the {tag}.dev{distance} approach,

Re: Aha: keep issues short

2017-11-18 Thread Edward K. Ream
On Fri, Nov 17, 2017 at 9:37 PM, Matt Wilkie wrote: > Each Leo issue is, or should be, primarily a management tool, not a >> repository for every related discussion or detail. >> >> It would be best to have all the relevant data fit on a page. We want to >> see the status of