Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aggressive-indent-mode prints "Indenting region...done" all the time #146

Open
KaratasFurkan opened this issue Nov 4, 2020 · 2 comments · May be fixed by #148
Open

aggressive-indent-mode prints "Indenting region...done" all the time #146

KaratasFurkan opened this issue Nov 4, 2020 · 2 comments · May be fixed by #148

Comments

@KaratasFurkan
Copy link

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))
    ...)
@siraben
Copy link

siraben commented Nov 5, 2020

I also have been experiencing since using Emacs 28.

@oscarfv
Copy link

oscarfv commented Mar 3, 2023

That's probably caused by native compilation. I think that code in native-compiled libraries (.eln) are not affected by defalias and similar mechanisms.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants