Fabrice Popineau writes:
I have used spy++ to look at the messages sent to the xemacs window,
and
there is a real high number of WM_CTLCOLORSCROLLBAR messages processed,
which seems a bit strange to me. Is there any reason for that ? I don't
see why messages should be processed while doing nothing.
XEmacs redisplay is very hairy, containing lots of mutually recursive
functionality. The infamous "Metacity maximization infloop" on the Xt
platform is an example (unfortunately, all too typical). I would
guess there's some kind of interaction where a dirty state is being
reset before all of the work is done, and in the process of completing
work something sets a dirty flag---so it all starts over again. Or it
might be that something's polling the scrollbar for some reason.
But I don't do Windows, so I can't be much more help than that.
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta