Replies: 1 comment
-
|
After completion, the minibuffer should automatically shrink (after |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have an interactive Emacs lisp method that reads a function name --
(interactive "aFunction: ")-- which then uses the function to do some work on all of the lines of the current buffer. Here's the function:That all works just fine, but when it runs, the completion buffer stays open while my function runs. Is there a way to programmatically resize/clear/dismiss the completion window after satisfying the completion read operation?
Although my question may seem to be about Emacs minibuffer completion, I'm using Vertico to have the nice view of functions and the powerful completion tools it provides, so I'm wondering if there is Vertico functionality to achieve this that I have missed.
Beta Was this translation helpful? Give feedback.
All reactions