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: Porting my conf to 28.0.60 (MS Windows + native-comp) Date: Sun, 17 Oct 2021 22:20:31 +0300 Message-ID: <83k0ibfog0.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="24804"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Corwin Brust Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Oct 17 21:22:16 2021 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 1mcBjb-0006Cf-LM for ged-emacs-devel@m.gmane-mx.org; Sun, 17 Oct 2021 21:22:15 +0200 Original-Received: from localhost ([::1]:53948 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mcBjZ-0001pn-JT for ged-emacs-devel@m.gmane-mx.org; Sun, 17 Oct 2021 15:22:13 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:55198) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mcBiI-00017M-7f for emacs-devel@gnu.org; Sun, 17 Oct 2021 15:20:54 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:33260) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mcBiG-0007w5-Nr; Sun, 17 Oct 2021 15:20:52 -0400 Original-Received: from [87.69.77.57] (port=4547 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 1mcBhp-00017u-Vk; Sun, 17 Oct 2021 15:20:45 -0400 In-Reply-To: (message from Corwin Brust on Sun, 17 Oct 2021 13:50:08 -0500) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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" Xref: news.gmane.io gmane.emacs.devel:277227 Archived-At: > From: Corwin Brust > Date: Sun, 17 Oct 2021 13:50:08 -0500 > > Otherwise, my only concern has to do with "too many pipes" errors when > I remove my elpa folder and force Emacs to re-fetch all of my > "non-core" packages when it next starts-up. I would be grateful indeed > for any additional* workarounds the team could suggest for that issue. Does it happen only with Emacs 28, or with previous versions as well? I cannot access your Gitlab repository (Gitlab doesn't like my browser), so you'll have to tell what customizations you did that could potentially cause Emacs to spawn many subprocesses and/o0r network connections. On MS-Windows, there's a hard limit of 31, I think. If this doesn't help, please submit a bug report with all the details.