Re: SyntaxError: encoding declaration in Unicode string

2014-02-16 Thread Edward K. Ream
On Fri, Feb 14, 2014 at 3:35 AM, Fidel N fidelpe...@gmail.com wrote: Hi: Just after updating, Im getting the following error in Leo log, and cant run my scripts: line 1: # -*- coding: utf-8 -*- line 2: #@+leo-ver=5 exception executing script File string, line 0 SyntaxError:

Re: Errro importing JavaScript file

2014-02-16 Thread Edward K. Ream
On Sat, Feb 15, 2014 at 3:19 AM, Reinhard Engel reinhard.engel...@googlemail.com wrote: The following JSLint-perfect JavaScript file will not import into Leo. Any Ideas? ​Thanks for this report. Rewriting the JS importer is a top priority for me. I'll start this project today. Edward --

Re: How to call leo functions easily

2014-02-16 Thread Edward K. Ream
On Fri, Feb 14, 2014 at 1:33 AM, nakedmind eric.medina.atie...@gmail.comwrote: I remember there was no clear easy way to reach a desired function directly. I think what is needed is a single command namespace in which all commands can be accessed. ​There is such a namespace, namely the

Re: SyntaxError: encoding declaration in Unicode string

2014-02-16 Thread Fidel N
python 2.7 And I changed nothing in my scripts, just updated from leo 2 months old to the recent one. Actually, to be able to keep working, Im using the older one, until I can run the scripts on the new one, so I can try/test anything and give feedback. -- You received this message because

The first fruits of the move to git: anyone can now generate Leo's docs

2014-02-16 Thread Edward K. Ream
I am, at last, getting more comfortable with various git work flows. Being able to clone test branches much more quickly than with bzr is a big plus. Recent revs revised .gitignore so that various screen shots are part of each working copy. This, and a change to LeoDocs.leo means that it

Re: The first fruits of the move to git: anyone can now generate Leo's docs

2014-02-16 Thread Zoom.Quiet
WoW ! 2014-02-17 3:18 GMT+08:00 Edward K. Ream edream...@gmail.com: I am, at last, getting more comfortable with various git work flows. Being able to clone test branches much more quickly than with bzr is a big plus. Recent revs revised .gitignore so that various screen shots are part of