[racket] Custom Keybindings - Editor Insert Poofed

From: Ray Racine (ray.racine at gmail.com)
Date: Mon Oct 22 11:01:05 EDT 2012

Updated to the latest Racket master in git and some of my key bindings are
failing.

Typical example.
(keybinding "c:\\" (λ (editor evt) (send editor insert "λ")))

The key binding is invoked, however, I'm seeing the following in a pop-up.

Error running keybinding.
send: no such method
method name: insert
class name: cts/version/tool.rkt:176:9

Taking the error at face value, the insert method has on the editor class
is poof.  Did the editor% class / interface get overhauled?

Ray
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20121022/a0b08bd0/attachment.html>

Posted on the users mailing list.