From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.bugs Subject: bug#950: CVS Emacs on Windows XP fails to draw contents of new frame Date: Thu, 11 Sep 2008 10:54:05 +0200 Message-ID: <48C8DCAD.6060200@gmx.at> References: Reply-To: martin rudalics , 950@emacsbugs.donarmstrong.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1221124130 30020 80.91.229.12 (11 Sep 2008 09:08:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 11 Sep 2008 09:08:50 +0000 (UTC) To: Francis Litterio , 950@emacsbugs.donarmstrong.com Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Sep 11 11:09:42 2008 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KdiBI-0005m5-Ia for geb-bug-gnu-emacs@m.gmane.org; Thu, 11 Sep 2008 11:09:40 +0200 Original-Received: from localhost ([127.0.0.1]:51020 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KdiAI-0006d6-Bq for geb-bug-gnu-emacs@m.gmane.org; Thu, 11 Sep 2008 05:08:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kdi9V-0006GC-Sm for bug-gnu-emacs@gnu.org; Thu, 11 Sep 2008 05:07:49 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kdi9R-0006BE-1I for bug-gnu-emacs@gnu.org; Thu, 11 Sep 2008 05:07:46 -0400 Original-Received: from [199.232.76.173] (port=52715 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kdi9Q-0006Ao-Jt for bug-gnu-emacs@gnu.org; Thu, 11 Sep 2008 05:07:44 -0400 Original-Received: from rzlab.ucr.edu ([138.23.92.77]:53950) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Kdi9P-0004uG-58 for bug-gnu-emacs@gnu.org; Thu, 11 Sep 2008 05:07:44 -0400 Original-Received: from rzlab.ucr.edu (rzlab.ucr.edu [127.0.0.1]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m8B97XHZ017936; Thu, 11 Sep 2008 02:07:36 -0700 Original-Received: (from debbugs@localhost) by rzlab.ucr.edu (8.13.8/8.13.8/Submit) id m8B95CoC016999; Thu, 11 Sep 2008 02:05:12 -0700 X-Loop: don@donarmstrong.com Resent-From: martin rudalics Resent-To: bug-submit-list@donarmstrong.com Resent-CC: Emacs Bugs , don@donarmstrong.com Resent-Date: Thu, 11 Sep 2008 09:05:12 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 950 X-Emacs-PR-Package: emacs,w32 X-Emacs-PR-Keywords: Original-Received: via spool by 950-submit@emacsbugs.donarmstrong.com id=B950.122112350813747 (code B ref 950); Thu, 11 Sep 2008 09:05:12 +0000 Original-Received: (at 950) by emacsbugs.donarmstrong.com; 11 Sep 2008 08:58:28 +0000 Original-Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with SMTP id m8B8wKq6013710 for <950@emacsbugs.donarmstrong.com>; Thu, 11 Sep 2008 01:58:22 -0700 Original-Received: (qmail invoked by alias); 11 Sep 2008 08:58:15 -0000 Original-Received: from 62-47-61-65.adsl.highway.telekom.at (EHLO [62.47.61.65]) [62.47.61.65] by mail.gmx.net (mp058) with SMTP; 11 Sep 2008 10:58:15 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX19aDpVz8oJaWuuspTFpZgG+zGG9Y/q3S1zEgt20FC ENrsWYJN2lPkYI User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) In-Reply-To: X-Y-GMX-Trusted: 0 X-FuHaFi: 0.71 X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) Resent-Date: Thu, 11 Sep 2008 05:07:46 -0400 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:20471 Archived-At: > 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. What are your focus-follows-mouse settings? martin