Emacs Key Bindings in DrRacket?

How do we configure DrRacket to not use Emacs key bindings? It’s as if I am typing Cs and it just saves the code, rather than calling the search string. Or I use Cx Cf and it will not open another file. The DrRacket documentation claims to not use Emacs bindings, but this is obvious.

+6
source share
1 answer

You want to disable this check box, Enable key bindings on the menu .

Unfortunately, this checkbox is a bit like:

  • Open the Racket Settings dialog box.

  • Click the Editing tab.

  • There are a number of sub-tabs for this. Click the General tab.

  • A few items down you should check the Enable Key Bindings box in the menu . Cancel check.

+10
source

Source: https://habr.com/ru/post/974938/


All Articles