From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-15?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.bugs Subject: Re: inactive frames receive no mouse events Date: Fri, 17 Aug 2007 09:57:10 +0200 Message-ID: <46C554D6.3030407@swipnet.se> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1187337445 21882 80.91.229.12 (17 Aug 2007 07:57:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 17 Aug 2007 07:57:25 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org To: ingo@mysql.com Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Aug 17 09:57:24 2007 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 1ILwhw-0005Oi-0j for geb-bug-gnu-emacs@m.gmane.org; Fri, 17 Aug 2007 09:57:24 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ILwhv-0008Uf-H5 for geb-bug-gnu-emacs@m.gmane.org; Fri, 17 Aug 2007 03:57:23 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ILwht-0008St-Fi for bug-gnu-emacs@gnu.org; Fri, 17 Aug 2007 03:57:21 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ILwhs-0008Sh-CP for bug-gnu-emacs@gnu.org; Fri, 17 Aug 2007 03:57:20 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ILwhs-0008Se-7L for bug-gnu-emacs@gnu.org; Fri, 17 Aug 2007 03:57:20 -0400 Original-Received: from av12-1-sn2.hy.skanova.net ([81.228.8.185]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ILwhr-0004jZ-OX for bug-gnu-emacs@gnu.org; Fri, 17 Aug 2007 03:57:19 -0400 Original-Received: by av12-1-sn2.hy.skanova.net (Postfix, from userid 502) id 2914738401; Fri, 17 Aug 2007 09:57:19 +0200 (CEST) Original-Received: from smtp4-2-sn2.hy.skanova.net (smtp4-2-sn2.hy.skanova.net [81.228.8.93]) by av12-1-sn2.hy.skanova.net (Postfix) with ESMTP id DF52E380B4; Fri, 17 Aug 2007 09:57:18 +0200 (CEST) Original-Received: from husetbladh.homeip.net (81-235-205-78-no59.tbcn.telia.com [81.235.205.78]) by smtp4-2-sn2.hy.skanova.net (Postfix) with ESMTP id C202337E4D; Fri, 17 Aug 2007 09:57:18 +0200 (CEST) User-Agent: Thunderbird 1.5.0.12 (X11/20070604) In-Reply-To: X-Detected-Kernel: Linux 2.4-2.6 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:16377 Archived-At: > > Assume: X11-windows system with "click to focus" mode. > > When I have two or more frames open, and one of the frames is "active" > (has the keyboard focus), the other frames do not receive mouse events, > except left-click, which activates the frame under the mouse cursor. > > If none of the emacs frames is active (e.g. an xterm window is active), > then all frames receive mouse events as expected. I've checked in a fix. Can you try it? Thanks, Jan D.