You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(setq mini-frame-standalone t) ;; this is a buggy option and I enable it intentionally
Call something with many candidates, for example: describe-function or describe-variable, then you may see something like this:
This is not 100% reproducible, you might have to try several times.
After 2 is success, now invoke find-file, then you'll get no candidate displayed when no input.
I use edebug to trace mini-frame--display and find problem occurs at this line. Actually, child frame displays normally at first but shrinks to height 1 immediately, so this may be a bug related to mini-frame-resize.
Below is what I used to reproduce the bug:
(setq mini-frame-standalone t) ;; this is a buggy option and I enable it intentionally
describe-function
ordescribe-variable
, then you may see something like this:This is not 100% reproducible, you might have to try several times.
find-file
, then you'll get no candidate displayed when no input.I use edebug to trace
mini-frame--display
and find problem occurs at this line. Actually, child frame displays normally at first but shrinks to height 1 immediately, so this may be a bug related tomini-frame-resize
.Reference: minad/vertico#34
The text was updated successfully, but these errors were encountered: