-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Candidates are hidden when input is too long #484
Comments
Thanks, this is another regression, fixed by a94fd9a? |
I just noticed that with highlight extension the highlighting can be off for that case the fix should be the same as mentioned in #450 propertizing the newline instead of the current space alignment. |
Now that I have your attention I'd just like to point out another maybe issue (hopefully without repeating the same reproduction instructions), I use |
Can you provide more details? When doing any command, providing some input and then doing |
Oh sorry, I was mistaken. I triggered the debugger but didn't check the value of |
Nice :) Then I will close this one and the keep track of the highlighting issue in #450 |
This isn't directly related to this issue but currently when the prompt is too long it still gets cut off even if the candidates are fine. For example when I'm in a really deep directory. I'm pretty sure it didn't used to be like this and personally I'd prefer the prompt to just flow over to the next line over getting cut off in the middle. Thoughts? |
I guess this is related to #426 ? We truncate lines by default so wrapping of the prompt isn't possible, the scrolling can be improved maybe that would improve the situation for you, too. |
The minibuffer window for selectrum seems to scroll once you input enough content which leads to the candidates on the current line being hidden. This would be fine cause you rarely input really long patterns but when your in a very long directory (eg.
~/.config/dotfiles/prog/editors/emacs/lisp/straight/repos/consult/
) it makes certain commands such asfind-file
basically unusable.You can see the scrolling affect in this asciicast.
Reproduction Instructions
emacs -nw -q
C-x b RET
and inputfind-file
.The text was updated successfully, but these errors were encountered: