Package autoloads missing on Emacs master (29)

What happened?

Many autoloaded functions aren’t dumped into Doom’s generated mega autoload file.

What did you expect to happen?

Autoload cookies in packages work.

Steps to reproduce

  1. Install emacs-git or emacs-pgtk-native-comp-git from AUR
  2. doom clean, doom build -r, doom sync
  3. M-x lsp, the command doesn’t appear but still available after explicitly loading lsp.el

System information


Loading data dump...

I suspect it’s related to autoload.el being superseded by loaddefs-gen.el, but haven’t found the breaking commit yet (tried the one before aa9eaac68e1a80c49932efbd3c62c53a812031ed but still didn’t work).

It’s suddenly back to normal after nuking my ~/.config/emacs (doom-emacs-dir) & reinstalling Doom.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.