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: Average-user-facing interface for tree-sitter Date: Sun, 16 Oct 2022 14:43:57 +0300 Message-ID: <83pmes3sea.fsf@gnu.org> References: <87h705v2g1.fsf@gmail.com> <20221016110319.d228510a4ed5268e984ef0c0@gmx.us> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="2079"; mail-complaints-to="usenet@ciao.gmane.io" Cc: relekarpayas@gmail.com, emacs-devel@gnu.org To: Katevan Lomidze Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Oct 16 13:46:05 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 1ok25k-0000L6-I3 for ged-emacs-devel@m.gmane-mx.org; Sun, 16 Oct 2022 13:46:04 +0200 Original-Received: from localhost ([::1]:45480 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ok25j-0002Iw-2B for ged-emacs-devel@m.gmane-mx.org; Sun, 16 Oct 2022 07:46:03 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:33248) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ok23v-0001Eb-Sd for emacs-devel@gnu.org; Sun, 16 Oct 2022 07:44:14 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:60844) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ok23v-00015m-DZ; Sun, 16 Oct 2022 07:44:11 -0400 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=8q5nKLXP69MItky0ManAVQooxbsaF5lZHI1mBPVE7XI=; b=qshWozLWIELd L0IBBzD14A0q8xlJx9KWAEQl9S1tpI5gIOHpUnaHEHEd0ng0/g1WGC9TWlL+7HPe5xFp7EhbntrUB Tkdshs31utvE3jovtBXFl3au26KuLB8RgwWWjPLXlicEfsWI6YYx5+YdMTaDbqHYS2ePQLNCY0+U7 Pfm0HYPok83URlz8FBz+d9iXm5EH6tvGKACCqhsibmpDtGZ+r8E07p25Mth/nXx2Mc0cqSC3+Lg1e pdPHyrjTnSOXPie08wDKdv4yiAwvugwemYZZBEKOhSZc7P8P95mKxYhxb1uDH7XL5MsUWb8ZuVq1L zvmgjN0ENbk3p8NFSigtaQ==; Original-Received: from [87.69.77.57] (port=1903 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 1ok23u-0004TO-SR; Sun, 16 Oct 2022 07:44:11 -0400 In-Reply-To: <20221016110319.d228510a4ed5268e984ef0c0@gmx.us> (message from Katevan Lomidze on Sun, 16 Oct 2022 11:03:19 +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" Xref: news.gmane.io gmane.emacs.devel:297859 Archived-At: > Date: Sun, 16 Oct 2022 11:03:19 +0000 > From: Katevan Lomidze > Cc: emacs-devel@gnu.org > > All I am saying is that it is nice to add tree-sitter and lsp to Emacs, yet > being too dependent on them in major modes is not. We don't intend to be too dependent on it. In particular, the original font-lock code will not disappear any time soon.