6/25/2026 at 7:00:24 PM
Emacs user for >32 years now. It's a pity this won't get merged. There is a big usability/accessibility factor to consider here: I really wish I could have something like the Ghostty cursor_blaze.glsl shader for highlighting where the cursor is when you switch windows/buffers/apps.Most people think GPU equals silly toys like video in a text window, but there is much more to it than that.
[and yes, I know about beacon, which unfortunately doesn't work too well, as well as about pulse, which I use]
by jwr
6/25/2026 at 7:37:49 PM
GPU speedups are welcome, but you don't need a shader and a gpu to insert a flashy effect.Emacs has had this for decades: `pulse.el`. And building your own is very simple also.
You'll still need someone to write the glue code to trigger the pulse, but then a gpu patch on the backend wouldn't give you that either.
I'm sure someone on MELPA/Github has written code to do just this already.
by mickeyp
6/26/2026 at 7:08:11 AM
I expected this kind of reply, which is why I specifically mentioned that I actually use pulse.This attitude of "Emacs already has this" is not helpful and limits the development and evolution of Emacs. Have you seen how the Ghostty shaders work and how specifically the cursor highlighting one works? It is way better than what Emacs does today.
by jwr
6/25/2026 at 8:06:02 PM
> Emacs has had this for decadesPulse works, but honestly it pales when compared to neovim's effect. It would be nice to have a machinery to create things like that in Emacs.
by iLemming
6/25/2026 at 7:48:05 PM
I would love to have something like nvim's "smear-cursor". iirc someone wrote a patch (it was posted on r/emacs) - I'll attach it if I find it. My first thought was "is it doable as a dylib?"by iLemming
6/26/2026 at 11:07:35 AM
The feature is LLM generated, and also doesn’t bring any speed ups, only slowdownsby blks
6/26/2026 at 2:27:44 PM
Did you read the article to the end? It does bring speed ups for high resolution, like 4K. It's at more conventional laptop display sizes that its roughly on-par with, but the GPU scales better with pixel count.by dessimus
6/26/2026 at 3:18:57 PM
Only on Linux it seems. The fact that it makes rendering slower on lower resolution is a big concern.I’m all for speeding up Emacs as a long time user, but I share emacs maintainers stance on not accepting llm code.
by blks
6/25/2026 at 11:59:07 PM
I'd be thrilled with a second thread much less GPU.by golly_ned
6/26/2026 at 9:02:10 AM
https://www.gnu.org/software/emacs/manual/html_node/elisp/Ba...by aboardRat4
6/25/2026 at 9:51:26 PM
I don't think video in a text window is a silly toy. Sounds like another useful tool in the toolbox.by d-us-vb