commit_timestamp.json: Rev 754cf6: crashes. Fixed at 8d3c36

2017-07-31 Thread Edward K. Ream
leo/core/commit_timestamp.json contained non-ascii characters. I simply replaced the Cyrillic characters with ascii characters. Not sure how that happened, or how Leo should prevent the crash. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" gr

Re: Bookmarks plugin - crashes saving layout

2017-07-31 Thread lewis
Console gui doesn't run, here is console log: *launchleo.py --gui=console* *[snip]* *Found /help/replace TypeDict: None is not a valid key traverse,visitNode,doData,setcan not create curses gui.createDefaultGui: Leo requires Qt to be installed.Leo 5.5, build 20170731192022, пон, 31.

Re: Bookmarks plugin - crashes saving layout

2017-07-31 Thread lewis
All fixed. Thank you Vitalije. Regards Lewis -- 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 post to this group, send

Re: Bookmarks plugin - crashes saving layout

2017-07-31 Thread Terry Brown
On Mon, 31 Jul 2017 11:28:47 -0700 (PDT) vitalije wrote: > Is it necessary to have TZ set? If it needs to be UTC maybe it would > be better to use {date -u}. > > Vitalije Yes, `date -u` is better, just wasn't aware of it. Thanks. -- You received this message because you are subscribed to th

Re: Bookmarks plugin - crashes saving layout

2017-07-31 Thread vitalije
Is it necessary to have TZ set? If it needs to be UTC maybe it would be better to use {date -u}. Vitalije -- 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-ed

Re: Bookmarks plugin - crashes saving layout

2017-07-31 Thread vitalije
I figured it out. It was enough just to insert a line: LC_ALL=en_US.utf-8 in commit-msg hook. The next commit will have English date in asctime field. Vitalije -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and s

Re: Bookmarks plugin - crashes saving layout

2017-07-31 Thread Terry Brown
On Mon, 31 Jul 2017 10:24:22 -0700 (PDT) vitalije wrote: > Thanks. I have installed hooks now and made first commit/push. I hope > it worked now. > > It changed asctime to localized representation of time. I don't know > if it matters. > > Vitalije Ha, well, I think it looks cool, Leo correctl

Re: Bookmarks plugin - crashes saving layout

2017-07-31 Thread vitalije
Thanks. I have installed hooks now and made first commit/push. I hope it worked now. It changed asctime to localized representation of time. I don't know if it matters. Vitalije -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe fr

Re: Bookmarks plugin - crashes saving layout

2017-07-31 Thread Terry Brown
On Mon, 31 Jul 2017 09:42:37 -0700 (PDT) vitalije wrote: > > > > > > > > As an aside, Vitalije, I see you don't have the git commit hooks > > > that update the build number for Leo - a1043408d36f is more > > > recent than 20170721094758. > > > > > > Cheers -Terry > > > > > > > I am not aware

Re: Bookmarks plugin - crashes saving layout

2017-07-31 Thread vitalije
> > > > As an aside, Vitalije, I see you don't have the git commit hooks that > > update the build number for Leo - a1043408d36f is more recent than > > 20170721094758. > > > > Cheers -Terry > > > > I am not aware of this hooks. How can I install them? Vitalije -- You received this messag

Re: Bookmarks plugin - crashes saving layout

2017-07-31 Thread vitalije
Fixed at dcc57b01f . Sorry for the inconvenience. It was my fault in implementing `__get_item__` of new cache object. It didn't raise KeyError for non existent keys, but rather was returning None. I could

Re: Bookmarks plugin - crashes saving layout

2017-07-31 Thread Terry Brown
On Mon, 31 Jul 2017 09:43:03 -0500 Terry Brown wrote: > On Mon, 31 Jul 2017 07:04:07 -0700 (PDT) > lewis wrote: > > > Running latest Leo 5.5, build 20170721094758, Fri Jul 21 09:47:58 > > CDT 2017 Git repo info: branch = master, commit = a1043408d36f > > Python 3.6.2, PyQt version 5.9.1 > > Win

Re: Bookmarks plugin - crashes saving layout

2017-07-31 Thread Terry Brown
On Mon, 31 Jul 2017 07:04:07 -0700 (PDT) lewis wrote: > Running latest Leo 5.5, build 20170721094758, Fri Jul 21 09:47:58 CDT > 2017 Git repo info: branch = master, commit = a1043408d36f > Python 3.6.2, PyQt version 5.9.1 > Windows 10 AMD64 (build 10.0.15063) SP0 > isPython3: True This must be c

Bookmarks plugin - crashes saving layout

2017-07-31 Thread lewis
Running latest Leo 5.5, build 20170721094758, Fri Jul 21 09:47:58 CDT 2017 Git repo info: branch = master, commit = a1043408d36f Python 3.6.2, PyQt version 5.9.1 Windows 10 AMD64 (build 10.0.15063) SP0 isPython3: True Leo loads but my bookmarks aren't showing. Here is message in log pane:

Re: New backend for Leo Cacher

2017-07-31 Thread vitalije
> > ​Did you push master? I don't see SQLITE=True in leoCache.py​. And yes, > it's working for me. > > Edward > Done at a1043408d. > -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails f

Re: New backend for Leo Cacher

2017-07-31 Thread Edward K. Ream
On Mon, Jul 31, 2017 at 3:51 AM, vitalije wrote: > I think I've been using this pretty consistently without any issues on >> three installs - I only notice when I `git pull` and have to re-edit >> leoCache.py. So wondering if we should switch to True for everyone for >> wider testing? >> >> I am

Re: New backend for Leo Cacher

2017-07-31 Thread vitalije
> > I think I've been using this pretty consistently without any issues on > three installs - I only notice when I `git pull` and have to re-edit > leoCache.py. So wondering if we should switch to True for everyone for > wider testing? > > I am also using this and few problems that I have not

Re: command to move between outlines but keep focus in Body - am I missing something?

2017-07-31 Thread jkn
On Friday, July 28, 2017 at 1:41:57 PM UTC+1, vitalije wrote: > > I usually use Alt-arrows to start moving through nodes, and Return when I > want to enter body focus again. I am not aware of any command that combines > the two, but it is just one key stroke. > > Vitalije > Yes, this is the be