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: Alan Mackenzie
Subject: Re: master 1ca436a: Make compilation mode work with warnings from compiled buffer functions
Date: Thu, 29 Nov 2018 10:26:38 +0000
User-agent: Mutt/1.10.1 (2018-07-13)

Hello, Glenn.

On Wed, Nov 28, 2018 at 22:51:02 -0500, Glenn Morris wrote:
> 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.

Ah, I've got you now!  Yes, that does indeed save a few seconds on the
bootstrap time.  Thanks for making the change in the repository.

-- 
Alan Mackenzie (Nuremberg, Germany).



reply via email to

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