From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Andrea Corallo Newsgroups: gmane.emacs.devel Subject: Re: master 5ad5b797f7: Set `comp-no-spawn' earlier using -no-comp-spawn Date: Mon, 31 Oct 2022 13:11:01 +0000 Message-ID: References: <166676623157.8660.10119995695510020779@vcs2.savannah.gnu.org> <20221026063711.ED11AC00AB5@vcs2.savannah.gnu.org> <87v8o18mw6.fsf@melete.silentflame.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="4688"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) Cc: emacs-devel@gnu.org, Andrea Corallo To: Sean Whitton Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Oct 31 14:21:34 2022 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 1opUjO-00010m-2e for ged-emacs-devel@m.gmane-mx.org; Mon, 31 Oct 2022 14:21:34 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1opUeN-0001Aj-LG; Mon, 31 Oct 2022 09:16:23 -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 1opUeL-0000wn-QQ for emacs-devel@gnu.org; Mon, 31 Oct 2022 09:16:21 -0400 Original-Received: from mx.sdf.org ([205.166.94.24]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1opUeF-0003rX-0D for emacs-devel@gnu.org; Mon, 31 Oct 2022 09:16:21 -0400 Original-Received: from ma.sdf.org (ma.sdf.org [205.166.94.33]) by mx.sdf.org (8.15.2/8.14.5) with ESMTPS id 29VDB17l017738 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO); Mon, 31 Oct 2022 13:11:02 GMT In-Reply-To: <87v8o18mw6.fsf@melete.silentflame.com> (Sean Whitton's message of "Sun, 30 Oct 2022 06:24:41 -0700") Received-SPF: pass client-ip=205.166.94.24; envelope-from=akrl@sdf.org; helo=mx.sdf.org X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-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: , Original-Sender: "Emacs-devel" Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:298849 Archived-At: Sean Whitton writes: > Hello, > > On Wed 26 Oct 2022 at 02:37AM -04, Andrea Corallo wrote: > >> branch: master >> commit 5ad5b797f78dacb9c901d3c63bee05b1762fa94f >> Author: Andrea Corallo >> Commit: Andrea Corallo >> >> Set `comp-no-spawn' earlier using -no-comp-spawn >> >> * src/emacs.c (standard_args): Add '-no-comp-spawn' cmd line option. >> * lisp/startup.el (command-line): Parse '-no-comp-spawn' cmd line >> option. >> * lisp/emacs-lisp/comp.el (comp-run-async-workers, comp-final): >> Use '-no-comp-spawn'. >> --- >> lisp/emacs-lisp/comp.el | 10 +++++----- >> lisp/startup.el | 5 ++++- >> src/emacs.c | 1 + >> 3 files changed, 10 insertions(+), 6 deletions(-) > > I backported this to Emacs 28 for, I guess it means Debian is maintaining it's own emacs28 branch? > Debian and it has solved the problem for at least one of the bug > reporters -- thank you. Happy to help :) Andrea