Closed raxod502 closed 6 years ago
Relevant: https://andrewjamesjohnson.com/suppressing-ad-handle-definition-warnings-in-emacs/
Looks like this is largely just noise generated by defadvice, and can be silenced by setting
(setq ad-redefinition-action 'accept)
Yes, I have seen this before. I have tended to avoid it in the past, since I assumed the warning (i.e. a function definition was discarded due to delayed activation of advice) was indicating a real problem. If I keep running into this, though, I will probably just silence the warnings (possibly after reporting bugs upstream).
Solved by doing as @jhenahan suggested.
Message shown when enabling
latex-mode
directly after Emacs init.