From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#45834: 28.0.50; Mouse events in terminal emacs Date: Wed, 08 Sep 2021 12:51:01 +0300 Message-ID: <83y287mm4a.fsf@gnu.org> References: <4653d6b7-8824-4113-ac5a-2793b9d84c8c@www.fastmail.com> <87k0s9mnxs.fsf@gnus.org> <87v9bthryl.fsf@gnus.org> <831reh7x8x.fsf@gnu.org> <87mtx5hr2d.fsf@gnus.org> <87pmtj1kdv.fsf@gnus.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="34530"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 45834@debbugs.gnu.org To: Lars Ingebrigtsen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Wed Sep 08 11:55:20 2021 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mNuIa-0008mI-5f for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 08 Sep 2021 11:55:20 +0200 Original-Received: from localhost ([::1]:35426 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mNuIZ-0006Tk-4M for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 08 Sep 2021 05:55:19 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:35942) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mNuFO-0000lL-J8 for bug-gnu-emacs@gnu.org; Wed, 08 Sep 2021 05:52:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:47152) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mNuFO-0000bQ-9K for bug-gnu-emacs@gnu.org; Wed, 08 Sep 2021 05:52:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mNuFO-0007Qx-8C for bug-gnu-emacs@gnu.org; Wed, 08 Sep 2021 05:52:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 08 Sep 2021 09:52:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 45834 X-GNU-PR-Package: emacs Original-Received: via spool by 45834-submit@debbugs.gnu.org id=B45834.163109466228484 (code B ref 45834); Wed, 08 Sep 2021 09:52:02 +0000 Original-Received: (at 45834) by debbugs.gnu.org; 8 Sep 2021 09:51:02 +0000 Original-Received: from localhost ([127.0.0.1]:58695 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mNuEP-0007PL-Ru for submit@debbugs.gnu.org; Wed, 08 Sep 2021 05:51:02 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:47810) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mNuEO-0007Oz-2N for 45834@debbugs.gnu.org; Wed, 08 Sep 2021 05:51:00 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:57162) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mNuEH-00085W-KV; Wed, 08 Sep 2021 05:50:53 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:4146 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mNuEG-0004Qb-EL; Wed, 08 Sep 2021 05:50:53 -0400 In-Reply-To: <87pmtj1kdv.fsf@gnus.org> (message from Lars Ingebrigtsen on Wed, 08 Sep 2021 11:34:04 +0200) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list 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-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:213815 Archived-At: > From: Lars Ingebrigtsen > Cc: 45834@debbugs.gnu.org > Date: Wed, 08 Sep 2021 11:34:04 +0200 > > Poking at this a bit more -- the translation of these events apparently > relied on some magic in `read-event': > > ;; These translation functions actually call the focus handlers > ;; internally and return an empty sequence, causing us to go on to > ;; read the next event. > (define-key map "\e[I" #'xterm-translate-focus-in) > > ;; By returning an empty key sequence, these two functions perform the > ;; moral equivalent of the kind of transparent event processing done > ;; by read-event's handling of special-event-map, but inside > ;; read-key-sequence (which can recognize multi-character terminal > ;; notifications) instead of read-event (which can't). > > (defun xterm-translate-focus-in (_prompt) > (setf (terminal-parameter nil 'tty-focus-state) 'focused) > (funcall after-focus-change-function) > []) > > This works in Emacs 26.1, but not Emacs 27.1. Meaning what? that xterm-translate-focus-in is no longer being called? But you said up-thread that the handler _is_ being called.