Issuing line editing commands while in a node's active command state
works when issued from the "full-command" prompt in the mini-buffer
but they don't work if the same command is executed within a mode.
Instead, the mode handling code executes the command on the contents
of the body pane.

For example, binding the 'x' key directly to the "delete-char" command
works but the following deletes a character in the body pane when 'x'
is pressed while in a node's active command state:

@shortcuts
   enter-del-char-mode   ! tree = x

@mode del-char
   --> delete-char

I tried but could not find the mode handling code that is switching
focus to the body pane.  Any help would be appreciated.

Thanks,
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