James Cash

Results 37 comments of James Cash
trafficstars

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`: ![screenshot-2021-04-30_15-50-49](https://user-images.githubusercontent.com/38405/116747418-de6be400-a9cb-11eb-812c-e9ba2a7b3400.png) Commenting out the `:font-size` line in `svg-tag--make` and repeating: ![screenshot-2021-04-30_15-59-25](https://user-images.githubusercontent.com/38405/116748186-11fb3e00-a9cd-11eb-9b33-8fe1c8f59985.png) Commenting out `:font-size` and changing `(text-y font-size)` to `(text-y (- txt-height 5))`...