On Sun, May 17, 2015 at 11:48 AM, 'Terry Brown' via leo-editor <
[email protected]> wrote:

>
> leoscreen.py:0-->cmd_run_all_here
> ​ ​
> and friends are getting ``c`` instead of ``{'c':c}`` now as their first
> ​ ​
> argument.
>

​I see you changed ​
cmd_run_all_here​
​ at rev 0d3dc41.

That looks like all that is needed.​  Let me know if I need to do something
else...

Also, ``Ctrl-B`` on:
>
> .. code:: py
>
>
> ​​
> g.command('test-command')
>     def test(*args, **kwargs):
>         g.es(str(args))
>         g.es(str(kwargs))
>     g.es("done")
>
> puts ``done`` in the log but doesn't create a new command.
>

​Good catch.  This bug was probably introduced a week ago, May 11, at rev
14a2240​.

Fixed at dae983c.  This required re-introducing the g.command *class*,
which is fine.  All tests pass.

AFAIK, the docs for @g.command remain valid.

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.

Reply via email to