GNU bug report logs - #47731
28.0.50; Switching frame via keyboard does not fire focus change event

Previous Next

Package: emacs;

Reported by: Sean Farley <sean <at> farley.io>

Date: Mon, 12 Apr 2021 16:19:02 UTC

Severity: normal

Tags: confirmed, help

Merged with 3397, 37529

Found in versions 27.0.50, 28.0.50

Full log


Message #16 received at 47731 <at> debbugs.gnu.org (full text, mbox):

From: Sean Farley <sean <at> farley.io>
To: Alan Third <alan <at> idiocy.org>
Cc: Lars Ingebrigtsen <larsi <at> gnus.org>, 47731 <at> debbugs.gnu.org
Subject: Re: bug#47731: 28.0.50; Switching frame via keyboard does not fire
 focus change event
Date: Sat, 28 Aug 2021 22:23:35 -0500
Alan Third <alan <at> idiocy.org> writes:

> On Thu, May 06, 2021 at 11:54:10AM +0200, Lars Ingebrigtsen wrote:
>> Sean Farley <sean <at> farley.io> writes:
>>
>> > Here is some testing code:
>> > (defun test--focus-out ()
>> >   (message "FOCUS TEST"))
>> >
>> > (add-function :after after-focus-change-function #'test--focus-out)
>> > (make-frame)
>> >
>> > On macOS, this code runs fine if you click on the other frame. But if
>> > using the keyboard shortcut Command-` the event doesn't fire. It seems
>> > to be some interaction in the keydown event function where emacs_event
>> > is cleared before the call to windowDidBecomeKey.
>>
>> I haven't tested the recipe, but perhaps Alan has some comments here
>> (added to the CCs).
>
> Interestingly the NS port only generates Emacs events for things that
> happen within the NS run loop, which excludes many things that are
> initiated by Emacs itself.
>
> I'm not sure how to fix this as I'm not sure why it's set up this way.

Is there anything I can do to help?




This bug report was last modified 97 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.