<div dir="ltr">Hi all,<div style><br></div><div style>I would like my text% to have copy/paste abilities. Actually, I&#39;d settle for a user being able to copy out of a text% object. I was under the impression that I could use set-keymap and add-text-keymap-functions to get me there, but I&#39;m not having much luck. What is the right/better approach?<br>
</div><div style><br></div><div style>I thought something like</div><div style><br></div><div style>(define text (new text%))<br></div><div style><div>(define keymap (new keymap%))</div><div><br></div><div>(add-text-keymap-functions keymap)</div>
<div>(send text set-keymap keymap)</div><div><br></div><div>would be along the right lines, but no?</div><div><br></div><div style>Pointers appreciated,</div><div style>Matt</div></div></div>