So what should have happened (under X) was:
- reset face is called
- x-init-global-faces is called. This basically resets the 'default
face to the compiled in values.
- customize calls 'face-display-set', but as none of the display specs
matches the (type mswindows) the default font the 'default face is
is not modified.
^--- This is where things don't go as expected: I'm running under CYGWIN, so
the mswindows _does_ match. However, I'm starting XEmacs from under X, so
I'd like the X resources to take precedence for frames being displayed under
X.
Is this clear, or should I try again?
- init-face-from-resources is called. As the the default face has
not
been modified the X resources should be used.
And in my case, it has been modified, so I guess it's not getting set back
to the X resource values.
Could you find out why that does not work for you?
Jan