From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Marshall, Simon" Newsgroups: gmane.emacs.devel Subject: RE: [simon.marshall@misys.com: mouse-autoselect-window needs a de lay] Date: Wed, 19 Jul 2006 12:14:53 +0100 Message-ID: <81CCA6588E60BB42BE68BD029ED4826008837C39@wimex2.wim.midas-kapiti.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: sea.gmane.org 1153307810 24693 80.91.229.2 (19 Jul 2006 11:16:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 19 Jul 2006 11:16:50 +0000 (UTC) Cc: "'emacs-devel@gnu.org'" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 19 13:16:47 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1G3A2g-0006qM-2S for ged-emacs-devel@m.gmane.org; Wed, 19 Jul 2006 13:16:38 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G3A2f-0004nk-Gh for ged-emacs-devel@m.gmane.org; Wed, 19 Jul 2006 07:16:37 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G3A2U-0004nV-SS for emacs-devel@gnu.org; Wed, 19 Jul 2006 07:16:26 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G3A2S-0004nJ-8H for emacs-devel@gnu.org; Wed, 19 Jul 2006 07:16:25 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G3A2S-0004nG-3f for emacs-devel@gnu.org; Wed, 19 Jul 2006 07:16:24 -0400 Original-Received: from [80.69.8.190] (helo=cluster-a.mailcontrol.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1G3A5Y-0001SS-9P for emacs-devel@gnu.org; Wed, 19 Jul 2006 07:19:36 -0400 Original-Received: from rly20a.srv.mailcontrol.com (localhost.localdomain [127.0.0.1]) by rly20a.srv.mailcontrol.com (MailControl) with ESMTP id k6JBGJ0v024915 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 19 Jul 2006 12:16:20 +0100 Original-Received: from submission.mailcontrol.com (submission.mailcontrol.com [212.158.48.250]) by rly20a.srv.mailcontrol.com (MailControl) id k6JBFr3q023769 for emacs-devel@gnu.org; Wed, 19 Jul 2006 12:15:53 +0100 Original-Received: from wimex2.wim.midas-kapiti.com ([217.196.233.101]) by rly20a-eth0.srv.mailcontrol.com (envelope-sender simon.marshall@misys.com) (MIMEDefang) with ESMTP id k6JBFqHf023735; Wed, 19 Jul 2006 12:15:53 +0100 (BST) Original-Received: by wimex2.wim.midas-kapiti.com with Internet Mail Service (5.5.2657.72) id <3Z7JNAYQ>; Wed, 19 Jul 2006 12:14:54 +0100 Original-To: "'martin rudalics'" X-Mailer: Internet Mail Service (5.5.2657.72) X-Scanned-By: MailControl A-07-00-10 (www.mailcontrol.com) on 10.65.1.130 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:57333 Archived-At: > > The amount of time spent in the second frame does not seem to depend on > > mouse-autoselect-window. > > I suppose you tell that from using an autoselect timeout in > your window > manager that differs from `mouse-autoselect-window'. FWIW, I probably wasn't clear - I meant the amount of time spent in the second frame _to trigger the bug_ does not seem to depend on mouse-autoselect-window, ie, its not anything to do with the autoselect window functionality itself. > > Maybe the only fix is to be tolerant of nil for X and Y from mouse-position. > > The only thing I can offer is to wrap this in a `condition-case' and > have `handle-select-window' do it's usual stuff when > `mouse-autoselect-window-start' fails. Thanks, I'll let you know if I see any other problems. Simon.