> If you're worried about the warning, silence it with `with-no-warnings`
I don't know why but it doesn't work here and *Compile-Log* buffer still pops up in a view.
Wrapping the code with
(let ((warning-minimum-level :emergency)) ...)
does better -- it logs to the *Compile-Log* silently in background.