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

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

bug#950: CVS Emacs on Windows XP fails to draw contents of new frame


From: Francis Litterio
Subject: bug#950: CVS Emacs on Windows XP fails to draw contents of new frame
Date: Thu, 11 Sep 2008 10:34:03 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (windows-nt)

martin rudalics wrote:

>> CVS Emacs on Windows XP sometimes fails to draw the contents of a new
>> frame.  To reproduce, run "emacs -q", and evaluate this form:
>>
>>     (let ((frame (make-frame)))
>>       (make-frame-invisible frame)
>>       (make-frame-visible frame))
>>
>> The new frame's contents will not be drawn.
>
> Works here (on Windows XP).
>
>> Typing "C-l" in the new
>> frame does not cause its contents to be drawn.  You have to switch focus
>> to another window and back again before the frame's contents are drawn.
>
> But the new frame is visible and in the foreground, I suppose.

Yes, it appears on top of the existing Emacs frame, but about 20 or 30
pixels to the right.

> What are
> your focus-follows-mouse settings?

focus-follows-mouse is nil.
--
Fran






reply via email to

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