emacs-devel
[Top][All Lists]
Advanced

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

Re: emacs.pdmp not always rebuilt


From: Gregory Heytings
Subject: Re: emacs.pdmp not always rebuilt
Date: Mon, 04 Oct 2021 08:57:04 +0000


And it depends on the error. Put the following into simple.el, and you'll get a warning from the byte compiler, but you won't get any errors when building:

This is because of dcf9cd47ae. Patch attached, which will hopefully fix the other silent failures you experience.

Thanks, but why condition that on batch mode? Does the problem happen in any batch-mode invocation, and if so, why?


When Emacs has been built, the problem does not seem to exist anymore. FWIW, I'm not sure it makes sense to call substitute-command-keys there, even in non-batch mode, but it should probably be okay to limit the scope of the fix to something narrower. Updated patch attached, this time against the current trunk.

Attachment: Do-not-use-substitute-command-keys-during-bootstrap.patch
Description: Text Data


reply via email to

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