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: Update on tree-sitter structure navigation Date: Wed, 06 Sep 2023 15:58:09 +0300 Message-ID: <83v8cn1mse.fsf@gnu.org> References: <5E7F2A94-4377-45C0-8541-7F59F3B54BA1@gmail.com> <87h6odhxs6.fsf@localhost> <87msxzsee1.fsf@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="20562"; mail-complaints-to="usenet@ciao.gmane.io" Cc: casouri@gmail.com, emacs-devel@gnu.org, danny@dfreeman.email, theo@thornhill.no, jostein@secure.kjonigsen.net, dev@rjt.dev, wkirschbaum@gmail.com, pedz@easesoftware.com, dgutov@yandex.ru To: Ihor Radchenko Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Sep 06 14:59:04 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 1qds7b-00055s-M4 for ged-emacs-devel@m.gmane-mx.org; Wed, 06 Sep 2023 14:59:03 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qds70-0002lO-GL; Wed, 06 Sep 2023 08:58:26 -0400 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 1qds6z-0002lA-7I for emacs-devel@gnu.org; Wed, 06 Sep 2023 08:58:25 -0400 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 1qds6y-0001wQ-D7; Wed, 06 Sep 2023 08:58:24 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=PWDtGoBnFbXBrNOy8MKzlB1KdqC7K2wbSdIopifG9NU=; b=FkwUZsutcswuJ+Qh6Muj gDeMa+s68Z1raZSHn7NZ+/dXt0SxlKIISDK6hmiXjfvmLsXiOwOZyYHij2EF81o+0iTMPwIKF7LPr PcUwN6LwT9rKf3OVRxsOesalBuFmaWnWSeuxRd7plCr9PDcoJ8liAIbq8v9LWmRuYy4Z5V8vq0M6Y e6Gz3fLwTDGC70Q8v6ns99skqRcFo30qiOZ9zdV7IiCqtuvq7n+96+Q0IkvHhsSmreKmLTHshx/3+ gGUew/kvWwVDjIGfUn0GbFbBXBMCnjrAeT9OrlI5vWi61c/Yta1m661gqRMt1iS+5cPm8kTAt4iPu JmK9P8sj3tHdXA==; In-Reply-To: <87msxzsee1.fsf@localhost> (message from Ihor Radchenko on Wed, 06 Sep 2023 11:57:26 +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:310197 Archived-At: > From: Ihor Radchenko > Cc: emacs-devel , Danny Freeman , > Theodor Thornhill , Jostein Kjønigsen > , Randy Taylor , Wilhelm > Kirschbaum , Perry Smith , > Dmitry Gutov > Date: Wed, 06 Sep 2023 11:57:26 +0000 > > > Unifying tree-sitter and non-tree-sitter modes creates many problems. I’m rather thinking about some way to share some configuration between two modes. We’ve had many discussions before with no fruitful conclusion. > > Any chance you have links to these discussions? Here's one: https://lists.gnu.org/archive/html/emacs-devel/2022-12/msg01251.html https://lists.gnu.org/archive/html/emacs-devel/2022-12/msg01293.html