Jan R

Results 39 comments of Jan R

Thanks for the report. Tried this with my config but both cases (begin and end of file) finish nearly instantly. Will try later with only your minimal config. Which versions...

Tried this with Emacs 27 calling color-identifiers:refresh is instant for me. Could you try with the latest stable version? M-x version ``` GNU Emacs 27.2 (build 1, x86_64-pc-linux-gnu, GTK+ Version...

Same with Emacs 29 ``` GNU Emacs 29.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.27, cairo version 1.16.0) ``` I've used the following default.nix file to reproduce using nix-shell (on NixOs):...

Sorry for the delay. Some things you could try: - install Emacs 27 (latest stable version), the 29 indicates this is a build from source/snapshot - try to install Nix...

Planning to do that at some time. I think the reason it’s not there yet was that Melpa required tests for the package. I’m travelling right now so won’t get...

That's a good idea and I plan to do this in the end. However for now I still see this as a bit experimental and I haven't heard much feedback...

@Boruch-Baum thanks. I think I've checked most things required by Melpa. What stopped me from submitting was that I'm not entirely sure I'm using transient in an optimal way. See...

For the name: I consider using transient an implementation detail, it could as well use hydra. Although realistically switching might break configs and extensions if someone makes one in the...

@tarsius if I condense the places where I'm not sure about my usage of transient APIs into small examples would you be able to provide feedback (as in "this feature...

Yes, I'm very open to that. When I added yasnippet support I thought it had been moved into Emacs core. Otherwise this would be some form of extension. I'm haven't...