Re: leo stops responding after printing 200 lines

2009-04-29 Thread Jesse Aldridge
Ok, I'm trying to apply this patch myself, and can't for the life of me figure out how to do it. I'm using Windows Vista. I tried bzr patch filename. But I got an error message. After googling I saw I needed to download gnu patch and add it to the path. I did that. Now I keep getting: bzr:

Re: leo stops responding after printing 200 lines

2009-04-29 Thread Jesse Aldridge
patch -p0 es.patch If I run that from powershell I get: The redirection operator '' is not supported yet. If I run from the normal command window, I first get a popup message asking for permission. I click allow. Then I get a blank console window and nothing happens.

Re: @rst_options problem

2009-04-29 Thread Vicent
Hi, I'm checking the fix in rev 1750. It doesn't work for me. I use the following rst-options: @nocolor @ @rst-options default_path=./latex code_mode=False generate_rst=True http_server_support = False show_organizer_nodes=True show_headlines=True show_leo_directives=True

Re: leo stops responding after printing 200 lines

2009-04-29 Thread Jesse Aldridge
I turned off UAC and it works. Well, it runs at least. I see pasting into Google Groups messed up the patch with line breaks. Fixing those I get another error... missing header for unified diff at line 120 of patch. I'll try some more later...

Re: leo stops responding after printing 200 lines

2009-04-29 Thread Ville M. Vainio
On Wed, Apr 29, 2009 at 12:13 PM, Jesse Aldridge jessealdri...@gmail.com wrote: I turned off UAC and it works.  Well, it runs at least.  I see pasting into Google Groups messed up the patch with line breaks.  Fixing those I get another error...  missing header for unified diff at line 120 of

Re: @rst_options problem

2009-04-29 Thread Edward K. Ream
On Wed, Apr 29, 2009 at 3:51 AM, Vicent uve...@gmail.com wrote: I'm checking the fix in rev 1750. It doesn't work for me. There was a blunder in the recent code. Does 1752 work any better? When reading http://webpages.charter.net/edreamleo/rstplugin3.html one can see that all rst options

Re: @rst_options problem

2009-04-29 Thread Vicent
Hi On 29 Abr, 15:50, Edward K. Ream edream...@gmail.com wrote: On Wed, Apr 29, 2009 at 3:51 AM, Vicent uve...@gmail.com wrote: I'm checking the fix in rev 1750. It doesn't work for me. There was a blunder in the recent code.  Does 1752 work any better? I'm afraid not. Executing the

Re: comment marker broken for batch files

2009-04-29 Thread Edward K. Ream
On Tue, Apr 28, 2009 at 7:08 PM, Matt Wilkie map...@gmail.com wrote: Hello, The comment marker for dos/windows batch files is broken. There needs to be a space inserted after REM, Fixed on the trunk at rev 1753. Launchpad is partially down at present, so I don't know when REM_ was

Re: @rst_options problem

2009-04-29 Thread Edward K. Ream
On Wed, Apr 29, 2009 at 9:07 AM, Vicent uve...@gmail.com wrote: File /usr/lib/pymodules/python2.5/docutils/core.py, line 140, in process_programmatic_settings **defaults) TypeError: get_settings() keywords must be strings Rev 1754 does a str(key) when setting the keys in the dict, and

Unexpected leo window resize after maximizing it

2009-04-29 Thread uve...@gmail.com
Hi, in rev 1752 using qt plugin on a debian testing I've noted that the window running leo resizes badly after it has been maximized. What I mean is that if the window is maximized (using the button that most themes add to the window title bar, or using the Maximize command of the window) the

Re: Unexpected leo window resize after maximizing it

2009-04-29 Thread Mike Crowe
And if you search (I think when you press F3) uve...@gmail.com wrote: Hi, in rev 1752 using qt plugin on a debian testing I've noted that the window running leo resizes badly after it has been maximized. What I mean is that if the window is maximized (using the button that most themes

Re: @rst_options problem

2009-04-29 Thread Vicent
Hi, On 29 Abr, 16:18, Edward K. Ream edream...@gmail.com wrote: Rev 1754 does a str(key) when setting the keys in the dict, and the code no longer throws an exception. It's surprising that docutils should be so picky, and using str(key) will fail if the key contains non-ascii characters,

Re: @rst_options problem

2009-04-29 Thread Edward K. Ream
On Wed, Apr 29, 2009 at 9:42 AM, Vicent uve...@gmail.com wrote: Let me know how the code works for you. Apparently it does, because executing the Write-Restructured-Text command gives the following output in the log pane: using publish_argv_for_missing_stylesheets {' --use-latex-toc':

Re: Unexpected leo window resize after maximizing it

2009-04-29 Thread Edward K. Ream
On Wed, Apr 29, 2009 at 9:25 AM, uve...@gmail.com uve...@gmail.com wrote: in rev 1752 using qt plugin on a debian testing I've noted that the window running leo resizes badly after it has been maximized. What I mean is that if the window is maximized (using the button that most themes add to

Re: Canvas in Qt GUI?

2009-04-29 Thread Edward K. Ream
On Tue, Apr 28, 2009 at 3:05 PM, zpcspm zpc...@gmail.com wrote: Yes, canvas concept does not exist for qt. We use graphics view in Qt4. In the above mentioned example log.createCanvas() returns None if leo runs with Qt GUI. Do I have to use another method of leoQtLog in order to create a

Re: @rst_options problem

2009-04-29 Thread Vicent
Hi, On 29 Abr, 17:15, Edward K. Ream edream...@gmail.com wrote: Well, that's disappointing.  You might consider a bug report to docutils. OK. Thanks for your effort. Vicent --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

Please help with suppressing the Sphinx sidebar in FAQ.html

2009-04-29 Thread Edward K. Ream
I'd like to suppress the Sphinx sidebar for Leo's FAQ. Presumably, in leo\doc\html\conf.py I want something like: html_sidebars = {'FAQ':'noSideBar.txt'} The question is, what should leo/doc/html/_templates/noSideBar.txt contain? Any help would be appreciated. I've spent over an hour on this

Re: relative @path issues

2009-04-29 Thread Edward K. Ream
On Thu, Feb 19, 2009 at 9:55 AM, Edward K. Ream edream...@gmail.com wrote: On Thu, Feb 19, 2009 at 12:27 AM, Alia K alia_kho...@yahoo.com wrote: Just to make an observation: the @path machinery in leo no longer works as expected in terms of relative paths. Thanks for this detailed

Re: Canvas in Qt GUI?

2009-04-29 Thread zpcspm
On Apr 29, 6:28 pm, Edward K. Ream edream...@gmail.com wrote: It doesn't exist yet, at least not directly.  I am intending to allow this in all panes, thought the api isn't determined yet. Edward That's fine, meanwhile I can use the tk GUI for that particular outline.

Re: Please help with suppressing the Sphinx sidebar in FAQ.html

2009-04-29 Thread Kent Tenney
I have never looked at styling Sphinx, I don't think it's easy. Probably a question for sphinx-...@googlegroups.com On Wed, Apr 29, 2009 at 11:35 AM, Edward K. Ream edream...@gmail.com wrote: I'd like to suppress the Sphinx sidebar for Leo's FAQ. Presumably, in leo\doc\html\conf.py I want

HOME environment var crashes Leo on Vista

2009-04-29 Thread Jesse Aldridge
I'm not even sure this bug is worth reporting, because it seems pretty obscure, but what the heck... When I was trying to figure out how to do a patch on Windows Vista, I ended up creating an environment variable called HOME set to %HOMEDRIVE%%HOMEPATH% If this environment variable exists, Leo