From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Andrea Corallo via "Bug reports for GNU Emacs, the Swiss army knife of text editors" Newsgroups: gmane.emacs.bugs Subject: bug#43725: 28.0.50; Include feature/native-comp into master Date: Mon, 22 Feb 2021 20:08:22 +0000 Message-ID: References: <83a6s04glg.fsf@gnu.org> Reply-To: Andrea Corallo Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="8169"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: larsi@gnus.org, monnier@iro.umontreal.ca, 43725@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Mon Feb 22 21:09:35 2021 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 1lEHWQ-00021P-Gs for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 22 Feb 2021 21:09:34 +0100 Original-Received: from localhost ([::1]:57956 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lEHWP-0008JC-IE for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 22 Feb 2021 15:09:33 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:38580) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lEHVu-0008Fq-Rd for bug-gnu-emacs@gnu.org; Mon, 22 Feb 2021 15:09:02 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:46138) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lEHVu-0006UI-Jc for bug-gnu-emacs@gnu.org; Mon, 22 Feb 2021 15:09:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lEHVu-00011d-EN for bug-gnu-emacs@gnu.org; Mon, 22 Feb 2021 15:09:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Andrea Corallo Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 22 Feb 2021 20:09:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43725 X-GNU-PR-Package: emacs Original-Received: via spool by 43725-submit@debbugs.gnu.org id=B43725.16140245073884 (code B ref 43725); Mon, 22 Feb 2021 20:09:02 +0000 Original-Received: (at 43725) by debbugs.gnu.org; 22 Feb 2021 20:08:27 +0000 Original-Received: from localhost ([127.0.0.1]:57682 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lEHVK-00010a-Mq for submit@debbugs.gnu.org; Mon, 22 Feb 2021 15:08:26 -0500 Original-Received: from mx.sdf.org ([205.166.94.24]:63686) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lEHVI-00010R-DC for 43725@debbugs.gnu.org; Mon, 22 Feb 2021 15:08:25 -0500 Original-Received: from mab (ma.sdf.org [205.166.94.33]) by mx.sdf.org (8.15.2/8.14.5) with ESMTPS id 11MK8Ms6024310 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO); Mon, 22 Feb 2021 20:08:23 GMT In-Reply-To: <83a6s04glg.fsf@gnu.org> (Eli Zaretskii's message of "Fri, 19 Feb 2021 10:16:59 +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" Xref: news.gmane.io gmane.emacs.bugs:200621 Archived-At: Eli Zaretskii writes: >> From: Andrea Corallo >> Cc: 43725@debbugs.gnu.org, Eli Zaretskii , >> Lars Ingebrigtsen >> , monnier@iro.umontreal.ca >> Date: Thu, 18 Feb 2021 21:58:32 +0000 >> >> Side question: do we all agree that the current configure flag >> '--with-nativecomp' should be '--with-native-comp'? > > Yes, '--with-native-comp' sounds better. Maybe even > '--with-native-compilation', even though it's longer. (But since this > option will become ON by default, users will not have to type it in > most cases.) I pushed the change for having '--with-native-comp' but coming here to acknowledge that I recalled that also '--with-native-compilation' was suggested. Cause I think is important to change it only once I reverted the commit. Thinking about if we don't need to use shortcuts also '--with-native-compiler' might be okay WDYT? Lets just pick the one we like and I'll make the change. Thanks Andrea