I configured Tab key according a solution found somewhere: #lang s-exp framework/keybinding-lang (keybinding "tab" (λ(editor event) (send editor auto-complete)))
It works but I wonder is it possible to setup it like in emacs in racket-mode: 1. Repeating key pressing complete common part and then moves between suggestions 2. Ctrl-N and Ctrl-P moves beetween suggestions. Thank you. -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-users/6b6adba9-8f56-48a2-b0b4-d4a6e3cb55aan%40googlegroups.com.

