bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#45474: Icomplete exhibiting in recursive minibuffer when it shouldn’


From: Gregory Heytings
Subject: bug#45474: Icomplete exhibiting in recursive minibuffer when it shouldn’t
Date: Thu, 22 Apr 2021 20:57:25 +0000


   run_hook (Qminibuffer_setup_hook);

As in my patch, you could use this hook to do the completion-specific part of the setup.

Indeed, but you said that 'minibuffer-with-setup-hook' is "fundamentally broken and messy"...

I forgot to add that if the idea is to change the semantics of read-from-minibuffer in the long term, this must happen inside read-from-minibuffer, not with a minibuffer-with-setup-hook around read-from-minibuffer. What would be possible here (I think) is to move this piece of code in a minibuffer-with-setup-hook inside the read-from-minibuffer macro.


And here is the patch which does this, in case you prefer it. AFAICS it is functionally equivalent to the other one.

Attachment: Make-it-possible-to-disable-a-completion-backend-in-.patch
Description: Text Data


reply via email to

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