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: Aaron Jensen
Subject: Re: input-pending-p after make-frame-visible
Date: Mon, 4 Oct 2021 18:12:17 -0400

On Mon, Oct 4, 2021 at 4:38 PM Alan Third <alan@idiocy.org> wrote:
>
> 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)
>
> ?

Not as far as I can tell. Can you reproduce it with Martin's patch?

Aaron



reply via email to

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