From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Add a separate mode for .dir-locals.el Date: Thu, 17 Oct 2019 14:08:45 -0400 Message-ID: References: <2058328b-aee5-8cb1-2659-a793e1354517@mit.edu> <87wod4m7sr.fsf@gnus.org> <835zkndcz4.fsf@gnu.org> <83ftjrbjhm.fsf@gnu.org> <83sgnr9vnh.fsf@gnu.org> <20191017174715.GA8064@ACM> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="107894"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: Eli Zaretskii , emacs-devel@gnu.org, cpitclaudel@gmail.com, joaotavora@gmail.com To: Alan Mackenzie Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 17 20:09:49 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iLADb-000Rvi-R8 for ged-emacs-devel@m.gmane.org; Thu, 17 Oct 2019 20:09:48 +0200 Original-Received: from localhost ([::1]:55744 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iLADa-0000if-9c for ged-emacs-devel@m.gmane.org; Thu, 17 Oct 2019 14:09:46 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:57090) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iLACn-0000iS-Se for emacs-devel@gnu.org; Thu, 17 Oct 2019 14:08:58 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iLACm-0003yV-Kx for emacs-devel@gnu.org; Thu, 17 Oct 2019 14:08:57 -0400 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:12746) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iLACl-0003xx-Cb; Thu, 17 Oct 2019 14:08:55 -0400 Original-Received: from pmg3.iro.umontreal.ca (localhost [127.0.0.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id B09314490C8; Thu, 17 Oct 2019 14:08:54 -0400 (EDT) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id 85AB44490B5; Thu, 17 Oct 2019 14:08:53 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1571335733; bh=6TIgpLuMwKvOx4Xv7ap4+S9A3NGzeg7WSrehUBWKxqM=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=md94as97aIWXzz2nG7EdiKEFVCtcWp5a0TMgxUuIrAaf4PC/wVCV117x0Iyv5Shop WEW7lP9+P2uRDzv6ckzfmoF/ZW1r5B7BPI4mllgb+LhXpuuRFMP9fZNC88CudElEbz imGAFXlJgXa9oAkUJfd70h0NhteVjWJRfI0bzrNyll+h9M60T+nmEGHjnOdcXEU+Hd zni8n8eaAZZZwKUH+a85gqW4Q9Y/q/FPQZhMG3Ko1GfkiMZDsfJwjZg7qXZL9NFq/Z /zejgAE8d34e1vXQds9I1879jqfYk/o0blDkwZ0bm+iZZf+c1pFjopTvxQxd0WKAck R1ETVuY3cnytw== Original-Received: from lechazo (lechon.iro.umontreal.ca [132.204.27.242]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id 5856F12041A; Thu, 17 Oct 2019 14:08:53 -0400 (EDT) In-Reply-To: <20191017174715.GA8064@ACM> (Alan Mackenzie's message of "Thu, 17 Oct 2019 17:47:16 +0000") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 132.204.25.50 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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:241161 Archived-At: > I say there should be no such new mode. The problems should be fixed in > fly*.el, which surely should be possible. It definitely does not belong in fly*.el which should know nothing about emacs-lisp-mode or any specific major mode for that matter. Stefan