Re: Rev f43832d: pylint now runs in the background properly!

2016-10-26 Thread Edward K. Ream
On Wed, Oct 26, 2016 at 5:35 PM, Edward K. Ream wrote: > > Rev 4e54da8 changes the terminology from BackgroundManager to > IdleTimeManager, and renames the g.app ivar similarly. Indeed, the > IdleTimeManager has nothing much to do with background processes, although > the

Re: Rev f43832d: pylint now runs in the background properly!

2016-10-26 Thread Edward K. Ream
On Wednesday, October 26, 2016 at 3:21:24 PM UTC-5, Edward K. Ream wrote: > > Rev ef35ae8 > > > is a rewrite of the code. > > 1. g.app.backgroundManager (bm) is a new singleton BackgroundManager >

Re: graph-toggle-autoload

2016-10-26 Thread 'Terry Brown' via leo-editor
Just for same pageness, the intended use pattern is: You have a graph you want displayed when the outline's loaded. You select the "top" node, run 'graph-toggle-autoload', and you're done.  From now going forward, the graph anchored by the node you had selected will be loaded automatically.  

Re: Rev f43832d: pylint now runs in the background properly!

2016-10-26 Thread Edward K. Ream
On Wednesday, October 26, 2016 at 9:50:38 AM UTC-5, Edward K. Ream wrote: > > Rev f43832d > > > completes #328 : > Allow pylint to run in the

Proposal: delete (or deprecate) Leo's macro commands?

2016-10-26 Thread Edward K. Ream
This proposal may be controversial. Furthermore, deleting macro commands may affect people who are not on this list. That is, we don't know for sure whether anyone ever uses macros. Having said that, I think removing these commands makes sense. Emacs's macros seem both clumsy and feeble in

FYI: About to remove more obscure Emacs commands

2016-10-26 Thread Edward K. Ream
Unless I hear howls of protest, the following commands will be removed soon: advertised-undo digit-argument negative-argument number-command number-command-0 ... number-command-9 universal-argument Like other recently-deleted commands, these commands are

Rev f43832d: pylint now runs in the background properly!

2016-10-26 Thread Edward K. Ream
Rev f43832d completes #328 : Allow pylint to run in the background without waiting. How did we ever live with the old way??? The code is

graph-toggle-autoload

2016-10-26 Thread lewis
I've noticed the 'graph-toggle-autoload' command doesn't load graphs consistently. Method 1: Load leo file, Run the 'graph-toggle-autoload' command and select the Graph tab, the graph is not visible. I need to use the node/sibs/recur/ commands to load the graph to a visible state. Method 2: