[racket] Custom Keybindings - Editor Insert Poofed
Sorry-- I had this on my list of things to look into (but it sounds
like I was missing a piece anyways). If you saved a copy of that
directory and don't mind sharing it, I'd be happy to try to look into
it more.
Robby
On Sat, Oct 27, 2012 at 9:14 AM, Ray Racine <ray.racine at gmail.com> wrote:
> OK, sat down this morning to figure out why my custom Racket keybinding were
> failing. No idea of the exact cause, but step 1, clearing out my
> .racket/preferences brought them back. Working fine now.
>
> Ray
>
>
> On Tue, Oct 23, 2012 at 11:15 AM, Ray Racine <ray.racine at gmail.com> wrote:
>>
>> 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
>>>
>
>
> ____________________
> Racket Users list:
> http://lists.racket-lang.org/users
>