The vi delete key mapping examples use some modes as a way to group
Leo commands into a macro to implement a single vi command.

Is there anyway to execute one of these type of @modes as a command
within another @mode node?  For example, the a vi 'change word'
command consists of a vi 'delete word' followed by a set-insert-state
and exit-named-mode command.  It would be nice to not have to
duplicate the code and instead just call the delete-word @mode macro
from within the change-word @mode.  Is there a way to do that with the
current code?
TL
--~--~---------~--~----~------------~-------~--~----~
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