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: Make all tree-sitter modes optional Date: Fri, 17 Feb 2023 16:58:42 +0200 Message-ID: <838rgw1gpp.fsf@gnu.org> References: <83h6x5xym7.fsf@gnu.org> <83h6wr6gmz.fsf@gnu.org> <868ri140sr.fsf@mail.linkov.net> <83fsc92gbz.fsf@gnu.org> <83cz6ccagy.fsf@gnu.org> <838rgzaqmj.fsf@gnu.org> <83pmaaaicy.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="16159"; mail-complaints-to="usenet@ciao.gmane.io" Cc: juri@linkov.net, casouri@gmail.com, monnier@iro.umontreal.ca, larsi@gnus.org, theo@thornhill.no, jostein@secure.kjonigsen.net, emacs-devel@gnu.org To: Alan Mackenzie Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Feb 17 15:59:13 2023 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 1pT2Ce-0003vg-VF for ged-emacs-devel@m.gmane-mx.org; Fri, 17 Feb 2023 15:59:13 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pT2CE-0007YQ-LI; Fri, 17 Feb 2023 09:58:46 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pT2CC-0007YG-P1 for emacs-devel@gnu.org; Fri, 17 Feb 2023 09:58:44 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pT2CB-0003sB-Mj; Fri, 17 Feb 2023 09:58:43 -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=zGC8Qc895/qTEDBPAhomzSAYFDQyAm/zAWYeHC9lFjw=; b=Qrgjk4r9q21b jsPBCXdBYev/Nl3kUSZyIJci5vNs4klm6XbYaiUaOaTotBnvGR4I6sZwwNawEC3ICmehzhZe4lUWt GSiUTgMHOcMJunbAqNy8+hI3WXREmKyh5tCpVPu2y3RaSzqSmKAYxoO3R0817ZpG6juYbjAb6D0DD 85fs92jJRnLGAHouoE344mNgLZMNv14y+J85ji0p8eoAWN8nZy78bQOJTR8QM3x/WPyhZZIR0kAxS VzpdsXowEzKdRKS0ee3sLlSqQSxuai4ZqOEL01XRSpZh2ApQMau6TW5JTWvte23Qi95vMhoa6qvQF 5GFFhSRhQG+BqgwHM9vWfg==; Original-Received: from [87.69.77.57] (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 1pT2CB-0006Ch-4W; Fri, 17 Feb 2023 09:58:43 -0500 In-Reply-To: (message from Alan Mackenzie on Fri, 17 Feb 2023 13:30:58 +0000) 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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:303491 Archived-At: > Date: Fri, 17 Feb 2023 13:30:58 +0000 > Cc: juri@linkov.net, casouri@gmail.com, monnier@iro.umontreal.ca, > larsi@gnus.org, theo@thornhill.no, jostein@secure.kjonigsen.net, > emacs-devel@gnu.org > From: Alan Mackenzie > > I continue to be unhappy about the state of this change. If we are going > to insist on users restarting Emacs simply to remove three entries from > auto-mode-alist, we should at least ensure that such restarting will > work. In the current NEWS, the directions are incomplete and misleading. > > I propose the following to correct this; it adds text to what is > currently there rather than replacing it, as you requested a couple of > days ago: Thanks, I used a slightly different text to that effect.