From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#15029: 24.3; feature-request: add window-focus-lost-hook Date: Thu, 08 Aug 2013 12:15:06 -0400 Message-ID: <8vk3jwcg6t.fsf@fencepost.gnu.org> 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=us-ascii X-Trace: ger.gmane.org 1375978568 28346 80.91.229.3 (8 Aug 2013 16:16:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 8 Aug 2013 16:16:08 +0000 (UTC) Cc: 15029@debbugs.gnu.org, dmol@gmx.com To: rms@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Aug 08 18:16:09 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 1V7Ssj-00053j-EZ for geb-bug-gnu-emacs@m.gmane.org; Thu, 08 Aug 2013 18:16:09 +0200 Original-Received: from localhost ([::1]:58814 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V7Ssj-0008LR-17 for geb-bug-gnu-emacs@m.gmane.org; Thu, 08 Aug 2013 12:16:09 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33640) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V7Ssf-0008KF-0V for bug-gnu-emacs@gnu.org; Thu, 08 Aug 2013 12:16:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V7Ssc-0002sq-TK for bug-gnu-emacs@gnu.org; Thu, 08 Aug 2013 12:16:04 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:53329) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V7Ssc-0002sd-PP for bug-gnu-emacs@gnu.org; Thu, 08 Aug 2013 12:16:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1V7Ssb-0007lW-LA for bug-gnu-emacs@gnu.org; Thu, 08 Aug 2013 12:16:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 08 Aug 2013 16:16: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.137597851729728 (code B ref 15029); Thu, 08 Aug 2013 16:16:01 +0000 Original-Received: (at 15029) by debbugs.gnu.org; 8 Aug 2013 16:15:17 +0000 Original-Received: from localhost ([127.0.0.1]:47645 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1V7Srr-0007jE-N4 for submit@debbugs.gnu.org; Thu, 08 Aug 2013 12:15:16 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:35234 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1V7Srn-0007ik-Fe for 15029@debbugs.gnu.org; Thu, 08 Aug 2013 12:15:12 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1V7Srj-0008F1-2g; Thu, 08 Aug 2013 12:15:07 -0400 X-Spook: Echelon USCODE Janet Reno Legion of Doom blackjack X-Ran: VqPmYL`7GtW8'5)_+$m>ap3cOWdats"]'gR=pV6_rk(CEzlS:gB!38p.0 (Richard Stallman's message of "Thu, 08 Aug 2013 11:46:15 -0400") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) 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:77081 Archived-At: Richard Stallman wrote: > We are talking about when the input focus enters and leaves Emacs in a > GUI environment. > > It's the same kind of issue. I don't think Emacs should run any Lisp > code when that happens -- it would make things hard to predict. To me, It seems a perfectly reasonable request to want Emacs do certain things (eg save all files) when it loses input focus. As for debugging, same procedure as always: does it happen with emacs -Q? If not, it's something in your config, so bisect .emacs until you find the line that causes it.