Jason Rumney wrote:
This particular one is specific to w32
Actually, I was wrong. redisplay_internal contains the following code which makes the behaviour the same on X (I have not yet found what prevents redisplay on Windows)...
#if defined (USE_X_TOOLKIT) || defined (USE_GTK) if (popup_activated ()) return; #endif _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
