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 20:15:07 +0200 Message-ID: <838rvzfhlg.fsf@gnu.org> References: <83lezzg7af.fsf@gnu.org> <83fsq7g1hm.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="12418"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Jan 01 19:16:41 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 1n3ivp-00032L-1a for ged-emacs-devel@m.gmane-mx.org; Sat, 01 Jan 2022 19:16:41 +0100 Original-Received: from localhost ([::1]:59872 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n3ivm-0005sZ-LP for ged-emacs-devel@m.gmane-mx.org; Sat, 01 Jan 2022 13:16:38 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:50088) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n3iua-00056k-7F for emacs-devel@gnu.org; Sat, 01 Jan 2022 13:15:24 -0500 Original-Received: from [2001:470:142:3::e] (port=36912 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 1n3iuZ-0001hs-Fm; Sat, 01 Jan 2022 13:15:23 -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=LFmSyPnMqYOkfqgnHRY82KlbaabY17mdcJF9AIRn4co=; b=cFFZFvFBT1Z0 u+B7Id+9I+OnKhdyKuzSxstuxzDG7ZNz+t/RR2F23SJN5gGJyz750ihpT8C+atJSL1drvNAvQ0mqZ UQMFh5zCxMxpzk+OxaGJdfoIsHtcvUgyHEzEvwO/GenSvL3167W1zCm4eUV2RwAv6gKC69KDSSOl/ zJJ5nK8xEWH20lGkJGweR5eZOOT37jy44yQty9ypqXJJYQdGgnwTGbge5ZzfT+GatgIsKsOvyVv0L 1VcyNZ0ekoFvJhP+k7vRM4sRG1DCoTNMv0B0WMVj7ny+Qt5hPFNwqm9gBviqq9s1QCPynH9IFdZSy uxMRgTsy8b6FG4j44a+A1w==; Original-Received: from [87.69.77.57] (port=2720 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 1n3iuM-0000Ad-7M; Sat, 01 Jan 2022 13:15:22 -0500 In-Reply-To: (message from Stefan Monnier on Sat, 01 Jan 2022 12:57:19 -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" Xref: news.gmane.io gmane.emacs.devel:283809 Archived-At: > From: Stefan Monnier > Cc: emacs-devel@gnu.org > Date: Sat, 01 Jan 2022 12:57:19 -0500 > > >> 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. > > Can you provide a recipe to reproduce the problem? "touch" every file in the working tree, then say "make". It might also work to delete all the lisp/international/uni-*.el files and lisp/international/charprop.el, then say "make".