Hi Arash,
My package-to-be
https://github.com/ultronozm/preview-auto.el (mentioned at
https://lists.gnu.org/archive/html/auctex-devel/2024-04/msg00086.html) calls preview-region on a timer, previewing everything near the visible buffer. Currently, it uses inhibit-message so as not to flood the minibuffer with the following sorts of messages:
Saving file /XXX/_region_.tex...
Wrote /XXX/_region_.tex
Type ‘C-c C-l’ to display results of compilation
Such messages still appear in the *Messages* buffer. I think it'd be better to suppress them altogether. This patch (and a couple other hacks in my own code) would allow me to do so.
Of course, if you have other suggestions, they'd be very welcome.
Thanks, best,
Paul