Re: possible off-screen bug

2014-12-04 Thread Edward K. Ream
On Thu, Dec 4, 2014 at 11:05 AM, 'Terry Brown' via leo-editor < leo-editor@googlegroups.com> wrote: > > But the "valuespace" command is rendering the result of the last > executed code block using pprint.pprint, which includes the values and > handles indentation and alignment. > ​Time to look at

Re: possible off-screen bug

2014-12-04 Thread 'Terry Brown' via leo-editor
On Thu, 4 Dec 2014 11:02:51 -0600 "Edward K. Ream" wrote: > On Sat, Nov 29, 2014 at 1:11 AM, Matt Wilkie wrote: > > > > > > > Now how did you get that nicely formatted `c.db.keys()` in the first > > section? I had to wrap it in `g.es(c.db.keys())`, and then it > > prints all in one line. > > >

Re: possible off-screen bug

2014-12-04 Thread Edward K. Ream
On Sat, Nov 29, 2014 at 1:11 AM, Matt Wilkie wrote: > > > Now how did you get that nicely formatted `c.db.keys()` in the first > section? I had to wrap it in `g.es(c.db.keys())`, and then it prints all > in one line. > ​You don't need valuespace for this. For any dict d, the idiom is:: prin

Re: possible off-screen bug

2014-11-29 Thread 'Terry Brown' via leo-editor
On Fri, 28 Nov 2014 23:11:15 -0800 Matt Wilkie wrote: > > for k in c.db.keys(): > > if k.split('/')[0] in ( > > "window_position_fcache", > > "body_secondary_ratio_fcache", > > "body_outline_ratio_fcache", > > "current_position_fcache", > > ): > > d

Re: possible off-screen bug

2014-11-28 Thread Matt Wilkie
> for k in c.db.keys(): > if k.split('/')[0] in ( > "window_position_fcache", > "body_secondary_ratio_fcache", > "body_outline_ratio_fcache", > "current_position_fcache", > ): > del c.db[k] > Thanks Terry! That cured my problem and introduced me to

Re: possible off-screen bug

2014-11-27 Thread 'Terry Brown' via leo-editor
On Wed, 26 Nov 2014 22:38:43 -0800 Matt Wilkie wrote: > ...Later: The pattern seems to be that any file I open from the > command line, opens off-screen, while starting Leo with no params and > then opening with File menu is ok. Weird. > > No, that's not it. It gets even weirder. Opens off-scree

possible off-screen bug

2014-11-26 Thread Matt Wilkie
Good evening gents, I had a bit of a problem with Leo this evening, though I don't know if the source was Leo, my laptop, or something else. I use Dropbox to keep my project environment in sync across the 3 machines I use most often (all Windows). %HOME% is set to C:\Users\{me}\Drobox, mapped as