free_layout branch status?

2011-07-27 Thread Edward K. Ream
In another thread Terry asked about merging the free_layout branch into the trunk. I just pulled the latest rev, 4449. It may do what it is supposed to do, but it fails all the viewrendered tests. I won't consider doing a merge until you can demonstrate a branch that works. Edward -- You

Re: leo 4.9 natty deb available

2011-07-27 Thread Edward K. Ream
On Sun, Jul 24, 2011 at 11:07 PM, Ville M. Vainio vivai...@gmail.com wrote: Better late than never ;-) The natty deb for 4.9 final is available at: https://launchpad.net/~villemvainio/+archive/ppa/+files/leo_4.9-1_all.deb Please upload it to sourceforge. Done. Thanks for your help.

Re: free_layout branch status?

2011-07-27 Thread Terry Brown
On Wed, 27 Jul 2011 04:12:58 -0700 (PDT) Edward K. Ream edream...@gmail.com wrote: In another thread Terry asked about merging the free_layout branch into the trunk. I just pulled the latest rev, 4449. It may do what it is supposed to do, but it fails all the viewrendered tests. I won't

Re: Envision 'external clones' [beware, long post]

2011-07-27 Thread Edward K. Ream
On Wed, Jul 13, 2011 at 10:09 AM, Largo84 larg...@gmail.com wrote: Recent discussions here about clones and templates got me thinking about possible mechanisms to do more in that area with Leo. My apologies for the delay in responding. The goal: [Snip] This seems reasonable. The repository

Re: free_layout branch status?

2011-07-27 Thread Edward K. Ream
On Jul 27, 9:00 am, Terry Brown terry_n_br...@yahoo.com wrote: How do I run the viewrendered tests?  I do I guess I was expecting you to read my mind :-) 1. In test.leo, you should see the proper docstring when choosing a plugin from the plugin menu. I see lots of docutils errors. I'm not

Re: free_layout branch status?

2011-07-27 Thread Terry Brown
On Wed, 27 Jul 2011 07:18:00 -0700 (PDT) Edward K. Ream edream...@gmail.com wrote: 1. In test.leo, you should see the proper docstring when choosing a plugin from the plugin menu. I see lots of docutils errors. I think part of the problem is the free_layout branch needs to have free_layout

Re: CAUTION: new double click handling code

2011-07-27 Thread Edward K. Ream
On Jul 27, 6:08 am, Edward K. Ream edream...@gmail.com wrote: We can't have timers in event handlers. Let me explain what was an automatic, reflexive, response. There are three reasons why I don't want timers in event handlers. First, event handlers are inherently difficult code. We want to

Re: layouts now more persistently persistent

2011-07-27 Thread Edward K. Ream
On Thu, Jul 14, 2011 at 4:50 PM, Terry Brown terry_n_br...@yahoo.com wrote: Layouts on the free_layout branch now reload when the outline is opened. That is an important capability. I think it will greatly enhance Leo. I'm sure we'll resolve the present confusion about the interaction between

Re: Leo download for v4.9

2011-07-27 Thread Edward K. Ream
On Sat, Jul 16, 2011 at 8:38 AM, mdb mdbol...@gmail.com wrote: The default Leo download for v4.9 is not the final version It is now. To make this happen I deleted the pre-final versions of Leo 4.9, which should not, I think, cause any problems. It's a bit disappointing to lose the download

Re: CAUTION: new double click handling code

2011-07-27 Thread Terry Brown
On Wed, 27 Jul 2011 07:29:56 -0700 (PDT) Edward K. Ream edream...@gmail.com wrote: We can't have timers in event handlers. Let me explain what was an automatic, reflexive, response. There are three reasons why I don't want timers in event handlers. Let's ignore, for now, the currently

Re: View for pdf?

2011-07-27 Thread Josef
Hi Kent, On Jul 25, 4:27 pm, Kent Tenney kten...@gmail.com wrote: - use (for example) pdfminer to pull text from the pdf,   it's pdf2text script will do a page split. This results in   plain text which has lots of advantages over rendered pages. I used pdftotext -layout for this, but within

Re: What colors layout options should Leo use by default?

2011-07-27 Thread Terry Brown
On Wed, 27 Jul 2011 10:58:50 -0500 Edward K. Ream edream...@gmail.com wrote: A solarized version of Leo could be a big improvement. Suppose we use the light solarized colors when the body pane has focus and the dark solarized colors otherwise. This will make the present focus much more

Re: The fill-paragraph command and sentence spacing

2011-07-27 Thread Edward K. Ream
2011/7/2 José Rojas Echenique jose.i.ro...@gmail.com: I played around with the wrap_lines function that leo uses to fill paragraphs and now I've got the command working the same way emacs does.  My hack is attached in case anyone is interested. I've pushed this to the trunk at rev 4439 and

Re: What colors layout options should Leo use by default?

2011-07-27 Thread Edward K. Ream
On Wed, Jul 27, 2011 at 11:04 AM, Terry Brown terry_n_br...@yahoo.com wrote: On Wed, 27 Jul 2011 10:58:50 -0500 Edward K. Ream edream...@gmail.com wrote: I'm sure this will all be under the control of options :) but I wouldn't want anything switching from light to dark with focus change. The

Clearing/overwriting a shortcut for a command that already have a shortcut

2011-07-27 Thread Fernando Girotto
Good day. I've been looking for a way to overwrite a keybinding for a command that already have one shortcut. If I simply set clone-node=Ctrl-Shift- I on myLeoSettings.leo, I end up with two keybindings for the clone- node command. Is it possible to overwrite a shortcut? Thanks, Fernando --

Re: Clearing/overwriting a shortcut for a command that already have a shortcut

2011-07-27 Thread Fernando Girotto
Just to clarify. I don't want to change anything on leoSettings.leo, if at all possible. On Wed, Jul 27, 2011 at 11:45 AM, Fernando Girotto fernando.giro...@gmail.com wrote: Good day. I've been looking for a way to overwrite a keybinding for a command that already have one shortcut. If I

Re: Ow - recovered nodes bit me

2011-07-27 Thread Edward K. Ream
On Tue, Jul 26, 2011 at 2:33 PM, Terry Brown terry_n_br...@yahoo.com wrote: On Tue, 26 Jul 2011 11:58:12 -0700 (PDT) Edward K. Ream edream...@gmail.com wrote: I have no interest in complicating the read logic to handle such special cases: I recommend checking the Leo and Bzr diffs closely

Re: free_layout branch status?

2011-07-27 Thread Edward K. Ream
On Wed, Jul 27, 2011 at 9:26 AM, Terry Brown terry_n_br...@yahoo.com wrote: I've always found the presence of both untiTest.leo and test.leo confusing for running tests, can you confirm that my approach for running unit tests is correct:  HOME=/tmp python launchLeo.py leo/test/unitTest.leo  

Re: Clearing/overwriting a shortcut for a command that already have a shortcut

2011-07-27 Thread SegundoBob
I'm afraid the answer is currently no. Perhaps once there was a way, but now I think there is none. I want to do the same (or a very similar thing), so I asked a similar question and so far have not had an answer. See Message 7 in this thread:

Re: free_layout branch status?

2011-07-27 Thread lewis
Edward, Running Unit Tests with the latest build 4439 can result in leoRecentFiles.txt being overwritten. After running launchLeo.py leo/test/unitTest.leo (Alt-4) and unitTest.leo is still active the FileRecent Files menu is disabled. The overwrite occurs upon closure of the unitTest.leo file.

Re: Envision 'external clones' [beware, long post]

2011-07-27 Thread Largo84
My apologies for the delay in responding. No worries, I know my post was long and somewhat ambitious. Envision solution:    There are three capabilities that Leo would need that don't exist now that could make this possible:        1) A procedure to copy a full path-to-node to the