From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Evil Boris Newsgroups: gmane.emacs.devel Subject: Re: focus in ediff with many frames X/twm Date: Sat, 30 Apr 2005 16:07:58 -0400 Message-ID: References: <426D3E3C.8090309@swipnet.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1114964295 9296 80.91.229.2 (1 May 2005 16:18:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 1 May 2005 16:18:15 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun May 01 18:18:11 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DSH8f-0007a8-31 for ged-emacs-devel@m.gmane.org; Sun, 01 May 2005 18:17:49 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DSHFO-0003bS-9e for ged-emacs-devel@m.gmane.org; Sun, 01 May 2005 12:24:46 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DSH3J-0004bX-WF for emacs-devel@gnu.org; Sun, 01 May 2005 12:12:18 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DSGzw-0003S6-3M for emacs-devel@gnu.org; Sun, 01 May 2005 12:08:48 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DSGsn-0007z0-VO for emacs-devel@gnu.org; Sun, 01 May 2005 12:01:26 -0400 Original-Received: from [199.232.41.67] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (TLS-1.0:RSA_ARCFOUR_SHA:16) (Exim 4.34) id 1DSGs1-0007Pq-8M for emacs-devel@gnu.org; Sun, 01 May 2005 12:00:37 -0400 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by mx20.gnu.org with esmtp (Exim 4.34) id 1DRyOu-0004is-5V for emacs-devel@gnu.org; Sat, 30 Apr 2005 16:17:20 -0400 Original-Received: from root by ciao.gmane.org with local (Exim 4.43) id 1DRyI3-0002e6-L6 for emacs-devel@gnu.org; Sat, 30 Apr 2005 22:10:15 +0200 Original-Received: from 207-38-193-43.c3-0.wsd-ubr1.qens-wsd.ny.cable.rcn.com ([207.38.193.43]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 30 Apr 2005 22:10:15 +0200 Original-Received: from evilborisnet by 207-38-193-43.c3-0.wsd-ubr1.qens-wsd.ny.cable.rcn.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 30 Apr 2005 22:10:15 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 24 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 207-38-193-43.c3-0.wsd-ubr1.qens-wsd.ny.cable.rcn.com User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (windows-nt) Cancel-Lock: sha1:P6X0Z1s4dWyOsEo1oih9uPYGu34= 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:36531 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:36531 "Jan D." writes: > Evil Boris wrote: > >>This seems to work properly in 21.3, but not in current/recent CVS. >>This is on Solaris running twm as the window manager. >> >>If I invoke ediff, say to compare two files, ediff starts a little >> separate "control frame". >> >>-- On Windows, this frame gets focus and the pointer gets warped there. >>-- On Linux/Sawfish, the same. >>-- On Solaris/twm (focus follows pointer), the X pointer gets warped >> into the bottom right corner of the screen! >> >>Any ideas/comments? Can anyone reproduce this behavior? >> > > I can not be reproduce this on Solaris 9. I am on Solaris 7. Do not see how it should matter, though. Any hints on how I would go about tracking this down? A really primitive test of the pointer positioning function seems to indicate it works!