From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.emacs.devel Subject: Re: NTEmacs problems with make-frame Date: Sat, 04 Jun 2005 23:15:37 +0100 Message-ID: <42A22809.4040506@ossau.uklinux.net> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1117925281 23539 80.91.229.2 (4 Jun 2005 22:48:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 4 Jun 2005 22:48:01 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 05 00:47:49 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DehQU-0002mb-5M for ged-emacs-devel@m.gmane.org; Sun, 05 Jun 2005 00:47:34 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DehWT-0000dn-Fu for ged-emacs-devel@m.gmane.org; Sat, 04 Jun 2005 18:53:45 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DehVZ-0000FR-IL for emacs-devel@gnu.org; Sat, 04 Jun 2005 18:52:50 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DehVS-0000AX-Kl for emacs-devel@gnu.org; Sat, 04 Jun 2005 18:52:43 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DehVR-00008k-2j for emacs-devel@gnu.org; Sat, 04 Jun 2005 18:52:41 -0400 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLS-1.0:RSA_AES_128_CBC_SHA:16) (Exim 4.34) id 1DehQ9-0006kr-TJ for emacs-devel@gnu.org; Sat, 04 Jun 2005 18:47:14 -0400 Original-Received: from root by ciao.gmane.org with local (Exim 4.43) id 1DehJf-0001yD-Fr for emacs-devel@gnu.org; Sun, 05 Jun 2005 00:40:31 +0200 Original-Received: from host81-130-111-97.in-addr.btopenworld.com ([81.130.111.97]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 05 Jun 2005 00:40:31 +0200 Original-Received: from neil by host81-130-111-97.in-addr.btopenworld.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 05 Jun 2005 00:40:31 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 17 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: host81-130-111-97.in-addr.btopenworld.com User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050513 Debian/1.7.8-1 X-Accept-Language: en In-Reply-To: X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:38128 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:38128 Eli Zaretskii wrote: > For quite some time now I sometimes see an annoying problem in the > native MS-Windows (a.k.a. NTEmacs) port of the CVS Emacs: commands > that create a new frame somehow fail to display the frame. [...] Yes, this happens for me too on Windows 2000. With Ediff, for example, sometimes this happens with the Ediff control frame. > Does anyone else see this on MS-Windows? The only thing that is > both peculiar and common to the two machines where I have this problem > is that both of them have Active Window Tracking (a.k.a. focus follows > mouse) feature of the window manager set to ON. I don't have this. I have out-of-the-box W2K behaviour, which is click to focus. Neil