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: Problem with file-local variables in uni-special-lowercase.el Date: Sat, 01 Jan 2022 13:05:25 +0200 Message-ID: <83fsq7g1hm.fsf@gnu.org> References: <83lezzg7af.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="16889"; mail-complaints-to="usenet@ciao.gmane.io" To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Jan 01 12:06:56 2022 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 1n3cDv-0004D0-WD for ged-emacs-devel@m.gmane-mx.org; Sat, 01 Jan 2022 12:06:56 +0100 Original-Received: from localhost ([::1]:57582 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n3cDu-00069J-2B for ged-emacs-devel@m.gmane-mx.org; Sat, 01 Jan 2022 06:06:54 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:47216) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n3cCX-0005Oc-MM for emacs-devel@gnu.org; Sat, 01 Jan 2022 06:05:29 -0500 Original-Received: from [2001:470:142:3::e] (port=32776 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 1n3cCX-0002Ml-Dl for emacs-devel@gnu.org; Sat, 01 Jan 2022 06:05:29 -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=Ppy8qIw9gbhiVHkdqzu3+t1qmEXpxYYV/5DVlF/jQQk=; b=Cf9IdH1sgG32 NaAVDQy/RPuhW2zFR4xutQ5SDsOLg3wg3egFmq0lbY2jsEzkuK+wbtxGRS3UfF6L9TGKmJqhy7LY9 l4tYXpYcLLntSmyzn+AGu1KacyVRgD+tF6G4A4sWr12ds/l30IpxNVxdMOoulUq5cDigAs7NVvEo0 1SbRN2h2sTM4ruiNBaHEyEu9Nnt0RVgXjLZ+nn9JlnY2TDcJlRcRqku8Wi/FzbqxIKu3vSSnFmxZe t1e8DyDPlsRYDUS1zYfB9SvPzFYmBFTqNQRuBv3znGnpBWfWspIUO/AMhRs/HO3vZ0hMlhDvrGqcp qoeNluCGXacGGiwnzpNvzw==; Original-Received: from [87.69.77.57] (port=3795 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 1n3cCU-0000Rs-Qt for emacs-devel@gnu.org; Sat, 01 Jan 2022 06:05:29 -0500 In-Reply-To: <83lezzg7af.fsf@gnu.org> (message from Eli Zaretskii on Sat, 01 Jan 2022 11:00:08 +0200) 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:283796 Archived-At: > Date: Sat, 01 Jan 2022 11:00:08 +0200 > From: Eli Zaretskii > > There's some strange problem with this file: when building Emacs after > it is updated, byte-compilation of various Lisp files fails with error > message like this: FWIW, it seems to start happening as soon as charprop.el is regenerated, whenever the new charprop.el is reloaded by the byte-compilation process.