From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Make byte-compile-error-on-warn a safe variable for file compilation Date: Wed, 10 Jan 2018 17:26:27 +0200 Message-ID: <83inc968gs.fsf@gnu.org> References: <87wp0yhsgu.fsf@cochranmail.com> <87vaggrfqo.fsf@cochranmail.com> <87r2r2txqp.fsf@cochranmail.com> <87373fpujo.fsf@cochranmail.com> <87zi5mcjnh.fsf@cochranmail.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1515597961 12483 195.159.176.226 (10 Jan 2018 15:26:01 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 10 Jan 2018 15:26:01 +0000 (UTC) Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Robert Cochran Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 10 16:25:57 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eZIGE-0002Xa-Gx for ged-emacs-devel@m.gmane.org; Wed, 10 Jan 2018 16:25:50 +0100 Original-Received: from localhost ([::1]:48461 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eZIIE-0003HR-7x for ged-emacs-devel@m.gmane.org; Wed, 10 Jan 2018 10:27:54 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52508) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eZIGz-0002Sv-Lw for emacs-devel@gnu.org; Wed, 10 Jan 2018 10:26:38 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eZIGw-0003Fg-HX for emacs-devel@gnu.org; Wed, 10 Jan 2018 10:26:37 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:53932) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eZIGw-0003FW-DY; Wed, 10 Jan 2018 10:26:34 -0500 Original-Received: from [176.228.60.248] (port=2167 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1eZIGv-0006zH-Ot; Wed, 10 Jan 2018 10:26:34 -0500 In-reply-to: <87zi5mcjnh.fsf@cochranmail.com> (message from Robert Cochran on Tue, 09 Jan 2018 22:28:18 -0800) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:221791 Archived-At: > From: Robert Cochran > Date: Tue, 09 Jan 2018 22:28:18 -0800 > Cc: emacs-devel@gnu.org > > Yeah, I noticed I forgot the autoload cookie, so I knew I had to do it > over again anyways. > > Thus, new (and hopefully) final version of the patch. > > Please let me know if I need to do anything else. I think we'd like a comment before the autoload cookie explaining why we do things this way. Thanks.