GNU bug report logs - #950
CVS Emacs on Windows XP fails to draw contents of new frame

Previous Next

Packages: emacs, w32;

Reported by: Francis Litterio <flitterio <at> gmail.com>

Date: Tue, 9 Sep 2008 17:35:03 UTC

Severity: normal

Merged with 1748, 2524

Done: Jason Rumney <jasonr <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (Emacs bug Tracking System)
To: Francis Litterio <flitterio <at> gmail.com>
Subject: bug#950 closed by Jason Rumney <jasonr <at> gnu.org> (Re: bug#950: CVS
 Emacs on Windows XP fails to draw contents of new frame)
Date: Sun, 15 Mar 2009 15:00:06 +0000
[Message part 1 (text/plain, inline)]
This is an automatic notification regarding your bug report
which was filed against the emacs,w32 package:

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

It has been closed by Jason Rumney <jasonr <at> gnu.org>.

Their explanation is attached below along with your original report.
If this explanation is unsatisfactory and you have not received a
better one in a separate message then please contact Jason Rumney <jasonr <at> gnu.org> by
replying to this email.


-- 
950: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=950
Emacs Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Jason Rumney <jasonr <at> gnu.org>
To: 950-done <at> debbugs.gnu.org
Subject: Re: bug#950: CVS Emacs on Windows XP fails to draw contents of new
 frame
Date: Sun, 15 Mar 2009 22:51:54 +0800
> CVS Emacs on Windows XP sometimes fails to draw the contents of a new
> frame.

This bug (also reported as bug#1748 and bug#2524) should be fixed now. 
It was due to a poorly implemented redraw optimization within Windows, 
which I have worked around by using a non-standard paint message 
internally in Emacs.



[Message part 3 (message/rfc822, inline)]
From: Francis Litterio <flitterio <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: CVS Emacs on Windows XP fails to draw contents of new frame
Date: Tue, 09 Sep 2008 12:51:22 -0400
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.  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.
--
Fran




This bug report was last modified 16 years and 124 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.