Re: fast-read branch fixes caching

2018-06-28 Thread Edward K. Ream
On Wed, Jun 27, 2018 at 6:21 PM, lewis wrote: > Running 1ff1e57, bookmarks plugin is working well again. > ​You're welcome. Thanks for the confirmation. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and

Re: fast-read branch fixes caching

2018-06-27 Thread lewis
Running 1ff1e57, bookmarks plugin is working well again. Thanks 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

Re: fast-read branch fixes caching

2018-06-27 Thread Edward K. Ream
On Wed, Jun 27, 2018 at 1:06 PM, Terry Brown wrote: > > All looks good now thanks. > ​Thanks for the confirmation. Earlier today I improved the dump-caches command. It should be more useful than ever. Edward -- You received this message because you are subscribed to the Google Groups "leo-e

Re: fast-read branch fixes caching

2018-06-27 Thread Terry Brown
On Wed, 27 Jun 2018 11:28:11 -0500 "Edward K. Ream" wrote: > > gives KeyError.  Also c.db.keys() used to exist > > ​Both fixed at ​ced5a06. All looks good now thanks. Cheers -Terry -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscrib

Re: fast-read branch fixes caching

2018-06-27 Thread Edward K. Ream
On Wednesday, June 27, 2018 at 8:15:10 AM UTC-5, Edward K. Ream wrote: > > Rev 467742f > > > in fast-read fixes caching. > Rev 5338573 completes the cleaning of the code. In particular, the CommanderWra

Re: fast-read branch fixes caching

2018-06-27 Thread Edward K. Ream
On Wed, Jun 27, 2018 at 8:58 AM, Terry Brown wrote: c.db['test0'] = 42 > c.db['test0'] > > gives KeyError. Also c.db.keys() used to exist ​Both fixed at ​ced5a06. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from thi

Re: fast-read branch fixes caching

2018-06-27 Thread Terry Brown
On Wed, 27 Jun 2018 06:15:10 -0700 (PDT) "Edward K. Ream" wrote: > Rev 467742f > > > in fast-read fixes caching. In particular, the bookmarks plugin > should work. Please test and report any problems.

fast-read branch fixes caching

2018-06-27 Thread Edward K. Ream
Rev 467742f in fast-read fixes caching. In particular, the bookmarks plugin should work. Please test and report any problems. A bit more work remains, mostly cleanups. Edward -- You received this me