"Stephen J. Turnbull" <turnbull(a)sk.tsukuba.ac.jp> writes:
I thought Jan fixed this particular problem by recording the
initialized state in Custom, then re-setting it after clearing it. I
get a flash on startup in 21.0.63 due to the init code setting my
'default face, Custom clearing it, and then setting it back to my
preferences. Do you have the most recent cus*.el and are they
compiled to elc?
The code he cites is the most current. In particular the
save-state-on-first-call trick is not used. Instead the combination
reset-face, init-global-faces is used to reproduce the startup the
defaults. That is cleaner and seemed (at the time) to work for
everyone. However this is already the second bug report where people
really wanted the resource settings and custom to mix.
Somebody (not me) needs to decide what we actually want customize to
do. Moreover somebody with FSF 20.3 needs to test how customize and X
resources relate there.
Jan