Stéphane Marks

Results 171 comments of Stéphane Marks

Closing this as it was pilot error. The usual advice from Emacs maintainers to use -Q when reproducing issues does not help with native compilation issues, however, as it suppresses...

Will the strategy to use invocation-directory survive if someone symlinks /Applications/Emacs.app/Contents/MacOS/Emacs to something else, like in their ~/bin directory?

I was able to hack in naive region pulsing with a couple of lines of code. The idea would be to have a ```pulsar-pulse-region-functions``` list and pulse the region. This...

Give this branch a try and see how it works for you. https://github.com/shipmints/pulsar/tree/pulse-region-commands If you are a modal mode user, evil or meow or whatever, please test this with your...

Has anyone given this a try? Any suggestions for refinement?

I think skipping loading the theme at all is a nice, easy solution, perhaps with a message that indicates the reason so people can understand when this case occurs. We...

I've changed my `modus-themes` `use-package` stanza as follows: ```elisp (use-feature modus-themes :unless (or noninteractive (< (display-color-cells) 256)) ``` Perhaps this can be a documentation update for the time being.