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: [PATCH] support for accessing CPU/core count (processor-count) Date: Mon, 11 Oct 2021 19:07:24 +0300 Message-ID: <83v923pmtf.fsf@gnu.org> References: <87y270bazi.fsf@yahoo.com> <87sfx8b6ta.fsf@yahoo.com> <46728405-9441-4e3d-be5e-75e1bceaee70@gmail.com> <87h7doj7ku.fsf@gnus.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="12965"; mail-complaints-to="usenet@ciao.gmane.io" Cc: luangruo@yahoo.com, larsi@gnus.org, ideasman42@gmail.com, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Oct 11 18:20:15 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 1mZy2B-0003BK-GK for ged-emacs-devel@m.gmane-mx.org; Mon, 11 Oct 2021 18:20:15 +0200 Original-Received: from localhost ([::1]:46190 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mZy2A-0007ce-2l for ged-emacs-devel@m.gmane-mx.org; Mon, 11 Oct 2021 12:20:14 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:36824) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mZxpw-0007TN-8b for emacs-devel@gnu.org; Mon, 11 Oct 2021 12:07:37 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:59582) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mZxpv-0004jT-HN; Mon, 11 Oct 2021 12:07:35 -0400 Original-Received: from [87.69.77.57] (port=4892 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 1mZxpu-000511-38; Mon, 11 Oct 2021 12:07:35 -0400 In-Reply-To: (message from Stefan Monnier on Mon, 11 Oct 2021 11:12:22 -0400) 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:276746 Archived-At: > From: Stefan Monnier > Cc: Campbell Barton , Po Lu , > emacs-devel@gnu.org > Date: Mon, 11 Oct 2021 11:12:22 -0400 > > > Note that Paul already pushed the gnulib nproc solution to emacs-28. > > Why emacs-28? > This is purely a new feature, and I can't see any urgency that would > justify bypassing the general rule to only push bug fixes to emacs-28. 100% agreement.