-
-
Notifications
You must be signed in to change notification settings - Fork 338
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 hidden by prior wrapped long candidate under terminal #1809
Comments
Thanks, please test. |
Ok, I see it now. We might have to go with a complex solution after all. Could we get away with recommending or setting this for non-graphical Emacs? (setq resize-mini-windows 'grow-only) |
The last attempt[1] to fix abo-abo#1809 permanently changed the value of user option resize-mini-windows under a text terminal. Fix this by: (ivy--minibuffer-setup): Move resize-mini-windows logic from here... (ivy-read): ...to here. [1]: ivy.el: For non-graphical Emacs set resize-mini-windows to 'grow-only 2018-11-20 11:04:14 +0100 c1c1ec7 Fixes abo-abo#1809
Documenting limitations such as that Emacs does not currently handle non- What we can't get away with, though, is permanently changing the value of the user option |
The last attempt[1] to fix #1809 permanently changed the value of user option resize-mini-windows under a text terminal. Fix this by: (ivy--minibuffer-setup): Move resize-mini-windows logic from here... (ivy-read): ...to here. [1]: ivy.el: For non-graphical Emacs set resize-mini-windows to 'grow-only 2018-11-20 11:04:14 +0100 c1c1ec7 Fixes #1809 Fixes #1811
make emacs='emacs -nw' plain
C-j
C-j
M->
Note that the last two candidates
foo
andbar
are hidden by the previous multi-line candidate, and only two candidates are shown instead of four.Tested in the following Emacs versions:
Re: #1807.
The text was updated successfully, but these errors were encountered: