emacs-devel
[Top][All Lists]
Advanced

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

modus-themes ELPA and etc/themes


From: Stefan Monnier
Subject: modus-themes ELPA and etc/themes
Date: Sat, 20 Mar 2021 15:52:39 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

I just noticed that Emacs is not aware that it comes bundled with
`modus-themes`, so it may unnecessarily fetch `modus-themes` from the GNU
ELPA archive.

The problem is due to the fact that the file is under `etc/themes` and
is hence not processed by our autoloads machinery which would otherwise
add something like

    (push (purecopy '(modus-themes 1 2 4)) package--builtin-versions)

to lisp/loaddefs.el.

There are various ways to fix this, but to me the simplest would be to
move `etc/themes` to `lisp` (or at least to move `modus-themes.el`).


        Stefan




reply via email to

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