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: Native compilation on as default? Date: Thu, 29 Feb 2024 15:39:54 +0200 Message-ID: <86le73s82d.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="23867"; mail-complaints-to="usenet@ciao.gmane.io" Cc: stefankangas@gmail.com, emacs-devel@gnu.org To: Andrea Corallo Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Feb 29 14:40:55 2024 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 1rfgeb-0005xX-Pg for ged-emacs-devel@m.gmane-mx.org; Thu, 29 Feb 2024 14:40:54 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rfgdr-0004Zc-Dh; Thu, 29 Feb 2024 08:40:07 -0500 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 1rfgdk-0004Si-En for emacs-devel@gnu.org; Thu, 29 Feb 2024 08:40:00 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rfgdk-0000Kp-4a; Thu, 29 Feb 2024 08:40:00 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=fDE6K5LUPaF4bRdDGIE4R269fOk9oEu92jt13P7Mtp8=; b=R5iZoDxZVEz+ hCs5BZsCUCe1DywgYrYuzVWALxdCJPzzF54qNmK4wpQP1zb9N0MBCJQKoLkrCR0xIf1MRVboJtcx4 WxGPNpj/QrnYI6LzhZSNbEWbGYRoLnywY1XVYaL4b5PoXeuogJ6wDO/hLGPFx4Srx1lOUKMqr0Bd1 8vJJ/Mk6P18N8ZkxInAvhiKvOEfl7IlSG1rGJP9dTjpyDDwll3TaPG4HBUJs+O2f3jeZPCAD6DxPA 75r/5Kuotc5/bODmfji347vHisJT/6aQgKdkQbL6EuttgCdcM9D4F4R21pawWIrvtO3aa9cIAuEqF k+agC2T4MhPrI1Z7HvUlyg==; In-Reply-To: (message from Andrea Corallo on Thu, 29 Feb 2024 05:56:31 -0500) 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: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:316639 Archived-At: > From: Andrea Corallo > Cc: Andrea Corallo , stefankangas@gmail.com, > emacs-devel@gnu.org > Date: Thu, 29 Feb 2024 05:56:31 -0500 > > Eli Zaretskii writes: > > > Sounds like a plan to me, thanks. > > Back on this, > > Okay I've implemented the functionality with 8e5baaddec2. Thanks, I renamed the variable, to make it a bit less of mouthful, and also added a NEWS entry. > Anyway with this change as per default we report only important warnings > and (all) errors, and we do it presenting the *Warnings* buffer to the > user (which I believe this is the behavior we wanted). Thanks. Let's see if people are happy with these two levels, or we need more. > Indeed if something can be improved in the nomenclature or the doc feel > free to do it or come with suggestions. Done.