[racket] Missing entries for DrRacket Menu items

From: Asumu Takikawa (asumu at ccs.neu.edu)
Date: Fri May 16 16:00:18 EDT 2014

On 2014-05-16 05:16:31 -0400, Martin Lightheart wrote:
> It installed fine and the Vi mode was there.  I tried it out and it seem to
> work ok.  Then I noticed that for the DrRacket Menu selection for
> Edit->Modes and Edit->Keybindings, there weren't any choices any more.  I am
> not sure what happened.  I then unistalled the pkg.

That's odd. I have the package installed too (I wrote it) and my
DrRacket still has those menu items. I'm on Linux though. AFAICT, I'm
not doing anything in the tool that would remove menu items.

It does add a menu item by overriding
`edit-menu:between-find-and-preferences`, but it does a super call so it
should be setting up other menu items too.

BTW, the tool source is here if anyone wants to check if I'm doing
something suspicious GUI-wise:
  https://github.com/takikawa/drracket-vim-tool/blob/master/tool.rkt

Cheers,
Asumu

Posted on the users mailing list.