Re: Bzr conflict when updating to the latest version of Leo

2013-11-06 Thread Edward K. Ream
On Wed, Nov 6, 2013 at 12:41 AM, Viktor Ransmayr viktor.ransm...@gmail.comwrote: What happens if you change @button make-sphinx from:: c.save() to:: if c.isChanged(): c.save() Does this help at all? This fix resolved the issue. Hmm. So it seems another way to

Re: Any show-stoppers for 4.11final?

2013-11-06 Thread Edward K. Ream
On Tue, Nov 5, 2013 at 11:16 PM, Matt Wilkie map...@gmail.com wrote: I'll be offline thursday through monday, so the pypi package will follow after that. Just something to note in the release announcement. Thanks for the heads up. I'll probably delay the widespread announcement until

Re: rst3 newbies, please try the rst3 tutorial

2013-11-06 Thread Edward K. Ream
On Tue, Nov 5, 2013 at 4:14 PM, wgw wgwin...@gmail.com wrote: Leo has a forest of settings, which makes it flexible, but also makes it hard to get all Leo's ducks in a row. It's really not that hard. Your personal settings go in myLeoSettings.leo. If those suffice for all your rst3 needs,

Re: Approaching Leo

2013-11-06 Thread Edward K. Ream
On Mon, Nov 4, 2013 at 9:11 PM, Brian Theado brian.the...@gmail.com wrote: The first step was to write the html and css by hand as a proof of concept. This, the second step was to generate the html from an outline subtree. I took a crack at creating an @button node creates the body text of an

Re: Approaching Leo

2013-11-06 Thread Brian Theado
On Nov 6, 2013 6:16 AM, Edward K. Ream edream...@gmail.com wrote: I took a crack at creating an @button node creates the body text of an @html node. The idea is that it should render properly in the viewrendered pane (Alt-0). It kinda works, but the css for the icon buttons doesn't seem to

Re: rst3 newbies, please try the rst3 tutorial

2013-11-06 Thread Jacob Peck
On 11/6/2013 6:08 AM, Edward K. Ream wrote: It is sometimes unclear to me when @something should/can go in the headline or the body. ...snip... A rule of thumb: typically when people speak of an @x node, it implies that the headline starts with @x. Otherwise, if a node contains

Re: Approaching Leo

2013-11-06 Thread Jacob Peck
On 11/6/2013 7:50 AM, Brian Theado wrote: On Nov 6, 2013 6:16 AM, Edward K. Ream edream...@gmail.com mailto:edream...@gmail.com wrote: I took a crack at creating an @button node creates the body text of an @html node. The idea is that it should render properly in the viewrendered pane

Re: Approaching Leo

2013-11-06 Thread Edward K. Ream
On Wed, Nov 6, 2013 at 6:50 AM, Brian Theado brian.the...@gmail.com wrote: No I'm not working on it right now. I hadn't thought of @html node body text. For standalone html it should work to put the css in a style tag in the html head section. Is that what you tried? Yes. I probably made

Re: rst3 newbies, please try the rst3 tutorial

2013-11-06 Thread Edward K. Ream
On Wed, Nov 6, 2013 at 7:27 AM, Jacob Peck gatesph...@gmail.com wrote: A rule of thumb: typically when people speak of an @x node, it implies that the headline starts with @x. Otherwise, if a node contains an @x directive in the body pane, people will say something like, a node containing an

Re: rst3 newbies, please try the rst3 tutorial

2013-11-06 Thread Edward K. Ream
On Wed, Nov 6, 2013 at 7:53 AM, Edward K. Ream edream...@gmail.com wrote: On Wed, Nov 6, 2013 at 7:27 AM, Jacob Peck gatesph...@gmail.comwrote: A rule of thumb: typically when people speak of an @x node, it implies that the headline starts with @x. Otherwise, if a node contains an @x

Leo 4.11-final released!

2013-11-06 Thread Edward K. Ream
Leo 4.11 final is now available at: http://sourceforge.net/projects/leo/files/Leo/ I'll announce this more widely this coming Monday, when the Debian distro becomes available. As always, many thanks to all who have contributed so much to Leo and its documentation. The highlights of Leo 4.11:

The trunk is now open

2013-11-06 Thread Edward K. Ream
If serious problems are found, I'll release 4.11.1, but otherwise it may be months or longer before the next official release. Please test 4.11 final and report any problems. Edward -- You received this message because you are subscribed to the Google Groups leo-editor group. To unsubscribe

Re: rst3 newbies, please try the rst3 tutorial

2013-11-06 Thread wgw
Thanks for the overview -- I will follow up on the additions to the tutorial when they are available. @bool only in headlines: that's probably why Matt's example wasn't setting write_intermediate. His are in the body On the whole, things are becoming much clearer with all the new doc and

Re: rst3 newbies, please try the rst3 tutorial

2013-11-06 Thread Edward K. Ream
On Wed, Nov 6, 2013 at 10:47 AM, wgw wgwin...@gmail.com wrote: Thanks for all the hard work. (On the directive question, I have moved from o_O to ^_^; I was never really at X_X... the doc is mostly clear, just a few gotchas.) Let me know when you find some new gotchas... EKR -- You

Re: Approaching Leo

2013-11-06 Thread Edward K. Ream
On Wednesday, November 6, 2013 7:49:43 AM UTC-6, Edward K. Ream wrote: I probably made a simple mistake: the code doesn't work on the w3schools trial pages either. I just cut/pasted your first example (slightly modified, see below) to

Re: Approaching Leo

2013-11-06 Thread Edward K. Ream
On Wed, Nov 6, 2013 at 12:15 PM, Edward K. Ream edream...@gmail.com wrote: I just cut/pasted your first example (slightly modified, see below) to http://www.w3schools.com/html/tryit.asp?filename=tryhtml_intro. It works. That's good news: it means there is a relatively simple mistake

Re: rst3 newbies, please try the rst3 tutorial

2013-11-06 Thread Matt Wilkie
On Wed, Nov 6, 2013 at 3:08 AM, Edward K. Ream edream...@gmail.com wrote: @bool: always in headline. Oh! I didn't know that. Thanks for the correction. -- You received this message because you are subscribed to the Google Groups leo-editor group. To unsubscribe from this group and stop

Re: rst3 newbies, please try the rst3 tutorial

2013-11-06 Thread Matt Wilkie
@bool: always in headline. Oh! I didn't know that. Thanks for the correction. *... Matt wanders down the hall, pondering if posting a feature request for a Leo syntax checker script is a worthy endeavour * -- You received this message because you are subscribed to the Google Groups

Re: Bzr conflict when updating to the latest version of Leo

2013-11-06 Thread Viktor Ransmayr
Hello Edward Am Mittwoch, 6. November 2013 11:09:44 UTC+1 schrieb Edward K. Ream: On Wed, Nov 6, 2013 at 12:41 AM, Viktor Ransmayr viktor@gmail.comjavascript: wrote: What happens if you change @button make-sphinx from:: c.save() to:: if c.isChanged():

Re: Why is nobody on #leo?

2013-11-06 Thread Matt Wilkie
On Thu, Oct 24, 2013 at 5:44 AM, Jacob Peck gatesph...@gmail.com wrote: *cough*freenode runs on port 8002, which isn't blocked by my corporate firewall*cough* haha! Thanks Jake. :) Ok, this works for me (with Chatzilla): irc://chat.freenode.net:8000 ircs://chat.freenode.net:8000

Re: Two-tiered footnote system in Leo. Possible?

2013-11-06 Thread jquill81
I have been thinking about using rst3, but still I am not sure if I really need it. In fact, I probably don't need a markup language at all, because all of my context are in plaintext (apart from italics). Using a markup language would probably be too much, and will introduce unnecessary

Re: Approaching Leo

2013-11-06 Thread Edward K. Ream
On Wednesday, November 6, 2013 12:27:46 PM UTC-6, Edward K. Ream wrote: I've hacked away on Brian's script. This has been a lot of fun. *All* of the real ideas are his. My changes: - All icons are now at leoeditor.com. That shortens the urls. - Gave descriptive names for all css styles for

Re: rst3 newbies, please try the rst3 tutorial

2013-11-06 Thread Alec Burgess
On 2013-11-06 09:00, Edward K. Ream wrote: I'll look for a good place for this. Thanks for the suggestion. Here it is: file:///C:/leo.repo/trunk/leo/doc/html/_build/html/tutorial-basics.html#leo-directives I tried to click on above link then realized its probably to your local file system.

Re: Leo 4.11-final released!

2013-11-06 Thread Matt Wilkie
Hi Edward, There's some packaging detail mismatches on pypi between the one you published[1] and the ones I have been testing[2]. What is your recipe? Are you using a different setup.py than http://bazaar.launchpad.net/~leo-editor-team/leo-editor/trunk3/view/head:/setup.py? I want to ensure I'm

build number: what is it?

2013-11-06 Thread Matt Wilkie
On startup in the log pane Leo reports the below. What does build 5020 refer to? (or supposed to refer to) It doesn't correspond to the bzr revno# (at least not on my computer). a look at bzr_version.py indicates it's built by generate_version_info, but I've no idea where/what that is. QQQ Leo

Re: Two-tiered footnote system in Leo. Possible?

2013-11-06 Thread Terry Brown
On Wed, 6 Nov 2013 12:49:36 -0800 (PST) jquil...@gmail.com wrote: I have been thinking about using rst3, but still I am not sure if I really need it. In fact, I probably don't need a markup language at all, because all of my context are in plaintext (apart from italics). Using a markup

Re: rst3 newbies, please try the rst3 tutorial

2013-11-06 Thread Edward K. Ream
On Wed, Nov 6, 2013 at 3:24 PM, Alec Burgess bura...@gmail.com wrote: On 2013-11-06 09:00, Edward K. Ream wrote: I'll look for a good place for this. Thanks for the suggestion. Here it is: file:///C:/leo.repo/trunk/leo/doc/html/_build/html/tutorial- basics.html#leo-directives I

Re: Approaching Leo

2013-11-06 Thread Edward K. Ream
On Wednesday, November 6, 2013 3:07:48 PM UTC-6, Edward K. Ream wrote: I've hacked away on Brian's script. This has been a lot of fun. The old way of generating selectors was: table = ( # bits: dirty=8,clone=4,mark=2,body=1. (0,'leaf'), (1,'body'), (2,'mark'),

Re: Leo 4.11-final released!

2013-11-06 Thread Zoom.Quiet
Great! under MAC OS X 10.7.5 cmd-` switch mulit-leo-windows is working! but - the cmd+. the custom delete outline node also can not work in 1st time - every Leo file, need usage menue command first - so custom horkey can working... 2013/11/7 Matt Wilkie map...@gmail.com: Hi Edward, There's

Re: Two-tiered footnote system in Leo. Possible?

2013-11-06 Thread jquill81
Thanks a lot, Terry, for the files you attached. I will try to understand the Leo code and learn from it. I have noticed that the output-generating Python code is included within the same file that contains the data. I am new to Leo so I am just asking. Should there not be a separation of data

Troubles with the installation (it's probably my fault)

2013-11-06 Thread jquill81
Hi, I have been trying to install and run Leo-4.11-final, but I encountered some problems. This is probably due to my inexperience. Here is an account of how things went. I first downloaded and installed python-3.3.2.amd64.msi and PyQt4-4.10.3-gpl-Py3.3-Qt5.1.0-x64.exe. I am using Windows 7,