RealFerdinandDeSaussure
RealFerdinandDeSaussure
Well, I just had to do a fresh install of emacs and was missing this feature when I set up fish-mode. So I guess it's time for a ping @wwwjfy
The advice shows up with define-key but adding advice manually doesn't work. However, I found out that everything works fine once I remove the byte-compiled file (general.elc). But I don't...
I'm using use-package for installing and loading the package. But I don't think that's related to this error because when I just install the package with `package-install general` and then...
I'll just delete the byte-compiled file for now. Thank you very much for your quick help and for taking the time to look into this.
Yes! Seems to work fine now. Thanks!
It seems this issue is making a comeback on the native compilation branch of Emacs.
I've only tried this with speed 2 but I have to admit I just gave the native comp branch a quick try before switching back to regular Emacs. So it...
Hello hello! Sorry for the late reply and thank you for the suggestion. We can definitely distinguish between those two error types, however I don't think it's necessary to subclass...
I don't know what the implications of enabling it when not running interactively are but I think debugging scripts is one of the main use cases for a command like...
I agree. For me, a breakpoint should just cause a stop whenever it's encountered. Everything else seems a bit convoluted to me. If a more complex logic is desired (conditionals...