emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Lambda in macrolet becomes a closure? (another breaking change in em


From: Constantin Kulikov
Subject: Re: Lambda in macrolet becomes a closure? (another breaking change in emacs:))
Date: Sun, 25 Sep 2016 14:06:16 +0300

> 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.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]