Re: Aha: npyscreen is a string gui

2017-05-05 Thread Edward K. Ream
On Friday, May 5, 2017 at 6:11:54 AM UTC-5, Edward K. Ream wrote: Leo's curses wrapper class will be similar to the StringTextWrapper class, > defined in leo/core/leoFrame.py. The StringTextWrapper class just gets/sets > these ivars: > > self.ins = 0 > self.sel = 0, 0 > self.s = '' >

Re: Leo doesn't start (commit 65a53c7)

2017-05-05 Thread Edward K. Ream
On Fri, May 5, 2017 at 7:23 PM, lewis wrote: > OK done. Working fine. > > I ran the clear-all-caches command, and confirmed it does delete db cache > files from the directory structures. > ​Thanks for the confirmation. Edward -- You received this message because you are subscribed to the Goog

Re: Leo doesn't start (commit 65a53c7)

2017-05-05 Thread lewis
OK done. Working fine. I ran the clear-all-caches command, and confirmed it does delete db cache files from the directory structures. Lewis On Saturday, May 6, 2017 at 5:28:04 AM UTC+10, Edward K. Ream wrote: > > ​I recommend deleting the entire contents of ~/.leo/db. > > Edward > -- You rece

Re: Leo doesn't start (commit 65a53c7)

2017-05-05 Thread Edward K. Ream
On Fri, May 5, 2017 at 8:31 AM, lewis wrote: if I restore my original workbook.leo file and start leo the same problem > occurs. > ​...​ > ​This suggests to me that Leo still has difficulty opening the original > ~/.leo/workbook.leo file. I may be wrong > ​I recommend deleting the entire c

Re: Change one node but in add-editor also changed another node

2017-05-05 Thread Edward K. Ream
On Fri, May 5, 2017 at 9:08 AM, Edward K. Ream wrote: > On Fri, May 5, 2017 at 8:57 AM, zhaohe wang wrote: > >> leo-editor-d4f481bf437b5f1788d11f3a1f95ee349cf13121 * problem* >> leo-editor-d2131b8cbb6fae423bfeefccf0e97be21b01e418*work well* >> > > ​Thanks. The problem is > ​ ​ > ​defini

Re: Change one node but in add-editor also changed another node

2017-05-05 Thread Edward K. Ream
On Fri, May 5, 2017 at 8:57 AM, zhaohe wang wrote: > leo-editor-d4f481bf437b5f1788d11f3a1f95ee349cf13121 * problem* > leo-editor-d2131b8cbb6fae423bfeefccf0e97be21b01e418*work well* > ​Thanks. The problem is ​definitely ​ the code ​ that supposedly fixed #466.​ ​ ​ I'll revert the code l

Re: Change one node but in add-editor also changed another node

2017-05-05 Thread zhaohe wang
leo-editor-d4f481bf437b5f1788d11f3a1f95ee349cf13121 *work with problem* leo-editor-d2131b8cbb6fae423bfeefccf0e97be21b01e418*work well* 在 2017年5月5日星期五 UTC+8下午5:48:34,Edward K. Ream写道: > > On Fri, May 5, 2017 at 1:28 AM, zhaohe wang > wrote: > >> >> When I use add-editor, I changed one no

Re: Leo doesn't start (commit 65a53c7)

2017-05-05 Thread lewis
I renamed my ~/.leo/workbook.leo and started leo. All works fine. I ran clear-all-caches command. This command does not delete the contents of ~\.leo\db However if I restore my original workbook.leo file and start leo the same problem occurs. This is not a problem for me as I have my everyday wo

Re: Leo doesn't start (commit 65a53c7)

2017-05-05 Thread Edward K. Ream
On Fri, May 5, 2017 at 8:02 AM, Edward K. Ream wrote: ​Deleting ~/.leo/workbook.leo fixed the problem for me. > ​Strange. Restoring the old workbook.leo to ~/.leo now works. This indicates that caching may have been involved. I just deleted all of ~/.leo/db, and workbook.leo still reloads cor

Re: Leo doesn't start (commit 65a53c7)

2017-05-05 Thread Edward K. Ream
On Fri, May 5, 2017 at 7:55 AM, Edward K. Ream wrote: The recent work with the curses gui may have hosed workbook.leo. > ​Deleting ~/.leo/workbook.leo fixed the problem for me. ~/.leo is, I think, the default location, but your workbook.leo file may be elsewhere. Sorry about that. My present

Re: Leo doesn't start (commit 65a53c7)

2017-05-05 Thread Edward K. Ream
On Fri, May 5, 2017 at 7:48 AM, lewis wrote: > Something strange happening with latest commit 0bf55b4 and the one prior > 65a53c7. > When I start leo from console using launchleo.py I see the splash screen, > it disappears and is replaced by the small window " 'Already open files' > The following

Leo doesn't start (commit 65a53c7)

2017-05-05 Thread lewis
Something strange happening with latest commit 0bf55b4 and the one prior 65a53c7. When I start leo from console using launchleo.py I see the splash screen, it disappears and is replaced by the small window " 'Already open files' The following may already be open in another copy of Leo:" There is

Re: AttributeError: module 'os' has no attribute 'popen3'

2017-05-05 Thread Edward K. Ream
On Friday, May 5, 2017 at 5:00:37 AM UTC-5, Edward K. Ream wrote: > > On Fri, May 5, 2017 at 2:39 AM, tscv11 wrote: > > Attached is a screenshot that shows what happened when I tried to use the >> at-produce plugin for the first time. >> > > ​Thanks for this. Please file a bug report here > <

Re: Aha: npyscreen is a string gui

2017-05-05 Thread Edward K. Ream
On Friday, May 5, 2017 at 5:55:27 AM UTC-5, Edward K. Ream wrote: The curses gui project could fail only if it were too difficult to > implement Leo's high-level interface. The Aha described here shows that > this won't happen :-) > I didn't explain the title of this post very well. Leo's curs

Aha: npyscreen is a string gui

2017-05-05 Thread Edward K. Ream
The curses gui project could fail only if it were too difficult to implement Leo's high-level interface. The Aha described here shows that this won't happen :-) *Background: The high-level interface* Leo's core uses the high-level interface exclusively to change Leo's screens. As a result Leo'

Re: AttributeError: module 'os' has no attribute 'popen3'

2017-05-05 Thread Edward K. Ream
On Fri, May 5, 2017 at 2:39 AM, tscv11 wrote: Attached is a screenshot that shows what happened when I tried to use the > at-produce plugin for the first time. > ​Thanks for this. Please file a bug report here .​ ​Please attach the crash as text

Re: Change one node but in add-editor also changed another node

2017-05-05 Thread Edward K. Ream
On Fri, May 5, 2017 at 1:28 AM, zhaohe wang wrote: > > When I use add-editor, I changed one normal node body contents. After > sevaral clicks on other nodes, then I found the add-editor node changed > which content is the same with normal node body content. > > This phenomenon is not occurred bef

AttributeError: module 'os' has no attribute 'popen3'

2017-05-05 Thread tscv11
Hi, just a quick bug report. Attached is a screenshot that shows what happened when I tried to use the at-produce plugin for the first time. If I should contact the plugin author directly instead of posting here, please just let me know! Thanks. -- You received this message because you are su