From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Spencer Baugh Newsgroups: gmane.emacs.bugs Subject: bug#63865: 29.0.90; call-process while owning the X selection hangs other processes Date: Sat, 03 Jun 2023 13:03:14 -0400 Message-ID: References: <83edmt9j8i.fsf@gnu.org> <87bkhxnhpk.fsf@yahoo.com> <87wn0kn3zu.fsf@yahoo.com> <83mt1g9044.fsf@gnu.org> <87leh0wm8h.fsf@igel.home> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="1015"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Cc: luangruo@yahoo.com, Eli Zaretskii , 63865@debbugs.gnu.org To: Andreas Schwab Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sat Jun 03 19:04:17 2023 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1q5Ufp-000AeE-3I for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 03 Jun 2023 19:04:17 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1q5Ufb-0004Vj-3N; Sat, 03 Jun 2023 13:04:03 -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 1q5Ufa-0004Vb-Gh for bug-gnu-emacs@gnu.org; Sat, 03 Jun 2023 13:04:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1q5Ufa-00037n-8N for bug-gnu-emacs@gnu.org; Sat, 03 Jun 2023 13:04:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1q5UfZ-00081T-Vv for bug-gnu-emacs@gnu.org; Sat, 03 Jun 2023 13:04:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Spencer Baugh Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 03 Jun 2023 17:04:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 63865 X-GNU-PR-Package: emacs Original-Received: via spool by 63865-submit@debbugs.gnu.org id=B63865.168581180330790 (code B ref 63865); Sat, 03 Jun 2023 17:04:01 +0000 Original-Received: (at 63865) by debbugs.gnu.org; 3 Jun 2023 17:03:23 +0000 Original-Received: from localhost ([127.0.0.1]:44229 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q5Uew-00080Y-UJ for submit@debbugs.gnu.org; Sat, 03 Jun 2023 13:03:23 -0400 Original-Received: from mxout5.mail.janestreet.com ([64.215.233.18]:51781) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q5Ueu-00080J-AC for 63865@debbugs.gnu.org; Sat, 03 Jun 2023 13:03:21 -0400 In-Reply-To: <87leh0wm8h.fsf@igel.home> (Andreas Schwab's message of "Sat, 03 Jun 2023 18:21:02 +0200") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.bugs:262875 Archived-At: Andreas Schwab writes: > On Jun 03 2023, Spencer Baugh wrote: >> Forget other packages: Emacs itself uses call-process in tons of places >> where it will run for prolonged periods of time! > > This has nothing to do with call-process. Emacs can be busy for many > reasons. Other things which make Emacs busy still let Emacs respond to X selection requests.