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: Concurrency via isolated process/thread Date: Sun, 09 Jul 2023 16:03:14 +0300 Message-ID: <83ilat9qzx.fsf@gnu.org> References: <871qhnr4ty.fsf@localhost> <831qhli14t.fsf@gnu.org> <87wmzdxewc.fsf@localhost> <83r0plgjeo.fsf@gnu.org> <87o7kpxapo.fsf@localhost> <83mt09gcaf.fsf@gnu.org> <87wmzbc3af.fsf@localhost> <87edljhmjq.fsf@yahoo.com> <87fs5zbuwn.fsf@localhost> <871qhjgrku.fsf@yahoo.com> <831qhieumz.fsf@gnu.org> <87lefqg7yl.fsf@yahoo.com> <83h6qed8kw.fsf@gnu.org> <87h6qefwj0.fsf@yahoo.com> <83bkgmcx0q.fsf@gnu.org> <87a5w5gbs4.fsf@yahoo.com> <83bkglbmai.fsf@gnu.org> <87o7kleeub.fsf@yahoo.com> <835y6tbkr2.fsf@gnu.org> <87jzv9e8se.fsf@yahoo.com> <83y1jp9w0d.fsf@gnu.org> <871qhhe15t.fsf@yahoo.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="40497"; mail-complaints-to="usenet@ciao.gmane.io" Cc: yantar92@posteo.net, emacs-devel@gnu.org To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Jul 09 15:04:15 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 1qIU5F-000AFB-6A for ged-emacs-devel@m.gmane-mx.org; Sun, 09 Jul 2023 15:04:13 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qIU4D-00044R-MT; Sun, 09 Jul 2023 09:03:09 -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 1qIU4C-000440-1u for emacs-devel@gnu.org; Sun, 09 Jul 2023 09:03:08 -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 1qIU4B-0005ES-OW; Sun, 09 Jul 2023 09:03:07 -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=6O8DXHsXupXH9/acgcIVuRjO3+PtWG7espxsg3ij8lE=; b=pI+Ea2nCik0G v7ixgq11u5KEP3/pSoS1jAID5RTH5O5jdLlLLbcB/0BHmY8q/DrtOikHaJTMGbDKIJxM5Wdc5BcdP ebQOFsMgFL9WRnLDUVtOzCA1b7M2VCEG3f+gndeapPW48cBARCpjvUp7TOwYhwAOEqrwMod809DAy uA5Kx7MrAoSqvKz8L95Ttrna5/pI1UjcZCekQ4OaKoKNAttWpOZkrIKN0MRryjU3Tw0olTMojuqK/ CptTN0DQF6yGigOX7ctTvukXfsCNHUC302gZWKIychMsF6/ItbjlOQZz2k9yovSumZ2ULYeGl6aR6 xxJkQX7Q6N3QsG6E4Gz/tw==; Original-Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qIU4B-00039B-88; Sun, 09 Jul 2023 09:03:07 -0400 In-Reply-To: <871qhhe15t.fsf@yahoo.com> (message from Po Lu on Sun, 09 Jul 2023 20:10:06 +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:307673 Archived-At: > From: Po Lu > Cc: yantar92@posteo.net, emacs-devel@gnu.org > Date: Sun, 09 Jul 2023 20:10:06 +0800 > > Eli Zaretskii writes: > > > . they look badly when compared to modern GUI facilities > > Other GUI toolkits also cannot display progress indications outside the > main thread, so I'm confused as to how this comparison was made. In this particular point, I meant visually, not thread-wise. We use the "normal" Emacs display facilities: windows and frames, and those don't look like what modern users expect to see for such widgets.