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: Tue, 5 Oct 2021 16:47:30 +0100

On Mon, Oct 04, 2021 at 06:12:17PM -0400, Aaron Jensen wrote:
> 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?

I don't have access to a Mac just now, so no. ;)

-- 
Alan Third



reply via email to

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