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: Implementation direction for shell-script-mode with tree-sitter Date: Thu, 27 Oct 2022 18:53:40 +0300 Message-ID: <83tu3pl0u3.fsf@gnu.org> References: <87mt9j1k50.fsf@yahoo.com> <87tu3q6q8m.fsf@yahoo.com> <83czadn6kw.fsf@gnu.org> 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="21950"; mail-complaints-to="usenet@ciao.gmane.io" Cc: luangruo@yahoo.com, emacs-devel@gnu.org, casouri@gmail.com, theo@thornhill.no To: =?utf-8?Q?Jo=C3=A3o?= Paulo Labegalini de Carvalho Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Oct 27 17:57:08 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 1oo5Fj-0005Qh-Qt for ged-emacs-devel@m.gmane-mx.org; Thu, 27 Oct 2022 17:57:08 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oo5CX-0007Rj-Dp; Thu, 27 Oct 2022 11:53:49 -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 1oo5CV-0007RR-VM for emacs-devel@gnu.org; Thu, 27 Oct 2022 11:53:47 -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 1oo5CV-0002Qa-8i; Thu, 27 Oct 2022 11:53:47 -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=W8J6dsWSzDW5J9IRx3zadEcPHLGk3qw1kYuP5sQfEKE=; b=ciW5UN/kMx7HgQu/p8gW gIoHJ2K1bJiadmdsn0QyUfCiqq7WTUo1bx2AXwIlBjOZzUDnz9y6zXHAcV4NbmjpkevrngbQRq6mt e+J5Invs+2AL7ScnplFNSw+kj+JfH5R7CJgQJzdS4lTeXHbzrGAMzvXtUsyjgydDzwytO+jmTELO4 YTHO+zphyLL7QyBx39X9IavMIJuUFL/fi5HNUTpp3x+XDP80p/CJIlycHwcMAbqh9TBCJdrM2hx3m IciUXKWo3iithYk+r1803A1Sr0UgqLd7U1E7RlrCb/183tH83M1RcyOC0+DpLIXXLxGfvy1nCBQCB yMIPIZ4Z2wv2Kg==; 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 1oo5CU-0007Q9-OO; Thu, 27 Oct 2022 11:53:47 -0400 In-Reply-To: (message from =?utf-8?Q?Jo=C3=A3o?= Paulo Labegalini de Carvalho on Thu, 27 Oct 2022 08:23:12 -0600) 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: , Original-Sender: "Emacs-devel" Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:298629 Archived-At: > From: João Paulo Labegalini de Carvalho > Date: Thu, 27 Oct 2022 08:23:12 -0600 > Cc: Po Lu , emacs-devel@gnu.org, casouri@gmail.com, > theo@thornhill.no > > From where I stand, the single most important improvement from using > tree-sitter in shell-mode buffers is to solve the problems with > fontifications in tricky cases like here-documents etc. These are a > source of constant stream of bug reports, when people expect us to do > a decent job in those cases. I hope tree-sitter could solve that once > and for all. > > Eli, if you could send some of those bug reports, that would be great. I can use them as test cases for what I > am working on. I don't have them ready, sorry. You will need to search the debbugs archives.