There's a quickscript that does something similar, but not quite what you want: https://github.com/Metaxal/quickscript-extra/blob/master/scripts/dynamic-abbrev.rkt It does cycle through completions by pressing the same keybinding repeatedly, but it autocompletes only according to the words that are present in the tab, and not according to the standard autocompletion.
It shouldn't be too complicated to get what you want starting from there, I guess. On Wed, Jun 16, 2021 at 7:55 AM Andrey <appo...@gmail.com> wrote: > 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 racket-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/racket-users/6b6adba9-8f56-48a2-b0b4-d4a6e3cb55aan%40googlegroups.com > <https://groups.google.com/d/msgid/racket-users/6b6adba9-8f56-48a2-b0b4-d4a6e3cb55aan%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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 racket-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-users/CABNTSaH7%2BhQSbo_VrA62u4bmtCU-R%2B0HYWdx0rVgCjRBZDFiiQ%40mail.gmail.com.