From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.bugs Subject: bug#15029: 24.3; feature-request: add window-focus-lost-hook Date: Fri, 09 Aug 2013 14:40:18 -0400 Message-ID: References: <20130805232148.b0f8363e1c2ab7279f873bee@gmx.com> <71bo58am8s.fsf@fencepost.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1376073666 18908 80.91.229.3 (9 Aug 2013 18:41:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 9 Aug 2013 18:41:06 +0000 (UTC) Cc: 15029@debbugs.gnu.org, dmol@gmx.com To: Richard Stallman Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Aug 09 20:41:07 2013 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1V7rcZ-0008OJ-0e for geb-bug-gnu-emacs@m.gmane.org; Fri, 09 Aug 2013 20:41:07 +0200 Original-Received: from localhost ([::1]:38064 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V7rcY-0006Rm-Gc for geb-bug-gnu-emacs@m.gmane.org; Fri, 09 Aug 2013 14:41:06 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54590) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V7rcV-0006RJ-0t for bug-gnu-emacs@gnu.org; Fri, 09 Aug 2013 14:41:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V7rcU-00030a-2c for bug-gnu-emacs@gnu.org; Fri, 09 Aug 2013 14:41:02 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:55921) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V7rcT-00030W-Uy for bug-gnu-emacs@gnu.org; Fri, 09 Aug 2013 14:41:01 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1V7rcT-0006xd-Mg for bug-gnu-emacs@gnu.org; Fri, 09 Aug 2013 14:41:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Stefan Monnier Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 09 Aug 2013 18:41:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 15029 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 15029-submit@debbugs.gnu.org id=B15029.137607363426721 (code B ref 15029); Fri, 09 Aug 2013 18:41:01 +0000 Original-Received: (at 15029) by debbugs.gnu.org; 9 Aug 2013 18:40:34 +0000 Original-Received: from localhost ([127.0.0.1]:50237 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1V7rbz-0006wt-Rj for submit@debbugs.gnu.org; Fri, 09 Aug 2013 14:40:33 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:44014 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1V7rbv-0006we-Tt for 15029@debbugs.gnu.org; Fri, 09 Aug 2013 14:40:28 -0400 Original-Received: from [98.143.210.201] (port=52414 helo=ceviche.home) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1V7rbn-00085X-Po; Fri, 09 Aug 2013 14:40:19 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 6C6F366084; Fri, 9 Aug 2013 14:40:18 -0400 (EDT) In-Reply-To: (Richard Stallman's message of "Fri, 09 Aug 2013 12:56:06 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:77209 Archived-At: > The selected frame remains selected even when the mouse is in the > other. You have to click to switch frames. That's a property of your window-manager. Mine uses the principle that the focus follows the mouse, so just moving the mouse is enough to select the other frame. > My judgment about what is likely to cause trouble in Emacs is based on > many years of experience maintaining versions of Emacs. It is not > mathematically proven, but you shouldn't be so quick to dismiss it. While you do have more years of experience, I also have a respectable number of years=A0under my belt ;-) Stefan