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-comp-async-report-warnings-errors default value Date: Thu, 02 Dec 2021 20:23:05 +0200 Message-ID: <837dcmamt2.fsf@gnu.org> References: <87h7dj7su7.fsf@gmail.com> <83r1cnlu6y.fsf@gnu.org> <87czo77rx7.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="38336"; mail-complaints-to="usenet@ciao.gmane.io" Cc: rpluim@gmail.com, emacs-devel@gnu.org To: Stefan Kangas Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Dec 02 19:24:21 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 1msqkm-0009n4-8D for ged-emacs-devel@m.gmane-mx.org; Thu, 02 Dec 2021 19:24:20 +0100 Original-Received: from localhost ([::1]:36836 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1msqkk-0007GX-Kk for ged-emacs-devel@m.gmane-mx.org; Thu, 02 Dec 2021 13:24:18 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:57740) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1msqjm-0006XY-KF for emacs-devel@gnu.org; Thu, 02 Dec 2021 13:23:18 -0500 Original-Received: from [2001:470:142:3::e] (port=55804 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1msqjm-0003Gx-C5; Thu, 02 Dec 2021 13:23:18 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=ZV/op8Mci0Jod/oRyRyw+mUpI78K9ZkA49fiMOsfHps=; b=phwmaYU1uJWVVRynpybk fjq3yP8TomhrFyRmF3SabInW1yIfMbtXziAUDgVFeXzglqU46jlToXrfWSyR61psnBJpkuc7NqSjG l5gUfVQmi//VkjYwfIF6XvWUIR16mGxqaBkHgnTAw+cbO4OMWENoa1qD59bILOur3lvyZvOhtJUbu UUPJ3CRmiT1iVPWuz/RwOF4839f1reClGlyVUXLBb1D5ypNdgD3O7idPwgmMWrpJ66Xc8XICk4QdD KiquovF7FfWHRUf92vKBeduhxe/PqCD24eOuNg886clpav8urccZOkpsy7HOEXOBeFOasNgJm9PKU OpEcFaDQ6cm5Hw==; Original-Received: from [87.69.77.57] (port=3458 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 1msqjm-0002uJ-3E; Thu, 02 Dec 2021 13:23:18 -0500 In-Reply-To: (message from Stefan Kangas on Thu, 2 Dec 2021 09:03:13 -0800) 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" Xref: news.gmane.io gmane.emacs.devel:280773 Archived-At: > From: Stefan Kangas > Date: Thu, 2 Dec 2021 09:03:13 -0800 > Cc: emacs-devel@gnu.org > > Is it time to make this change on emacs-28 now? Do we have any real > problems left to fix in Emacs itself? The situations where you seem to bump into this have nothing to do with Emacs sources, do they? > Note that this gives spurious warnings for general init file stuff like > setting undefined variables: > > Warning (comp): init-general.el:45:7: Warning: assignment to free > variable ‘display-time-24hr-format’ > Warning (comp): init-general.el:46:7: Warning: assignment to free > variable ‘bookmark-save-flag’ > Warning (comp): init-general.el:48:7: Warning: assignment to free > variable ‘Man-width’ Why are you compiling your init files? Anyway, if we want to disable warning when natively-compiling init files, how about doing only that? I'm running a natively-compiled Emacs 28 for a couple of weeks now, and I have yet to see a single warning like those above.