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
in this video, i am repeatedly pressing the down arrow in ivy-switch-buffer, but the ivy-current-match face mysteriously goes missing for some buffer names, making it impossible to see what is currently selected.
ivy-bug.mp4
it seems to happen somewhat consistently for particular combinations of filter string and buffer name, but the exact triggering condition is still unclear to me.
another case is seen in the screenshot below, which suggests all the properties of the ivy-current-match face get deactivated at the point where ivy-minibuffer-match-face takes effect.
but again it works fine in another similar case...
i have so far failed to create a minimal reproducible test case, so i am open to any suggestions on how to debug this.
The text was updated successfully, but these errors were encountered:
Emacs 29.1, macOS 10.13, latest ivy from master
in this video, i am repeatedly pressing the down arrow in
ivy-switch-buffer
, but theivy-current-match
face mysteriously goes missing for some buffer names, making it impossible to see what is currently selected.ivy-bug.mp4
it seems to happen somewhat consistently for particular combinations of filter string and buffer name, but the exact triggering condition is still unclear to me.
another case is seen in the screenshot below, which suggests all the properties of the
ivy-current-match
face get deactivated at the point whereivy-minibuffer-match-face
takes effect.but again it works fine in another similar case...
i have so far failed to create a minimal reproducible test case, so i am open to any suggestions on how to debug this.
The text was updated successfully, but these errors were encountered: