Stefan Monnier <
monnier@iro.umontreal.ca> sc=
hrieb am Sa., 18. Apr. 2015 um 19:17=C2=A0Uhr:
Maybe a solution is to simply make customize-set-variables lazier, so=
that variables with a :require see their setting delayed to after
package-initialize was called.=C2=A0 Or else, have package-initialize be
called by customize-set-variables.=C2=A0 Or...
I would prefer one of these options over t=
he other discussed in this thread. package.el and custom.el are now both pa=
rt of Emacs, so there's no break in abstraction if they know about each=
other. It would make custom.el more complicated for the benefit of the use=
rs (who can stop worrying about the correct initialization order), which I =
think is a good tradeoff.=C2=A0