emacs-devel
[Top][All Lists]
Advanced

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

Re: input-pending-p after make-frame-visible


From: Alan Third
Subject: Re: input-pending-p after make-frame-visible
Date: Mon, 4 Oct 2021 21:37:53 +0100

On Mon, Oct 04, 2021 at 11:00:57AM -0400, Aaron Jensen wrote:
> On Mon, Oct 4, 2021 at 8:20 AM Gregory Heytings <gregory@heytings.org> wrote:
> > FTR, I can reproduce this on macOS, with Emacs 27.2.  A more detailed
> > recipe is:
> 
> Thank you for checking and the additional details.
> 
> I added Alan to the thread in case this is a macOS specific issue.
> Alan, any sense of what might cause the help-echo event to get added
> back to the queue any time a child frame is shown? (I don't know if I
> properly described what is happening, but hopefully that's close
> enough along with the repro)

Does this do anything:

modified   src/nsterm.m
@@ -7048,6 +7048,7 @@ - (void)windowDidResignKey: (NSNotification *)notification
       XSETFRAME (frame, emacsframe);
       help_echo_string = Qnil;
       gen_help_event (Qnil, frame, Qnil, Qnil, 0);
+      any_help_event_p = NO;
     }
 
   if (emacs_event && is_focus_frame)

?
-- 
Alan Third



reply via email to

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