Then you may be interested in DrComplete:
https://pkgs.racket-lang.org/package/drcomplete

On Thu, Jun 17, 2021 at 7:54 AM Andrey <appo...@gmail.com> wrote:

> Thanks you. But that's not what I wanted. In fact, Emacs suits me very
> well, but for working with images I would like to use DrRaket. But minor
> inconveniences get in the way - like the lack of a familiar auto-completion
> and inconvenient hints.
>
> It is a pity that I am still far from having a good knowledge of the
> language and cannot try to configure the editor myself.
>
> (Sorry for my English)
> среда, 16 июня 2021 г. в 22:54:55 UTC+3, laurent...@gmail.com:
>
>> 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 <app...@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...@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/80599dcb-77da-4059-a61a-037fe68f5203n%40googlegroups.com
> <https://groups.google.com/d/msgid/racket-users/80599dcb-77da-4059-a61a-037fe68f5203n%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/CABNTSaFkpCB3PVyhyghGi20aaZy%2BnHd%2BMnaEu9%3Dqp3J8NccPmQ%40mail.gmail.com.

Reply via email to