James Cash
James Cash
I think this is the fuzzy finder: https://github.com/dzhou121/gonvim-fuzzy
I guess that this would require the ability to pass the option `inquiry(true)` to through to the `pack_install/2` that is invoked by `pack_upgrade/1`?
I'm also seeing this same behaviour, using vanilla Emacs; also seeing the same when started with `emacs -Q`. Possibly due to the font I'm using (Pragmata Pro)?
Ah, I think actually it's related to #12 - I'm on a high-resolution monitor & if I make the height much smaller, then I can see (tiny, unaligned) text
If I can contribute to this: I seem to be seeing the same problem on a high-resolution screen, with X set to 144 DPI. Using the test code above, I...
> You mean font-size in the svg-textpart? Yessir
This seems to work for me! EDIT: Although to make the examples work, I do need to manually set a different `:height` on the faces to make them be the...
I think I also have a fairly weird display set up...I have xorg conf file setting the DPI to 144, but also `Xft.dpi: 180` in my `~/.Xresources`; fair enough if...
I'm very curious how the drawing works internally...I continue to see that omitting the `:font-size` in the call to `svg-text` makes the text show as the correct size (in conjunction...
Opening `example-2.el` & eval-ing with `emacs -Q`:  Commenting out the `:font-size` line in `svg-tag--make` and repeating:  Commenting out `:font-size` and changing `(text-y font-size)` to `(text-y (- txt-height 5))`...