[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
- Re: input-pending-p after make-frame-visible, (continued)
- Re: input-pending-p after make-frame-visible, Eli Zaretskii, 2021/10/01
- 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 <=
- Re: input-pending-p after make-frame-visible, Alan Third, 2021/10/05
- 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