Daniel Mendler

Results 795 comments of Daniel Mendler

@astoff > I wouldn't call this hypothetical mupdf-based backend the C server, I would call it a new C server. I think that's hair splitting. In any case it makes...

@astoff > Which brings up a question I was asking myself: is there an easy way to draw over an image / superimpose images inside Emacs? SVG. This is what...

Finally done, see https://github.com/minad/marginalia/commit/4c8f6b8848cc47d70431adb74864967cc5986895.

@elken My knowledge of Doom is quite limited, but I think this change is not needed. Projectile itself uses `completing-read` which should work as is with Vertico and other completion...

> Yes, hence my original comment Makes sense. I wondered why you went with `consult--read` here. I suspect only because of the simplicity associated with keyword arguments?

> The regular completing-read here doesn't show icons or other marginalia annotations, I figured this was simpler than deep-diving into setting up hooks/advice Hmm, the problem is likely only that...

If you need some examples you can also take a look at `cape--table-with-properties` or `embark--with-category`. These helpers alleviate the pain of writing a completion table with a category slightly.

Yes, I also see a line at the bottom of the screen, when switching from a light to a dark theme. The effect is only visible when I start Emacs...

I use Lucid. I just checked the output of: ~~~ elisp (pp `((frame-geometry . ,(frame-geometry)) (frame-monitor-geometry . ,(frame-monitor-geometry)))) ~~~ The problem is the `external-border-size`: ~~~ elisp ((frame-geometry (outer-position 0 ....

@walseb > Is there any way to remove it? To answer that question - in my setup, I can remove the border when I evaluate the following: ~~~ elisp (progn...