Re: The installation slideshow is here

2010-10-19 Thread Ville M. Vainio
On Wed, Oct 20, 2010 at 4:13 AM, Edward K. Ream wrote: >> RPM based distros have installers as well. > > Could you suggest some language to use in a slide?  I'll integrate it > with the actual slides, but I'd like to start with reasonable words. Linux users are best served by the packaged versio

Re: Mis-handling of mod_autosave interval parameter

2010-10-19 Thread Rob Sheppard
On Tue, Oct 19, 2010 at 7:42 PM, Edward K. Ream wrote: > On Tue, Oct 19, 2010 at 10:16 AM, Rob Sheppard wrote: > > [snip] > >>  File "C:\Leo\Trunk\leo\plugins\mod_autosave.py", line 97, in onIdle >>    last = d.get('last') >> AttributeError: 'NoneType' object has no attribute 'get' > > I was not

Re: The installation slideshow is here

2010-10-19 Thread Edward K. Ream
On Tue, Oct 19, 2010 at 7:43 AM, Ville M. Vainio wrote: > It doesn't mention the .deb package for Ubuntu/Debian. With the .deb, > all you need to do is to click the deb and you get everything set up > (e.g. no need for "leo" shell script). > > RPM based distros have installers as well. Could you

Re: bzr error "no such file"

2010-10-19 Thread Edward K. Ream
On Sun, Oct 10, 2010 at 1:14 AM, Matt Wilkie wrote: > (Status: resolved. Posting to the list in case it happens to someone else...) > > ok, this is getting very wierd now. I suggest setting up a clean new bzr repository. Edward -- You received this message because you are subscribed to the Goo

Re: Leo and Objective-C highlighting

2010-10-19 Thread Edward K. Ream
2010/10/5 Tyomalu : > Still I can't find out why the syntax highlighting from objective_c.py > does not highlight those keywords automatically, everything seems to > be fine with it's code.. Can you send me a small .leo file containing the code you want colorized? Perhaps I can see how to fix thi

Re: how can I change the setting of leo to show the line number in the bodypane??

2010-10-19 Thread Edward K. Ream
2010/10/5 softside : > > qt, > > I am using the latest stable version I am not aware of any way of getting the QTextBrowser widget that Leo uses to give line numbers. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group,

Re: join-paragraph? (opposite of fill-paragraph)

2010-10-19 Thread Edward K. Ream
On Wed, Oct 13, 2010 at 12:55 PM, Ville M. Vainio wrote: > Occasionally, I write something in Leo and then want to paste it in a > web form that expects no line breaks within paragraphs. Are single newlines permissible? Edward -- You received this message because you are subscribed to the Goog

Re: plugin 'detect_urls' not working

2010-10-19 Thread Edward K. Ream
On Tue, Oct 19, 2010 at 12:44 AM, VR wrote: > My immediate need is for '@language rest' since it allows me to write > all my notes into an outline for later usage and processing, while being > able to immediately switch into the web browser whenever I need to ... Thanks for your reply. Even if t

Re: Mis-handling of mod_autosave interval parameter

2010-10-19 Thread Edward K. Ream
On Tue, Oct 19, 2010 at 10:16 AM, Rob Sheppard wrote: [snip] >  File "C:\Leo\Trunk\leo\plugins\mod_autosave.py", line 97, in onIdle >    last = d.get('last') > AttributeError: 'NoneType' object has no attribute 'get' I was not able to reproduce your error, but that's not important. Rev 3496 of

Re: bug in leoTest.py: os dependent code

2010-10-19 Thread Edward K. Ream
On Tue, Oct 19, 2010 at 6:21 AM, vitalije wrote: > Hello, > I have found error in leoTest.py line 665: > env['PYTHONPATH'] = env.get('PYTHONPATH','') + ";" + leoDir > > it works fine on Windows, but on Linux it doesn't. > A solution would be to replace ";" in the line with os.pathsep Thanks for t

Re: The step-by-step tutorial is here

2010-10-19 Thread Terry Brown
On Tue, 19 Oct 2010 18:50:40 -0500 "Edward K. Ream" wrote: > > In [Basic] the first couple of slides seem to describe color states that > > don't appear to match that described. > > Slide 2 has a pink body text. Slide 3, after Ctrl-H, has a blue body > text, exactly as described. Some monito

Re: The step-by-step tutorial is here

2010-10-19 Thread Edward K. Ream
On Tue, Oct 19, 2010 at 10:32 AM, Alec Burgess wrote: > A couple of comments from a non-Leo user but long-time follower of the > Leogroup ... > > In [Basic] the first couple of slides seem to describe color states that > don't appear to match that described. Slide 2 has a pink body text. Slide

Re: leo ftp

2010-10-19 Thread Terry Brown
On Mon, 18 Oct 2010 02:09:16 -0700 (PDT) Ivanov Dmitriy wrote: > I decided to store the DB in an external file, called files.txt in > JSON format. > [code snipped] Couldn't see where in the code you read the info. in, so it seemed you were just overwriting the info. each time - was that the i

Re: The step-by-step tutorial is here

2010-10-19 Thread Alec Burgess
On 2010-10-18 22:27, Edward K. Ream wrote: Probably the best introductory tutorial ever is on Leo's web site at: http://webpages.charter.net/edreamleo/slides/leo-basics-step-by-step/slide-001.html I did the "slide shoot" this morning and the post production this evening. A couple of comments fr

Re: Mis-handling of mod_autosave interval parameter

2010-10-19 Thread Rob Sheppard
On Sat, Sep 4, 2010 at 8:29 AM, Edward K. Ream wrote: > > > On Sep 4, 6:44 am, "Edward K. Ream" wrote: > > > The mod_autosave_active setting is redundant: the plugin is active only if > > > > a) the plugin is enabled in an @enabled-plugins node and > > b) @bool mod_autosave_active = True > > A co

Re: Overview of making slideshows

2010-10-19 Thread Edward K. Ream
On Oct 19, 8:02 am, "Edward K. Ream" wrote: > = Section 6: Summary > > To summarize the steps of creating a slideshow with Wink and Meld: > > 1. Write a screenplay consisting of an @slideshow node and @slide > nodes. > > 2. Take screenshots in Wink.  Add an @meld-wink-folder to the > @slide

Overview of making slideshows

2010-10-19 Thread Edward K. Ream
Here is my first attempt to explain how to make slideshows the "new" way. All questions welcome now. They will guide further explanations. = Section 1. Background A. The screenshots plugin started with Terry's inkcall code: http://groups.google.com/group/leo-editor/browse_thread/thread/be54

Re: The installation slideshow is here

2010-10-19 Thread Ville M. Vainio
It doesn't mention the .deb package for Ubuntu/Debian. With the .deb, all you need to do is to click the deb and you get everything set up (e.g. no need for "leo" shell script). RPM based distros have installers as well. On Tue, Oct 19, 2010 at 2:33 PM, Edward K. Ream wrote: > The slides page: h

The installation slideshow is here

2010-10-19 Thread Edward K. Ream
The slides page: http://webpages.charter.net/edreamleo/slides.html now links to the installation slideshow: http://webpages.charter.net/edreamleo/slides/installation/slide-001.html Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to

bug in leoTest.py: os dependent code

2010-10-19 Thread vitalije
Hello, I have found error in leoTest.py line 665: env['PYTHONPATH'] = env.get('PYTHONPATH','') + ";" + leoDir it works fine on Windows, but on Linux it doesn't. A solution would be to replace ";" in the line with os.pathsep I am having troubles with bzr so I cant push and hope someone else will p

Re: The step-by-step tutorial is here

2010-10-19 Thread Edward K. Ream
On Mon, Oct 18, 2010 at 9:34 PM, Graham Chiu wrote: > Typo "Alt-T puts foucs in the outline pane." Thanks. The fix is on the web site now. Here is what I did: - Found the @slide node to be corrected - Deleted the @url built slide node. - Ran the make-slide command. - Copied slide-006.html from

Re: The step-by-step tutorial is here

2010-10-19 Thread Edward K. Ream
On Mon, Oct 18, 2010 at 9:36 PM, Zoom.Quiet wrote: > basic,and clean; > but: > - not include how to export ? That will be another slideshow. > - every page,not correlation action's link ... I don't know what you mean by this. Edward -- You received this message because you are subscribed to