From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Francis Litterio 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:34:03 -0400 Message-ID: References: Reply-To: Francis Litterio , 950@emacsbugs.donarmstrong.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1221144493 8609 80.91.229.12 (11 Sep 2008 14:48:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 11 Sep 2008 14:48:13 +0000 (UTC) To: 950@emacsbugs.donarmstrong.com Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Sep 11 16:49:08 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 1KdnTl-0005Tv-9C for geb-bug-gnu-emacs@m.gmane.org; Thu, 11 Sep 2008 16:49:06 +0200 Original-Received: from localhost ([127.0.0.1]:41891 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KdnSl-0004ci-0u for geb-bug-gnu-emacs@m.gmane.org; Thu, 11 Sep 2008 10:48:03 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KdnSZ-0004Tk-Ag for bug-gnu-emacs@gnu.org; Thu, 11 Sep 2008 10:47:51 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KdnSV-0004Q8-QE for bug-gnu-emacs@gnu.org; Thu, 11 Sep 2008 10:47:50 -0400 Original-Received: from [199.232.76.173] (port=53984 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KdnSV-0004Pn-EP for bug-gnu-emacs@gnu.org; Thu, 11 Sep 2008 10:47:47 -0400 Original-Received: from rzlab.ucr.edu ([138.23.92.77]:37263) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KdnSU-0000ag-Pc for bug-gnu-emacs@gnu.org; Thu, 11 Sep 2008 10:47:47 -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 m8BElX1C012072; Thu, 11 Sep 2008 07:47:33 -0700 Original-Received: (from debbugs@localhost) by rzlab.ucr.edu (8.13.8/8.13.8/Submit) id m8BEj3Fb010768; Thu, 11 Sep 2008 07:45:03 -0700 X-Loop: don@donarmstrong.com Resent-From: Francis Litterio Resent-To: bug-submit-list@donarmstrong.com Resent-CC: Emacs Bugs , don@donarmstrong.com Resent-Date: Thu, 11 Sep 2008 14:45:03 +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.12211438988616 (code B ref 950); Thu, 11 Sep 2008 14:45:03 +0000 Original-Received: (at 950) by emacsbugs.donarmstrong.com; 11 Sep 2008 14:38:18 +0000 Original-Received: from TheWorld.com (pcls5.std.com [192.74.137.145]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m8BEcAHb008604 for <950@emacsbugs.donarmstrong.com>; Thu, 11 Sep 2008 07:38:11 -0700 Original-Received: from usenlittefl1c.theworld.com (IDENT:105@shell01.theworld.com [192.74.137.71]) by TheWorld.com (8.13.6/8.13.6) with ESMTP id m8BEbVHc032340 for <950@emacsbugs.donarmstrong.com>; Thu, 11 Sep 2008 10:37:33 -0400 X-Random-Quote: Good breeding consists in concealing how much we think of ourselves and how little we think of the other person. -- Mark Twain In-Reply-To: (martin rudalics's message of "Thu, 11 Sep 2008 10:54:05 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (windows-nt) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) Resent-Date: Thu, 11 Sep 2008 10:47:50 -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:20480 Archived-At: 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