The kill-region and delete-char do copy the deleted text to the paste buffer inside a mode but the copy-text does not and there is no way to paste text witin a mode (paste-text does not work in a mode). The paste-text problem is not critical but the lack of copy-text in a mode prevents the creation of vi's "yank" commands. One work around would be to yank the text by using the kill-region but I can't paste it back within a mode because paste-text is not working. Fortunately, the user can simulate the yank commands by doing a delete operation followed by a paste operation.
Regards, 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 -~----------~----~----~----~------~----~------~--~---
