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: Rename .dir-locals.el to .dir-locals.eld Date: Fri, 21 Jan 2022 09:21:18 +0200 Message-ID: <83bl05pn9t.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="8894"; 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 Fri Jan 21 10:24:47 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 1nAqA3-0002Cd-8e for ged-emacs-devel@m.gmane-mx.org; Fri, 21 Jan 2022 10:24:47 +0100 Original-Received: from localhost ([::1]:48384 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nAqA0-0006Kq-Pt for ged-emacs-devel@m.gmane-mx.org; Fri, 21 Jan 2022 04:24:44 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:37458) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nAoEZ-0003HH-12 for emacs-devel@gnu.org; Fri, 21 Jan 2022 02:21:21 -0500 Original-Received: from [2001:470:142:3::e] (port=34964 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 1nAoEY-0008OM-I0; Fri, 21 Jan 2022 02:21:18 -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=fZ9PznHUjBvvjh5emsxEpTGd68CEoCbq7ZRc/TGwqTM=; b=qL2hOEjybOuH 7M7d1p+dTPNZqy2wOF7EDuYZ88VhUN61HUZhOC9KwtmPs+sF+u8l18z2sE3DJh7fcyCCNOIw7vzE6 7+HXapjuEY+gvUnw+24EhQ/YiEf0ulJIkSabUH0K1UKqs8Ub1VJjhC4WSKGSYU6FbdAlPoSBKjZ62 EP0FKEFYH2Uiz2cRjXHO5dEFPnnLLYTEQ8xjDOXSyuksIH1PQkGmkrW5JpRnn8hYR6NoAQv/Pob29 qqFO0Fw7w6gLo+8FzYmQIKsv5Vr5+1bYK0gTo3tdHipN/ENok2rfCUzl5cd9cBpmF4/uT4WCwQhrS dUZqRfiTJq2HVAPToOjeYw==; Original-Received: from [87.69.77.57] (port=3033 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 1nAoEX-0005W9-Ao; Fri, 21 Jan 2022 02:21:18 -0500 In-Reply-To: (message from Stefan Monnier on Thu, 20 Jan 2022 13:31:24 -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:285095 Archived-At: > From: Stefan Monnier > Date: Thu, 20 Jan 2022 13:31:24 -0500 > > I think we should restrict the `.el` extension for files which contain > actual ELisp code rather than files that just contain text in ELisp's > sexp format. > > WDYT? I don't like it: too little gain and too much noise.