-
-
Notifications
You must be signed in to change notification settings - Fork 339
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
ivy: last result becomes partially invisible with non-zero line-spacing #198
Comments
fjl
changed the title
ivy: last result becomes partially with line-spacing
ivy: last result becomes partially invisible with non-zero line-spacing
Aug 17, 2015
fjl
added a commit
to fjl/dotemacs
that referenced
this issue
Aug 17, 2015
Thanks, please check if it's solved. |
fjl
added a commit
to fjl/swiper
that referenced
this issue
Aug 18, 2015
It does work, but I'd prefer a solution that keeps the |
There isn't a good API for calculating window height pixel-wise, as far as I know. In any case, it should be an automatic Emacs feature to re-size the minibuffer based on the text that's in it. So not much I can do here except set line-spacing to 0. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The minibuffer sizing doesn't seem to take
line-spacing
into account.I use Cocoa emacs and something (not my config) sets
line-spacing
to 0.1 globally.However it is set, a non-zero value makes the last minibuffer result partially invisible.
This could also be bug in emacs.
If I locally set
line-spacing
to 0 inivy--minibuffer-setup
, it works.This is similar to #161. Maybe
window-text-pixel-size
could be useful for solving this issue?The text was updated successfully, but these errors were encountered: