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 integration in python.el Date: Fri, 07 Oct 2022 22:09:36 +0300 Message-ID: <83czb3mowf.fsf@gnu.org> References: <3A68545C-2E40-4BB4-8563-8041A5452634@gmail.com> <87y1twlr0v.fsf@gmail.com> <83czb8ycpo.fsf@gnu.org> <87tu4klfcw.fsf@gmail.com> <87ill0le20.fsf@gmail.com> <87y1ttfmj8.fsf@gmail.com> <19950F30-F4DB-4CE4-9257-24DA39594669@gmail.com> <87czb47jya.fsf@gmail.com> <87wn9c7xxd.fsf@gmail.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="33206"; mail-complaints-to="usenet@ciao.gmane.io" Cc: arstoffel@gmail.com, casouri@gmail.com, orontee@gmail.com, emacs-devel@gnu.org To: chad Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Oct 07 21:15:28 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 1ogsoh-0008RS-5B for ged-emacs-devel@m.gmane-mx.org; Fri, 07 Oct 2022 21:15:27 +0200 Original-Received: from localhost ([::1]:33488 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ogsof-0007hN-Em for ged-emacs-devel@m.gmane-mx.org; Fri, 07 Oct 2022 15:15:25 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:46964) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ogsj4-00027c-68 for emacs-devel@gnu.org; Fri, 07 Oct 2022 15:09:38 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:36590) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ogsj3-00065n-Pl; Fri, 07 Oct 2022 15:09:37 -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=9CO+7G1MZj8YpG5UCxqKdmwONCZSkdiZ0bV06qWFjZ8=; b=oP+QdBHDeQRD TbirpotEhndCXWzWFWF4BsPjWCg3dS3Shd1gMZpxQv3yJRYgPw/NGEDnRSsOK17D5/3HiYk2RmUyr 1XJch9NXpsji9/QmcilaTVR791/+Azaq2sxif02fB17yZxk+J5Eo9ypzocM+ANXa3BqDEgP7l1ezz GtYZJ6nFiR2r1lT+nnL8zzP2TsrtZiXz5VqMU87S6qE1hRmL0FF/3OtJMeJEdnl9tIQxak68n/7RX q8SQB8cFJwPulmzBtJ7Sgvh6gIMKek5JB2bId7gwonZmKU1Bqoy22ZRZ3z4YVCyYNnNl7ksXxi5PO 9lInZaKC+aV0QhhS1PjGwA==; Original-Received: from [87.69.77.57] (port=2332 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 1ogsj1-0001A8-NA; Fri, 07 Oct 2022 15:09:37 -0400 In-Reply-To: (message from chad on Fri, 7 Oct 2022 13:53:57 -0400) 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:297168 Archived-At: > From: chad > Date: Fri, 7 Oct 2022 13:53:57 -0400 > Cc: Yuan Fu , Matthias Meulien , > Eli Zaretskii , emacs-devel@gnu.org > > I couldn't tell you offhand if the current tree-sitter performance for fontification is strong enough for this sort > of thing or not, and I suspect the noverlay branch also has some impact here. It shouldn't be, because fontifications don't use overlays.