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: An anonymous IRC user's opinion Date: Wed, 06 Nov 2024 15:25:34 +0200 Message-ID: <86fro4sddd.fsf@gnu.org> References: <86plo8369c.fsf@gnu.org> <63edeeea-1f24-4d3b-abc8-b96b164942e4@gutov.dev> <8634l1zsej.fsf@gnu.org> <9a8b97f8-def3-43ce-b71b-1f09bb05afd4@gutov.dev> <86cyk4vcld.fsf@gnu.org> <86ttdgthg2.fsf@gnu.org> <86ed4kt2ws.fsf@gnu.org> <8e30fb5c-8e1b-4f73-98eb-50c5c396efb0@gutov.dev> <86ldyqsrax.fsf@gnu.org> <10864c02-4bfd-41c3-bb45-6fe1155f9676@gutov.dev> <867ca9shcw.fsf@gnu.org> <7cb15f5c-efd0-4516-8190-a53c0d958eb6@gutov.dev> <86ses8x1po.fsf@gnu.org> <865xp3w64u.fsf@gnu.org> <61171da3-7428-4572-bc13-783766a123b5@gutov.dev> <86v7x2u7rz.fsf@gnu.org> <86msidubg4.fsf@gnu.org> <867c9htwt7.fsf@gnu.org> <387887a4-ba19-485e-8805-d1aabe2058ff@gutov.dev> <86y11xsbil.fsf@gnu.org> <17465b85-430a-4e91-8b12-769b60181ada@gutov.dev> <86ses4sglw.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="14858"; mail-complaints-to="usenet@ciao.gmane.io" Cc: johan.myreen@gmail.com, emacs-devel@gnu.org To: "Dmitry Gutov" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Nov 06 14:26:36 2024 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 1t8g3Q-0003in-7A for ged-emacs-devel@m.gmane-mx.org; Wed, 06 Nov 2024 14:26:36 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1t8g2l-000879-6J; Wed, 06 Nov 2024 08:25:56 -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 1t8g2Z-00086A-Jj for emacs-devel@gnu.org; Wed, 06 Nov 2024 08:25: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 1t8g2Z-0007cp-99; Wed, 06 Nov 2024 08:25: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=4kOf2djJEVQmbI8l6BTii/1Uoc+HYweCDntHEsb0uFw=; b=hQ6H9dMyLsqu oj5Lch4L5Gd9PBfgLHmZPpA5C/X/zZiQGeaZ97J6aljY0Z3hlqK+ljmZNfiEpad99LhzXi/Hsy21k ySqY7gBTb+hSFZ5iaOML2YAKcvfBi4v3B5WvwGSPS0DG7FssWqqX0pVpTfHnzwtniL6FxoyLJfyJu 7BZoye7732yCNXcrptzwyyB8O6oXMrZpGn3721y81gpUV08VckAzilr3d1U0Z8Ox1TbhlgAUoNMMJ jgWQBlD3Rp4VUIsNj8MxOOspNbSU2UcTcSAKyP19qKV71WFIB7snUS8Qzg8unGzJCEMWWE7yCLsbk GWdZZ2btwUECF5JZVl9j1w==; In-Reply-To: (dmitry@gutov.dev) 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:325173 Archived-At: > Date: Wed, 06 Nov 2024 14:46:48 +0200 > From: "Dmitry Gutov" > Cc: johan.myreen@gmail.com, emacs-devel@gnu.org > > > On Wed, Nov 6, 2024, at 2:15 PM, Eli Zaretskii wrote: > > > Date: Tue, 5 Nov 2024 22:59:09 +0200 > > Cc: johan.myreen@gmail.com, emacs-devel@gnu.org > > From: Dmitry Gutov > > > > On 05/11/2024 21:53, Eli Zaretskii wrote: > > >> Suppose we have this in css-mode.el: > > >> > > >> ;;;###autoload > > >> (if (and (treesit-available-p) > > >> treesit-modes-enabled) > > >> (add-to-list 'auto-mode-alist '("\\.css\\'" . css-ts-mode))) > > >> > > >> And treesit-mode-enabled is originally nil. > > >> > > >> Then the user customizes it to t. > > >> > > >> What does its setter do? For css-ts-mode and other modes. > > > > > > It could turn the mode on in every buffer that visits a .css file. Or > > > not. > > > > Based on which information? > > buffer-file-name and auto-mode-alist, I guess? > > But auto-mode-alist won't have any relevant entries because when its form (above) was evaluated, > treesit-modes-enabled was nil. Are you saying that it is impossible to turn on the mode in relevant buffers? I find that hard to believe, but if you are right, then we could refrain from doing this retroactively. (And I still don't understand where this discussion is going. What point are you trying to make?)