Re: Has lexical binding declaration format changed in Emacs 30 or 31?
Pierre Rouleau <[email protected]>
| Newsgroups | gmane.emacs.help |
|---|---|
| Message-ID | <CALTqLibuaJgTUzkK4HfyO45Qe-StG6irX1n-w8+eCdBce2rgSw@mail.gmail.com> |
On Wed, Feb 25, 2026 at 4:51 PM Stefan Monnier <[email protected]> wrote: > > I'm now wondering why the compilations generate the "Skipping > update:...." > > message.... > > IIRC it's because the package tries to upgrade your keys as part of the > package installation (rather than only later such as on the next > startup) and I guess that means it does it during the compilation that > occurs during installation (there is no direct "hook" we can use to run > something during installation, so it's common to use the compilation > step for that instead). Ok, makes sense, thanks -- /Pierre