From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Emacs [scratch/igc 6682d0e6c96] crash on Linux 6.6.41 KDE 6.0.5, wayland Date: Tue, 03 Sep 2024 20:36:48 +0300 Message-ID: <8634mg7i6n.fsf@gnu.org> References: <87ikve2el4.fsf@protonmail.com> <2dbfa6b7-19c4-40e1-a094-2995261097ac@gmail.com> <86h6aw7v2c.fsf@gnu.org> <680b5341-355b-4b1c-8fa3-364d743fa347@gmail.com> <867cbs7ntt.fsf@gnu.org> <8734mg3f3m.fsf@protonmail.com> <864j6w7mcp.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="25255"; mail-complaints-to="usenet@ciao.gmane.io" Cc: pipcet@protonmail.com, emacs-devel@gnu.org To: Eval EXEC Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Sep 03 19:37:39 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 1slXTG-0006MV-L2 for ged-emacs-devel@m.gmane-mx.org; Tue, 03 Sep 2024 19:37:38 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1slXSY-00058W-QK; Tue, 03 Sep 2024 13:36:54 -0400 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 1slXSY-00058K-04 for emacs-devel@gnu.org; Tue, 03 Sep 2024 13:36:54 -0400 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 1slXSW-0005b4-L0; Tue, 03 Sep 2024 13:36:52 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=NXFZ8+50EEvG2SSLGWGAkMmmp8D2a0TgZB+ceWaE8C4=; b=B4YuNXtwdnPI Y6pXM/BNx66CD5mTSkNKI9Yrn9XazBT/h3//PmALUC9lPxcmjuc8uVY8bCZqsTXxOP/ponI37i0qw 7zwpT+Uhpv58gqGorjnnyih7bvct1BPHGLL0GKPNZS9YDrJOoIB2B/xHENlYE8AUHqnfeie/aNgKr CKj68Sw1ABiEyvwhYk0j0UTh0moDEMDYIanr1vcj3um+y/Jyur1mqBZ76X3XbpcOMcWbauZ1cmx8I GLQrl+Gw/WkUirGv/xmL5GnHsRTSFvA6aoYT40M9FgfZ+H06jDd9RmwAtlvsTN6ncpDpjnciUHdXP cIMRsHjsLH92wwWDzXPoVQ==; In-Reply-To: (message from Eval EXEC on Wed, 4 Sep 2024 00:22:44 +0800) 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:323336 Archived-At: > Date: Wed, 4 Sep 2024 00:22:44 +0800 > Cc: emacs-devel@gnu.org > From: Eval EXEC > > > We redisplay when we get back to the main loop and there's no input > > pending. > > Where is the main loop? Could you please tell me the source code file and line number related to "getting back to the main loop"? I'm interested in the Emacs source code. Thank you. The main loop is in keyboard.c, in the function command_loop_1.