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: Sun, 02 Jan 2022 08:56:50 +0200 Message-ID: <83sfu6eibx.fsf@gnu.org> References: <83lezzg7af.fsf@gnu.org> <83fsq7g1hm.fsf@gnu.org> <838rvzfhlg.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="382"; 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 Sun Jan 02 08:11:19 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 1n3v1S-000AWu-AX for ged-emacs-devel@m.gmane-mx.org; Sun, 02 Jan 2022 08:11:18 +0100 Original-Received: from localhost ([::1]:43886 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n3v1Q-0005ag-69 for ged-emacs-devel@m.gmane-mx.org; Sun, 02 Jan 2022 02:11:16 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:60764) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n3unR-0005lR-GV for emacs-devel@gnu.org; Sun, 02 Jan 2022 01:56:50 -0500 Original-Received: from [2001:470:142:3::e] (port=50484 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 1n3unR-0005p6-64; Sun, 02 Jan 2022 01:56:49 -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=7uv7Zv989rGzLpVqm/0exce1ApeOPnqbYFr2dywKXz0=; b=NvmiFsVHVqI7 fMmc9o2+0XFJDysDDX5bKYC9lyJAoH4fqG68460f6DC9KfK/eGPxNhd/F3ezEQCn0KgKYduH60bTZ 4lQ7KAcq5YvqgbHGmj8ofzahh1uva6KpPL30OnCDHUR3YB5gOBlmsyP6RrX7JIZPjBqakdiUgAdTC TmesOF5Die6QI9+vM2TSamS5PCnB2UBErsSizvJsrAHyKZNXLK6HcGAB+0v3KJyV2X4J/DeDJTrMk EYnPE6ScxglXrBaq8jqPBC0ZltVT8T99CFnH9swZparb74kQw1pHfJKLE0qpxfbFETS/mbtJSkTDA DQ/Znf2AIwTiWfPXj/wFRw==; Original-Received: from [87.69.77.57] (port=1920 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 1n3unR-0004nF-59; Sun, 02 Jan 2022 01:56:49 -0500 In-Reply-To: (message from Stefan Monnier on Sat, 01 Jan 2022 17:52:16 -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:283858 Archived-At: > From: Stefan Monnier > Cc: emacs-devel@gnu.org > Date: Sat, 01 Jan 2022 17:52:16 -0500 > > I suspect this problem is newly introduced by the symbol-shorthands > code, which apparently uses just enough more of the `hack-local-variables` > machinery to trigger it. Makes sense. > The patch below seems to circumvent the problem. Thanks, please install on the emacs-28 branch.