emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Updating *Completions* as you type


From: Dmitry Gutov
Subject: Re: Updating *Completions* as you type
Date: Sat, 14 Oct 2023 22:51:49 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0

On 14/10/2023 19:51, Juri Linkov wrote:
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.

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.


icomplete-exhibit uses while-no-input, FWIW.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]