>>>> ">" == Colin Rafferty
<craffert(a)ms.com> writes:
>> Raymond Toy writes:
>>
>>>> ">" == Colin
Rafferty <craffert(a)ms.com> writes:
>>> bold-italic is even worse off, since
`x-make-font-bold-italic' doesn't
>>> honor *try-oblique-before-italic-fonts* (yet).
> Especially noticeable in the splash screen! :-) Do this mean
you'll
> have a patch for this? :-)
> Uh, no.
> I have a patch for `x-make-font-bold-italic' to work
properly, but I
> don't see how to get the italic/bold/bold-italic fonts set after
> .emacs.
Yeah, I did the obvious change to x-make-font-bold-italic. It
obviously gets run too late for *try-oblique-before-italic-fonts* to
have any effect on the splash screen.
> I'm not sure that it's possible, since you may want to
change your
> fonts in .emacs, and we don't want them to then be overridden by
> make-font-italic and friends.
But it *was* possible because it worked in b65 and earlier. If the
font already exists we shouldn't touch it.[1]
Would it be possible to defer all settings of fonts and to defer the
splash screen until *after* .emacs is run?
I guess I should look up what changed between b65 and b66 that could
cause the effect we're seeing. (I need more hours in a day!)
Ray
Footnotes:
[1] Spoken by a person who has no idea how and when fonts are set
up. :-)