On Wednesday, April 15, 2015 at 5:47:58 AM UTC-5, Edward K. Ream wrote: > > On Tuesday, April 14, 2015 at 12:08:44 PM UTC-5, Ross Burnett wrote: > > Traceback (most recent call last): >> >> >>> File >>> "E:\Users\Ross\Docume~1\Github\leo-editor\leo\core\leoEditCommands.py", >>> line 539, in init_env >> >> exec(result,c.abbrev_subst_env,c.abbrev_subst_env) >> >> >>> File "<string>", line 1 >> >> >>> @language python ^ >> >> > I can now reproduce this problem. I'll fix it immediately. >
Done at rev a099e8c. This was a serious problem. It's good to get it fixed before 5.1-final. Here is the checkin log: Removed @language python from @data abbreviations-subst-env in leoSettings.leo. For now, there is no easy way of handling Leo directives in this node/tree. It's way too late in the release cycle to be messing with abbrev.init_env. EKR -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
