From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Arsen =?utf-8?Q?Arsenovi=C4=87?= Newsgroups: gmane.emacs.devel Subject: Re: Qt can now survive Wayland compositor restarts Date: Sat, 11 Mar 2023 11:58:42 +0100 Message-ID: <86bkkz364s.fsf@aarsen.me> References: <87pm9g36vk.fsf@athena.silentflame.com> <1499bc96-cecf-3c79-59e9-0c1db6a45aca@yandex.ru> <86ilf82qh9.fsf@aarsen.me> <83o7ozydhk.fsf@gnu.org> <87a60jeo57.fsf@yahoo.com> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="3308"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Eli Zaretskii , dgutov@yandex.ru, spwhitton@spwhitton.name, emacs-devel@gnu.org To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Mar 11 12:01:06 2023 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 1pawyI-0000dl-4c for ged-emacs-devel@m.gmane-mx.org; Sat, 11 Mar 2023 12:01:06 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pawxT-0004gq-Tf; Sat, 11 Mar 2023 06:00:15 -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 1pawxR-0004gL-L1 for emacs-devel@gnu.org; Sat, 11 Mar 2023 06:00:14 -0500 Original-Received: from mout-p-103.mailbox.org ([80.241.56.161]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1pawxP-00031M-P0; Sat, 11 Mar 2023 06:00:13 -0500 Original-Received: from smtp1.mailbox.org (smtp1.mailbox.org [10.196.197.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-103.mailbox.org (Postfix) with ESMTPS id 4PYg1L1C15z9sm7; Sat, 11 Mar 2023 12:00:06 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=aarsen.me; s=MBO0001; t=1678532406; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=92FUbDFBO+EpOis8NrLQzSwokfKZAQi5RL7GjhqplPg=; b=XL7WYMRaDzkoAEO2Zmvr0qyaSRtQE40IrGtOlfzslSEiLxYzFvK3SeAdI9O7Q1VfNpjw9U 91ZmUbetejxUL5r/9QmpOOjSZCNxHN/DLZrDh4rHnwOz6V6pmyeMXxo+tmAx9d9U6qvrvi FsFJwuCNJIovGzEUbJjU/aAqEeXxB5sW0sfNQcgCWIGOs4/ZZDT29Wvi7SvgUoKgMDrIGs ppMGSfns1crkscWpY/Ry6qm1Knya3VDYK4lHXRgQADVNYZT7p0KQhHB7LWGJqJDv9hoxgA qhIh5n+DRH0r79P+w2m5cQ/lEkFNqtwf5lwkrX8NsQnjTiPhKacOV/PapUW+Gg== In-reply-to: <87a60jeo57.fsf@yahoo.com> Received-SPF: pass client-ip=80.241.56.161; envelope-from=arsen@aarsen.me; helo=mout-p-103.mailbox.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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:304285 Archived-At: --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Po Lu writes: > Eli Zaretskii writes: > >>> From: Arsen Arsenovi=C4=87 >>> Cc: Sean Whitton , emacs-devel@gnu.org >>> Date: Fri, 10 Mar 2023 23:17:17 +0100 >>>=20 >>> I was considering trying to do a separation of UI and Elisp threads as a >>> solution, but, seeing this happen makes me think a Qt port is easier. >>>=20 >>> I'd still like opinions on the former idea, though. It might be >>> worthwhile, but I am operating with little knowledge of that part of the >>> code-base, so I'm unsure if there's some deeper reason behind this not >>> being the case today. >> >> FYI: the MS-Windows build of Emacs uses a separate thread for input >> and UI. > > Likewise for the Haiku and Android ports, FWIW. Reassuring, thanks for the info. I'll try making some time to do the same for PGTK, though I can't promise anything. =2D-=20 Arsen Arsenovi=C4=87 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iOYEARYKAI4WIQT+4rPRE/wAoxYtYGFSwpQwHqLEkwUCZAxfM18UgAAAAAAuAChp c3N1ZXItZnByQG5vdGF0aW9ucy5vcGVucGdwLmZpZnRoaG9yc2VtYW4ubmV0RkVF MkIzRDExM0ZDMDBBMzE2MkQ2MDYxNTJDMjk0MzAxRUEyQzQ5MxAcYXJzZW5AYWFy c2VuLm1lAAoJEFLClDAeosSTeSkA/j76PfhBi5CtZs+Pcn1kdPZODFKiGUjP5Rrm w3njwcQEAPwKtqiMu5A17LqWOs1NmpSRVhHaRboONZVUHVhaJjFbDg== =0Eat -----END PGP SIGNATURE----- --=-=-=--