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: tree-sitter version? Date: Wed, 07 Dec 2022 05:31:59 +0200 Message-ID: <83sfhr6g9c.fsf@gnu.org> References: <70973BD9-26D2-4833-A429-8434FC03026B@gmail.com> <87cz9cevns.fsf@gnu.org> <8B97AC7B-54CF-41AC-9EF7-0A83F1709B98@gmail.com> <25472.55895.937365.654317@retriever.mtv.corp.google.com> <83mt8amoaw.fsf@gnu.org> <838rjma5t3.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="27448"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Dec 07 04:33:07 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 1p2lBD-0006wM-5Z for ged-emacs-devel@m.gmane-mx.org; Wed, 07 Dec 2022 04:33:07 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1p2lAQ-0007hL-Pk; Tue, 06 Dec 2022 22:32:18 -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 1p2lAP-0007gx-Ek for emacs-devel@gnu.org; Tue, 06 Dec 2022 22:32:17 -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 1p2lAP-0004ek-6l for emacs-devel@gnu.org; Tue, 06 Dec 2022 22:32:17 -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=0+80hdnXhubTLcXI5Clf2CeHkEEuNTtTqjOeJb749L8=; b=sdzKqbKFpQsA DZnx3XADUzJHheRhcmoIn8SQxjK9wnMikFOqBLBs2G387tV/uYYM3g4irUMXtJlnwuGGM/Ds7KaTx fIrVT5uX7jVtlS4/9UTqR8awo2QxT0F10yzZbih7FUJENposAEyvneLyP0sWu7O6tP4F+7iandE/8 Wk/PSwBx3n54ayUfctWj9TcKOz0AuABBJ/dwMjsoMDvvVRcBW+QkXM+SG0cdwLL8tSnSHnlWt39mY iQXgOUlNYfXEF2SPfPcz7Y0G/8UJqlDF2I3iGmMb3ltLpFo/E1N5BTbaxf1kIyqxAFQ+XYE8AwczU C4Wi5gBXVl8UfOd//hujdw==; 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 1p2lAJ-0005yf-6v; Tue, 06 Dec 2022 22:32:11 -0500 In-Reply-To: (message from Richard Stallman on Tue, 06 Dec 2022 17:35:32 -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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:301000 Archived-At: > From: Richard Stallman > Cc: emacs-devel@gnu.org > Date: Tue, 06 Dec 2022 17:35:32 -0500 > > > For now this was deemed the cleanest, safest approach, given that we lack > > experience and user feedback. Several other ways were proposed, but we > > decided to delay their implementation until we understand better both what > > users prefer and how close to one another are the two varieties. > > That's reasonable. But sine this is an interim interface, > let's explicitly announce it that way. We could say that > people should be prepared for it to change in another Emacs > version soon. The user-level documentation of the tree-sitter support has yet to be written; I've been waiting for the situation to stabilize. When it is written, some language to this effect will be there.