On Mon, Jul 16, 2012 at 11:55 PM, felix74 <[email protected]> wrote:
> How can I remove a command created using the @g.command decorator without 
> having to reload leo.

Why do you want to do this?  If you simply want to redefine what a
command means, you could use k.registerCommand::

c.k.registerCommand(command_name,
    shortcut=None,
    func=yourNewFunction)

Edward

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/leo-editor?hl=en.

Reply via email to