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: Call for volunteers: add tree-sitter support to major modes Date: Sun, 09 Oct 2022 16:27:39 +0300 Message-ID: <835ygtjfec.fsf@gnu.org> References: <83czb1jrm3.fsf@gnu.org> <87v8ot2nfi.fsf@posteo.net> <8735bxnpv8.fsf@yahoo.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="7477"; mail-complaints-to="usenet@ciao.gmane.io" Cc: philipk@posteo.net, emacs-devel@gnu.org, casouri@gmail.com To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Oct 09 15:28:23 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 1ohWLu-0001qn-Sc for ged-emacs-devel@m.gmane-mx.org; Sun, 09 Oct 2022 15:28:23 +0200 Original-Received: from localhost ([::1]:48458 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ohWLt-0006Sf-HT for ged-emacs-devel@m.gmane-mx.org; Sun, 09 Oct 2022 09:28:21 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:44982) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ohWLA-0005hp-6y for emacs-devel@gnu.org; Sun, 09 Oct 2022 09:27:36 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:45666) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ohWL9-0002ZL-Tp; Sun, 09 Oct 2022 09:27:35 -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=2Magp6Xfas69m5Fi6TFBG6YDciigkdQaPI9ScoGkcBc=; b=rupTAHAsY9uE c/aEr/sVhk2c0YeJGU+F2pakvKKsC+O+3Z8zJlKCo3ap+7fJRXQi2r2EK+w6wcHSIySKxDu57GnzB rrvRS187h49iVwpPSCqBeKWytUrLerhheYN+HjK72QGQiL9sGZr1SllqOV1c6GqZhcNnn6Gn1EQvp f2E3qk3HpxsJhDeYYQoF3GLUMrvpNns+PSsH6toGEwuA+oX6frFpFxIvBmY26QDc4E058xpfLKtKu bPJR1xbpNID+cKejY0qmc1uXFBuMC0xc022797QN01BqT+EzEP/DwEk/o+Vi866P4XMUWiIwlb1zm mH6SQsDRrVQtkoirNy7dZA==; Original-Received: from [87.69.77.57] (port=4056 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 1ohWL8-0000bV-54; Sun, 09 Oct 2022 09:27:35 -0400 In-Reply-To: <8735bxnpv8.fsf@yahoo.com> (message from Po Lu on Sun, 09 Oct 2022 20:27:55 +0800) 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:297261 Archived-At: > From: Po Lu > Cc: Eli Zaretskii , emacs-devel@gnu.org, Yuan Fu > > Date: Sun, 09 Oct 2022 20:27:55 +0800 > > BTW, what exactly is the problem with the existing emacs-lisp-mode? How > do we expect tree-sitter will make it better? I'd like Emacs to stop using ad-hoc-ery for fontification, indentation, and whatnot. It doesn't have to be better, just based on the language grammar.