I spoke to soon there still is something broken. But I did find a work around.<div><br></div><div>To reproduce:</div><div><br></div><div>1) Create a custom keybinding file.</div><div>2) Use emacs keybindings by unchecking Enable Menu Keybindings in your Preferences (as in section 3.3 of the Racket doc)<br>
3) Define a simple one-line keybinding in the keybinding file.</div><div> (keybinding "c:\\" (ë (editor evt) (send editor insert "ë")))</div><div>4) Set the keybinding file and attempt to do a ctr-\ and you see the error.</div>
<div><br></div><div>The workaround I have is to use "menu-bind" method in your keybindings file. When I use that to bind to the "Insert ë" menu option, it works.</div><div><br></div><div>Ray</div><div>
<br><div class="gmail_quote">On Sat, Oct 27, 2012 at 10:21 AM, Robby Findler <span dir="ltr"><<a href="mailto:robby@eecs.northwestern.edu" target="_blank">robby@eecs.northwestern.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Sorry-- I had this on my list of things to look into (but it sounds<br>
like I was missing a piece anyways). If you saved a copy of that<br>
directory and don't mind sharing it, I'd be happy to try to look into<br>
it more.<br>
<br>
Robby<br>
<div><div class="h5"><br>
On Sat, Oct 27, 2012 at 9:14 AM, Ray Racine <<a href="mailto:ray.racine@gmail.com">ray.racine@gmail.com</a>> wrote:<br>
> OK, sat down this morning to figure out why my custom Racket keybinding were<br>
> failing. No idea of the exact cause, but step 1, clearing out my<br>
> .racket/preferences brought them back. Working fine now.<br>
><br>
> Ray<br>
><br>
><br>
> On Tue, Oct 23, 2012 at 11:15 AM, Ray Racine <<a href="mailto:ray.racine@gmail.com">ray.racine@gmail.com</a>> wrote:<br>
>><br>
>> Up until recently the following worked for me. Create a custom<br>
>> keybindings file. Add the following line.<br>
>><br>
>> (keybinding "c:\\" (ë (editor evt) (send editor insert "ë")))<br>
>><br>
>> And a Ctrl:\ would insert a ë for me. Recently this has stopped working<br>
>> as reported below. Any ideas on how to bring it back?<br>
>><br>
>> Thanks,<br>
>><br>
>> Ray<br>
>>><br>
>>><br>
>>> The key binding is invoked, however, I'm seeing the following in a<br>
>>> pop-up.<br>
>>><br>
>>> Error running keybinding<br>
>>> send: no such method<br>
>>> method name: insert<br>
>>> class name: cts/version/tool.rkt:176:9<br>
>>><br>
><br>
><br>
</div></div>> ____________________<br>
> Racket Users list:<br>
> <a href="http://lists.racket-lang.org/users" target="_blank">http://lists.racket-lang.org/users</a><br>
><br>
</blockquote></div><br></div>