<div>Updated to the latest Racket master in git and some of my key bindings are failing. </div><div><br></div><div>Typical example.</div>(keybinding &quot;c:\\&quot; (ë (editor evt) (send editor insert &quot;ë&quot;)))<div>
<br></div><div>The key binding is invoked, however, I&#39;m seeing the following in a pop-up.</div><div><br></div><div>Error running keybinding.</div><div>send: no such method</div><div>method name: insert</div><div>class name: cts/version/tool.rkt:176:9</div>
<div><br></div><div>Taking the error at face value, the insert method has on the editor class is poof.  Did the editor% class / interface get overhauled?</div><div><br></div><div>Ray</div><div><br></div><div><br></div>