[racket] Custom Keybindings - Editor Insert Poofed

From: Ray Racine (ray.racine at gmail.com)
Date: Tue Oct 23 11:15:47 EDT 2012

Up until recently the following worked for me.  Create a custom keybindings
file.  Add the following line.

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

And a Ctrl:\ would insert a λ for me.  Recently this has stopped working as
reported below.  Any ideas on how to bring it back?

Thanks,

Ray

>
> 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
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20121023/7206d18b/attachment.html>

Posted on the users mailing list.