[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Updating *Completions* as you type
From: |
sbaugh |
Subject: |
Re: Updating *Completions* as you type |
Date: |
Sat, 14 Oct 2023 13:56:25 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Juri Linkov <juri@linkov.net> writes:
>> icomplete-mode (and its derivatives) doesn't work for in-buffer
>> completion. Also, it is buggier than the default completion scheme.
>
> Actually, now icomplete-mode supports in-buffer completion quite well.
Oh, neat! I knew there was icomplete-in-buffer but I see that it's been
much improved recently.
>> By asynchronous completion, I just mean being able to type, and trigger
>> completion, and have completions appear incrementally as they are
>> computed, without interfering with you continuing to type. I don't
>> think that stops immediate feedback for typing.
>
> I believe this is achievable by just wrapping code with while-no-input.
Indeed.
Re: Updating *Completions* as you type, Juri Linkov, 2023/10/13
- Re: Updating *Completions* as you type, Spencer Baugh, 2023/10/14
- Re: Updating *Completions* as you type, Juri Linkov, 2023/10/14
- Re: Updating *Completions* as you type, sbaugh, 2023/10/15
- Re: Updating *Completions* as you type, Eli Zaretskii, 2023/10/15
- Re: Updating *Completions* as you type, sbaugh, 2023/10/15
- Re: Updating *Completions* as you type, Eli Zaretskii, 2023/10/16
- Re: Updating *Completions* as you type, Michael Albinus, 2023/10/16
- RE: [External] : Re: Updating *Completions* as you type, Drew Adams, 2023/10/16
Re: Updating *Completions* as you type, sbaugh, 2023/10/16