>>>> "AP" == Andy Piper <andy(a)xemacs.org>:
> also seeing the same display oddities I think I've mentioned
before - here
> are some snapshots
>
> then, after I finish the command, say loading my home dir into dired, it
> goes funny:
AP> That's worrying.
I have a way to reproduce that one, at least on my SGI:
o write out the following as foo:
(custom-set-faces
'(default ((t (:foreground "wheat" :background "black" :size
"11" :family "screen"))) t)
'(italic ((t (:size "10" :family "helvetica" :italic t))) t)
'(buffers-tab ((t (:foreground "firebrick4" :background "gray60"
:size "10" :family "helvetica" :italic t))) t)
)
o xemacs -vanilla -l foo
o C-x C-f RET
and it should look like the 3rd image in that other msg
if you delete the set for italic *or* move the set for buffers-tab before
the set for italic, it doesn't happen
-JT