Andy Piper <andy(a)xemacs.org> writes:
>Why does it keep using the "old" background color
"OB".
Because the face the tab uses is not the face of the whole gutter. I wonder
if this would go away if we had a specific gutter face that you could set
(currently defaults to gui-element). If you set gui-element to the same
colors as your tabs, what happens?
I have
(specifier-spec-list (face-background 'gui-element))
---> ((global (nil . "Gray80")))
Not white... However I cannot see the white on repainting now as your
fix to remove the flicker works too well :-)
There is one glitch left. The gutter is not repainted in my new
background color after that is set from my custom-set-faces. (From the
first gutter painted after that things are OK).
Oops just noticed another glitch. If there are two windows that
contain buffers already in the tab window, switching the window with
C-x o does not bring forward the correct tab.
Jan