emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: No refresh of buffer before popup-menu


From: Jason Rumney
Subject: Re: No refresh of buffer before popup-menu
Date: Wed, 21 Feb 2007 15:48:59 +0000
User-agent: Thunderbird 1.5.0.9 (Windows/20061207)

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







reply via email to

[Prev in Thread] Current Thread [Next in Thread]