aggressive-indent-mode
aggressive-indent-mode copied to clipboard
aggressive-indent-mode prints "Indenting region...done" all the time
Hello, as far as I see, there is a part of the code that tries to suppress messages from indent-region function. But it does not work since I moved to Emacs28.
Is there anyone who knows how to fix this part? (it doesn't suppress messages):
(cl-letf (((symbol-function 'message) #'ignore))
...)
I also have been experiencing since using Emacs 28.
That's probably caused by native compilation. I think that code in native-compiled libraries (.eln) are not affected by defalias and similar mechanisms.