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
Using find-file, moving the selection up to the prompt line will cause marginalia annotations to disappear if the path in the prompt is in a separate directory than one you first run the command in.
To reproduce, open emacs -Q and eval the following:
Then, run find-file, navigate to a different directory in it, and move the selection up to the prompt line. When you have some partial path in the same directory you started in, moving the selection up to the prompt line doesn't cause the annotations to disappear, but this seems to happen for any other directory you move to. This is definitely an issue on the selectrum side since I can't reproduce this on vertico.
minad
changed the title
Marginalia annotations sometimes disappear on find-file
Marginalia annotations disappear when prompt selection on find-fileJun 30, 2021
minad
changed the title
Marginalia annotations disappear when prompt selection on find-file
Marginalia annotations disappear with prompt selection on find-fileJun 30, 2021
Using
find-file
, moving the selection up to the prompt line will causemarginalia
annotations to disappear if the path in the prompt is in a separate directory than one you first run the command in.To reproduce, open
emacs -Q
and eval the following:Then, run
find-file
, navigate to a different directory in it, and move the selection up to the prompt line. When you have some partial path in the same directory you started in, moving the selection up to the prompt line doesn't cause the annotations to disappear, but this seems to happen for any other directory you move to. This is definitely an issue on the selectrum side since I can't reproduce this on vertico.cc: @minad
The text was updated successfully, but these errors were encountered: