emacs-devel
[Top][All Lists]
Advanced

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

Re: master 859190f 2/3: Convert some keymaps to defvar-keymap


From: Eli Zaretskii
Subject: Re: master 859190f 2/3: Convert some keymaps to defvar-keymap
Date: Thu, 14 Oct 2021 10:25:52 +0300

> From: Richard Stallman <rms@gnu.org>
> Cc: stefankangas@gmail.com, larsi@gnus.org, emacs-devel@gnu.org
> Date: Wed, 13 Oct 2021 18:36:59 -0400
> 
>   > > Any chance we could make these new macros use `kbd' by default?
> 
>   > Careful: use of kbd in code that's preloaded fails bootstrap!
> 
> It's probably not hard to arrange to give a compiler warning for use
> of `kbd' in a file that's preloaded.

That's too late: the first stage of bootstrap loads the preloaded
files as *.el.

Besides, relying on byte-compiler warnings for this stuff is not a
very efficient idea: since the bootstrap takes several minutes on even
a fast machine, people usually turn their attention to other places
and tasks while the build runs, and so will miss the warning.



reply via email to

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