emacs-devel
[Top][All Lists]
Advanced

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

Re: master 1ca436a: Make compilation mode work with warnings from compil


From: Glenn Morris
Subject: Re: master 1ca436a: Make compilation mode work with warnings from compiled buffer functions
Date: Wed, 28 Nov 2018 22:51:02 -0500
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Alan Mackenzie wrote:

> The previous version of bytecomp.el used at least one function in
> compile.el (namely compilation-mode), suggesting that compile.elc? is
> already loaded when bytecomp starts.

It only uses compilation-mode in interactive use, but 1ca436a33c loads
compile unconditionally.

> However, for some fiddly reason a macro in compile.el was no longer
> defined, hence the require.

Since AFAICS you only need the define-compilation-mode macro,
eval-when-compile should solve the slowdown.



reply via email to

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