Re: attributes in thin files (was Re: Using icons to show status)

2008-07-01 Thread Edward K. Ream
On Mon, Jun 30, 2008 at 9:59 PM, Terry Brown [EMAIL PROTECTED] wrote How about this... unknownAttributes may contain a dict called persistent or leo_persistent which, if present, is saved on the nodes... no other attributes are saved. (in the node's sentinel) So, using the cleo time

Re: adding editor commands to leo

2008-07-01 Thread Edward K. Ream
On Mon, Jun 30, 2008 at 3:00 PM, Terry Brown [EMAIL PROTECTED] wrote: On a related point, how can I insert text into the body so that: (a) p.bodyString() reflects the change, and (b) the cursor doesn't move to the end of the buffer [snip] Hmm, I guess the obvious answer is

Re: [Bug 242060] Re: no downloadable source distribution weekly? nightly?

2008-07-01 Thread Terry Brown
I've made this page: http://www.greygreen.org/leo/ which should have snapshots of the trunk sources for last night, the night before, the night 5 days ago, and the night 10 days ago. Currently the snapshots are separated by minutes, because the page is only an hour old. Cheers -Terry On Tue,

Re: [Bug 242060] Re: no downloadable source distribution weekly? nightly?

2008-07-01 Thread Edward K. Ream
On Tue, Jul 1, 2008 at 11:17 AM, Terry Brown [EMAIL PROTECTED] wrote: I've made this page: http://www.greygreen.org/leo/ which should have snapshots of the trunk sources for last night, the night before, the night 5 days ago, and the night 10 days ago. Cool. How did you make these

Re: [Bug 242060] Re: no downloadable source distribution weekly? nightly?

2008-07-01 Thread Terry Brown
On Tue, 1 Jul 2008 12:52:08 -0500 Edward K. Ream [EMAIL PROTECTED] wrote: Cool. How did you make these snapshots? With this script which should run every night. Note that the directory names like leo-bzr-snapshot-20080701 are embedded in the .zip file, which means the checksums always change

Re: [Bug 242060] Re: no downloadable source distribution weekly? nightly?

2008-07-01 Thread Terry Brown
On Tue, 1 Jul 2008 13:22:02 -0500 Terry Brown [EMAIL PROTECTED] wrote: Cool. How did you make these snapshots? With this script which should run every night. p.s. it uses a shared repository, so it's quite quick, it doesn't pull everything from launchpad from scratch every time. Cheers

Re: no downloadable source distribution weekly? nightly?

2008-07-01 Thread Terry Brown
Someone wanted a way to get the latest version without having to mess with bzr, I think it's reasonable there should be a simple .zip download. If you use bzr, there's no need to use the snapshots. Cheers -Terry On Tue, 1 Jul 2008 12:33:17 -0700 (PDT) TL [EMAIL PROTECTED] wrote: What

Re: Changes to make pylint happy

2008-07-01 Thread Terry Brown
Interesting. I've fixed some errors in cleo, graphed, and UNL (I'm not UNL's author, but I wrote the code it was complaining about). These errors remain: * Module leo.plugins.UNL W0102:129:recursiveUNLSearch: Dangerous default value [0] as argument W0102:129:recursiveUNLSearch: