From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#16761: 24.3.50; focus-in-hook not running accurately when frame switches to terminal Date: Sat, 15 Feb 2014 19:14:43 +0200 Message-ID: <838utcb8n0.fsf@gnu.org> References: <83eh34bg7v.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8BIT X-Trace: ger.gmane.org 1392484512 17064 80.91.229.3 (15 Feb 2014 17:15:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 15 Feb 2014 17:15:12 +0000 (UTC) Cc: 16761@debbugs.gnu.org To: Steven Edwards Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Feb 15 18:15:19 2014 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 1WEipj-000521-7A for geb-bug-gnu-emacs@m.gmane.org; Sat, 15 Feb 2014 18:15:19 +0100 Original-Received: from localhost ([::1]:57625 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WEipi-0006Pq-Nj for geb-bug-gnu-emacs@m.gmane.org; Sat, 15 Feb 2014 12:15:18 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35871) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WEipb-0006G5-FI for bug-gnu-emacs@gnu.org; Sat, 15 Feb 2014 12:15:16 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WEipW-00074l-6F for bug-gnu-emacs@gnu.org; Sat, 15 Feb 2014 12:15:11 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:52476) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WEipW-00073k-3t for bug-gnu-emacs@gnu.org; Sat, 15 Feb 2014 12:15:06 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1WEipU-0006fg-9Z for bug-gnu-emacs@gnu.org; Sat, 15 Feb 2014 12:15:05 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 15 Feb 2014 17:15:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 16761 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 16761-submit@debbugs.gnu.org id=B16761.139248449225610 (code B ref 16761); Sat, 15 Feb 2014 17:15:02 +0000 Original-Received: (at 16761) by debbugs.gnu.org; 15 Feb 2014 17:14:52 +0000 Original-Received: from localhost ([127.0.0.1]:53657 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WEipI-0006f0-IE for submit@debbugs.gnu.org; Sat, 15 Feb 2014 12:14:52 -0500 Original-Received: from mtaout28.012.net.il ([80.179.55.184]:45618) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WEipG-0006eh-6Q for 16761@debbugs.gnu.org; Sat, 15 Feb 2014 12:14:51 -0500 Original-Received: from conversion-daemon.mtaout28.012.net.il by mtaout28.012.net.il (HyperSendmail v2007.08) id <0N1100O00RHDMK00@mtaout28.012.net.il> for 16761@debbugs.gnu.org; Sat, 15 Feb 2014 19:15:34 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout28.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0N1100KZDRXYW460@mtaout28.012.net.il>; Sat, 15 Feb 2014 19:15:34 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il 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:85626 Archived-At: > Date: Sat, 15 Feb 2014 12:04:52 -0500 > From: Steven Edwards > Cc: 16761@debbugs.gnu.org, Jan Djärv > > > You don't say what you expect to happen. Do you expect a focus-in and > > focus-out event to be generated for terminal frames? Or do you expect > > (or need) something else? > > I need a focus-in event to occur when switching to a terminal frame; How can Emacs get a focus-in event for the terminal frame, when the event is sent by X? Jan, is this possible with X?