>>>> "Hrvoje" == Hrvoje Niksic
<hniksic(a)iskon.hr> writes:
Hrvoje> The buffer tabs are still flickering when used with Gnus.
Hrvoje> Specifically, whenever I press SPC or DEL in the Summary buffer in
Hrvoje> order to scroll the current article by one page, the tabs flicker.
Hrvoje> Even if nothing really happen, as when I press DEL and I'm already at
Hrvoje> the beginning of the article.
Hrvoje> Is this a known bug that's supposed to be fixed, or does it happen
Hrvoje> only for me?
I get really bad buffer tab flickering as well. Best way to
reproduce:
M-x occur RET somestring RET
Then move the mouse around in the *Occur* buffer. That buffer has a
mouse motion hook that changes highlighting extents and such. As far
as I can tell, the buffer tabs are redrawn twice for each mouse motion
event, maybe because the window is temporarily selected.
Interestingly, however, this only happens on Linux, and not on
Solaris. I thought this might be related to using motif, but
rebuilding with lesstif on Linux made no difference. I checked that
using a local xemacs vs. remote made no difference. The compiler I
used made no difference. My best guess - a difference in the X
implementation between Solaris and Linux. Probably a tough bug to
track down. As always, access to my binary is available for debugging.
Martin