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: feature/tree-sitter: Where to Put C/C++ Stuff Date: Tue, 01 Nov 2022 18:43:50 +0200 Message-ID: <834jvid3qx.fsf@gnu.org> References: <83pme7cf23.fsf@gnu.org> <83cza6db7e.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="37500"; mail-complaints-to="usenet@ciao.gmane.io" Cc: theo@thornhill.no, emacs-devel@gnu.org, dev@rjt.dev To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Nov 01 18:10:45 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 1opumi-0009UQ-Tb for ged-emacs-devel@m.gmane-mx.org; Tue, 01 Nov 2022 18:10:45 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1opuMv-00085V-D0; Tue, 01 Nov 2022 12:44:05 -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 1opuMu-000858-7s for emacs-devel@gnu.org; Tue, 01 Nov 2022 12:44:04 -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 1opuMt-0007PG-54; Tue, 01 Nov 2022 12:44:03 -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=fk1HVs9uTFTqzu86NvSOakD9v6lC/1biACfcMFncy4U=; b=WFYJF5q1kysA xkOf+th4AkGCNVyYHLA184uQRbxOVfIMnEx8r1OU/CHt1m35TqHceEFBJILF/7J+RWN7E6SolMbYk KY19nhdSNws6cZU1zBzr+xjBK4G7N9i2ypSEJ71hfB9Ovb3ElezRjAybDwKB63mSRxlSPm4reSMiw B+DdjVi52hW03fHpkoE7TzHmipSYTKcle6Vj/6MXfVBLXuPcokrubJT3IoJQDE+MaBN+c6wtoDfbC PmDom6btaR0p5+OO6EaMCIoFdQl1MyRnrpHjaXi8pK0PxGvEZSKaZAf3cRTLI+PGTocT6vUtZ47m1 y5hTNHF9SqaIND5vydE4jw==; 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 1opuMs-0008P9-JC; Tue, 01 Nov 2022 12:44:02 -0400 In-Reply-To: (message from Stefan Monnier on Tue, 01 Nov 2022 11:09:39 -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: , 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:298943 Archived-At: > From: Stefan Monnier > Cc: theo@thornhill.no, emacs-devel@gnu.org, dev@rjt.dev > Date: Tue, 01 Nov 2022 11:09:39 -0400 > > > Sorry for being blunt, but you've presented a plan for Emacs 32 if > > not 42. > > Huh? What makes you think that? A bit of gray hair, nothing more. > On the contrary it's a plan that lets us get quickly a working > tree-sitter-based C-mode. Not one that's a strict superset of CC-mode's > `c-mode`, but a quite decent `c-mode` nevertheless. I just disagree with the "quickly" part, that's all. > I don't foresee "all of the stuff" to be done immediately, no. So we basically agree. > [ Tho I do think the filling code at least can be extracted from CC-mode > within a month (or at least, an important subset of it). ] Let's see. I'll be happy if that happens.