GNU bug report logs - #67694
30.0.50; tool-bar

Previous Next

Package: emacs;

Reported by: Konrad Podczeck <konrad.podczeck <at> univie.ac.at>

Date: Thu, 7 Dec 2023 15:45:01 UTC

Severity: normal

Merged with 51336, 67528

Found in versions 29.0.50, 30.0.50

Full log


Message #14 received at 67694 <at> debbugs.gnu.org (full text, mbox):

From: Konrad Podczeck <konrad.podczeck <at> univie.ac.at>
To: Alan Third <alan <at> idiocy.org>
Cc: 67694 <at> debbugs.gnu.org, Daniel Martín <mardani29 <at> yahoo.es>
Subject: Re: bug#67694: 30.0.50; tool-bar
Date: Mon, 18 Dec 2023 17:44:11 +0100

> Konrad, are you able to try changing the code thus (the line numbers
> are probably wrong):
> 
> modified   src/nsterm.m
> @@ -4604,10 +4604,16 @@ Function modeled after x_draw_glyph_string_box ().
>                                    data1: value
>                                    data2: 0];
> 
> -      /* Post an application defined event on the event queue.  When this is
> -         received the [NXApp run] will return, thus having processed all
> -         events which are currently queued.  */
> -      [NSApp postEvent: nxev atStart: NO];
> +      if (! nxev)
> +        {
> +          NSLog(@"Something has stopped us creating an event.");
> +          send_appdefined = YES;
> +        }
> +      else
> +        /* Post an application defined event on the event queue.  When this is
> +           received the [NXApp run] will return, thus having processed all
> +           events which are currently queued.  */
> +        [NSApp postEvent: nxev atStart: NO];
>     }
> }
> 
> See if the log message prints, and/or whether it solves the problem.
> 
> -- 
> Alan Third

This did not help me.

Konrad



This bug report was last modified 1 year and 6 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.