emacs-devel
[Top][All Lists]
Advanced

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

Re: On elisp running native


From: Eli Zaretskii
Subject: Re: On elisp running native
Date: Fri, 29 Nov 2019 21:26:28 +0200

> From: Andrea Corallo <address@hidden>
> Cc: address@hidden, address@hidden
> Date: Fri, 29 Nov 2019 16:43:21 +0000
> 
> (mapc #'byte-compile-file (directory-files "~/emacs/lisp" t "el$"))
> 
> Then is one single start of the GUI for all compilations.
> 
> I see an intense message activity going on in the mini-buffer so maybe
> that's the reason?
> 
> Question how could I delete the compilation log without interrupting the
> compilation it-self?

How about binding inhibit-message to a non-nil value, around that mapc
call?



reply via email to

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