[plt-scheme] mred - cut/copy/paste keybindings in text%

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Wed Oct 20 12:27:24 EDT 2004

At Tue, 19 Oct 2004 17:47:51 -0400, Ittai Balaban wrote:
> Whenever I create a text% object, there doesn't seem to be any default
> keymapping to cut/copy/paste functions. I end up having to retrieve its
> keymap and mapping/adding these functions myself. Should this behavior
> not work "out of the box"? Should I be doing some chaining to some
> default keymap?

Yes - I think you want to apply `(current-text-keymap-initializer)'
to your text% object's keymap.

Matthew



Posted on the users mailing list.