emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

C-g in child frames


From: Gerd Möllmann
Subject: C-g in child frames
Date: Thu, 23 Jan 2025 06:17:16 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

Hi Martin, just to let you know that I'm working on it, although
progress is slow.

Part of the problem seems to be that tty-top-frame in the child frame,
just after it has been opened with M-l, returns the root frame F1, not
the child F2. C-g then takes the top frame F1 as
internal_last_event_frame in handle_interrupt_signal, and so on.

F2 is actually the top frame for a short period of time during its
creation, but it gets reset to F1 by a switch-frame event, and I have no
idea yet where that comes from.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]