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: Mon, 08 Jan 2018 20:50:15 +0200 Message-ID: <83shbg6v88.fsf@gnu.org> References: <87wp0yhsgu.fsf@cochranmail.com> <87vaggrfqo.fsf@cochranmail.com> <87r2r2txqp.fsf@cochranmail.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1515437320 13098 195.159.176.226 (8 Jan 2018 18:48:40 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 8 Jan 2018 18:48:40 +0000 (UTC) Cc: emacs-devel@gnu.org To: Noam Postavsky Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 08 19:48:36 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 1eYcTM-00033q-1U for ged-emacs-devel@m.gmane.org; Mon, 08 Jan 2018 19:48:36 +0100 Original-Received: from localhost ([::1]:51386 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eYcVL-00043J-Ev for ged-emacs-devel@m.gmane.org; Mon, 08 Jan 2018 13:50:39 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45041) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eYcVC-00042w-IC for emacs-devel@gnu.org; Mon, 08 Jan 2018 13:50:31 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eYcV9-0003Rb-AJ for emacs-devel@gnu.org; Mon, 08 Jan 2018 13:50:30 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:39871) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eYcV8-0003R5-Om; Mon, 08 Jan 2018 13:50:26 -0500 Original-Received: from [176.228.60.248] (port=3463 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1eYcV8-0004RU-5d; Mon, 08 Jan 2018 13:50:26 -0500 In-reply-to: (message from Noam Postavsky on Mon, 8 Jan 2018 07:25:37 -0500) 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:221718 Archived-At: > From: Noam Postavsky > Date: Mon, 8 Jan 2018 07:25:37 -0500 > Cc: Emacs developers > > > New patch attached that does it the right way. > > This can go to emacs-26, right? Yes, I think so.