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: Sun, 31 Oct 2021 10:33:17 +0000

On Thu, Oct 28, 2021 at 02:12:17PM -0400, Aaron Jensen wrote:
> 
> Can you or Alan also please install this related change:
> 
> diff --git a/src/nsterm.m b/src/nsterm.m
> index aa29c13eb2..f4dbe95965 100644
> --- a/src/nsterm.m
> +++ b/src/nsterm.m
> @@ -7073,6 +7073,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)
> 
> It is referenced earlier in this thread. It's probably not the best
> way to handle clearing help echos in the long term, but it will help
> for now. The commit message can be something like "Help echos are only
> cleared once in NS port"

I've pushed this to master.

-- 
Alan Third



reply via email to

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