[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
- Re: input-pending-p after make-frame-visible, (continued)
- Re: input-pending-p after make-frame-visible, Aaron Jensen, 2021/10/01
- Re: input-pending-p after make-frame-visible, Aaron Jensen, 2021/10/03
- Re: input-pending-p after make-frame-visible, Aaron Jensen, 2021/10/03
- Re: input-pending-p after make-frame-visible, Gregory Heytings, 2021/10/03
- Re: input-pending-p after make-frame-visible, Aaron Jensen, 2021/10/03
- Re: input-pending-p after make-frame-visible, martin rudalics, 2021/10/04
- Re: input-pending-p after make-frame-visible, Gregory Heytings, 2021/10/04
- Re: input-pending-p after make-frame-visible, Aaron Jensen, 2021/10/04
- Re: input-pending-p after make-frame-visible, Alan Third, 2021/10/04
- Re: input-pending-p after make-frame-visible, Aaron Jensen, 2021/10/04
- Re: input-pending-p after make-frame-visible,
Alan Third <=
- Re: input-pending-p after make-frame-visible, Aaron Jensen, 2021/10/14
- Re: input-pending-p after make-frame-visible, Aaron Jensen, 2021/10/14
- Re: input-pending-p after make-frame-visible, martin rudalics, 2021/10/14
- Re: input-pending-p after make-frame-visible, Aaron Jensen, 2021/10/14
- Re: input-pending-p after make-frame-visible, martin rudalics, 2021/10/15
- Re: input-pending-p after make-frame-visible, Aaron Jensen, 2021/10/15
- Re: input-pending-p after make-frame-visible, martin rudalics, 2021/10/16
- Re: input-pending-p after make-frame-visible, Aaron Jensen, 2021/10/16
- Re: input-pending-p after make-frame-visible, Aaron Jensen, 2021/10/16
- Re: input-pending-p after make-frame-visible, Aaron Jensen, 2021/10/16