From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Andrea Corallo Newsgroups: gmane.emacs.devel Subject: Re: master f92520d009e 1/2: Don't pause display for pending input Date: Thu, 19 Dec 2024 16:55:34 -0500 Message-ID: References: <173460276132.331083.7195719813421951970@vcs3.savannah.gnu.org> <20241219100603.94BA7C031EB@vcs3.savannah.gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="4997"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Cc: emacs-devel@gnu.org, Gerd =?utf-8?Q?M=C3=B6llmann?= To: Gerd =?utf-8?Q?M=C3=B6llmann?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Dec 19 22:56:36 2024 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1tOOVX-0001Ae-Hu for ged-emacs-devel@m.gmane-mx.org; Thu, 19 Dec 2024 22:56:35 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1tOOUj-0000KK-If; Thu, 19 Dec 2024 16:55:45 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tOOUg-0000K2-7v for emacs-devel@gnu.org; Thu, 19 Dec 2024 16:55:43 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tOOUf-00057j-Vx; Thu, 19 Dec 2024 16:55:42 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=9XetRTjnzhGLcNCg7vlAONvf+U97yqo/yT69H1s0cAk=; b=JfEuxFYqAVKzGCXFwT8t AiRgiD4COXzHpiit14YA+inCLlI9ZjtGwnVgerDN5Bj3brfIQCGl51IF66VE56iEI05H2rTIsm5oH LSlD1jle3dE/Eqo2TTvoe9+6J/BQF0TXUHsNAw0QopXwamGeUGYnpLd1BwZGDzNlVm2Tv8gpxzY/H Ohj24prVs+2UUfmOg36/G24xepTLzBBmzMzqAdaByfxuFgrj+lNv3Cqc3PV+huel53D4faR5EHoxw Izmlb32v17DhcxhyP/601Lyw7z7AaCmndELZoaiXIJV/pbcCmgNwzTjwA9GE25m6SZ7E/uidnVwKA doZFBvk7/ZD5NA==; Original-Received: from acorallo by fencepost.gnu.org with local (Exim 4.90_1) (envelope-from ) id 1tOOUY-0007Vq-7D; Thu, 19 Dec 2024 16:55:40 -0500 In-Reply-To: ("Gerd =?utf-8?Q?M=C3=B6llmann=22'?= =?utf-8?Q?s?= message of "Thu, 19 Dec 2024 13:24:41 +0100") X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:326765 Archived-At: Gerd M=C3=B6llmann writes: > Andrea Corallo writes: > >> On a61b968ccfe8fa7e2f1fcf7667781a1c0527389a I see now with >> --with-native-compilation=3Dno --with-x-toolkit=3Dno >> >> =3D=3D=3D=3D=3D >> dispnew.c: In function =E2=80=98update_menu_bar=E2=80=99: >> dispnew.c:3760:5: error: too many arguments to function =E2=80=98update_= window=E2=80=99 >> 3760 | update_window (XWINDOW (f->menu_bar_window), true); >> | ^~~~~~~~~~~~~ >> dispnew.c:97:13: note: declared here >> 97 | static void update_window (struct window *); >> | ^~~~~~~~~~~~~ >> =3D=3D=3D=3D=3D=3D=3D > > Thanks. That one should be fixed now. The joy of having n! > configurations. Thanks. PS if this was a release branch I could have tracked it with my testbench before the merge (sorry for being tedious really :) Andrea