Hi Philip, Em 03/09/2025 05:01, Philip Kaludercic escreveu: > As mentioned on Emacs-devel, shouldn't this be `eglot-semantic-tokens-mode'. Thanks for catching this :) I fixed it among other things, and I apologize for being unfamiliar with the e-mail git workflow. I don't know if I should send a patch on top of the previous patch, but I'm sending a squashed one. In this new patch I also removed a "hash" I used in attempt to avoid a burst of requests, because it was not working in some particular situations (I can explain if you want). Now, due to how jit-lock works, Eglot may send two requests after a didChange if the server does not support delta requests. But this was also the case in the version with the hash, so alas, it was just complicating things.