From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Theodor Thornhill Newsgroups: gmane.emacs.devel Subject: Re: Tree sitter support for C-like languages Date: Sat, 12 Nov 2022 09:42:58 +0100 Message-ID: <0C3FD6FF-DCB2-457A-93D3-49858CA23195@thornhill.no> References: <87tu36em9t.fsf@thornhill.no> <45FD2F78-F15B-488B-9348-A8E298D8AD35@gmail.com> <87v8nmyqqp.fsf@thornhill.no> <8464849C-0F41-40DE-8B7D-08CF37320362@thornhill.no> <83o7tcoasd.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="7348"; mail-complaints-to="usenet@ciao.gmane.io" Cc: casouri@gmail.com, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Nov 12 09:44: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 1otm7U-0001iW-1W for ged-emacs-devel@m.gmane-mx.org; Sat, 12 Nov 2022 09:44:08 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1otm6l-00048y-9f; Sat, 12 Nov 2022 03:43:23 -0500 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 1otm6h-00047X-LK for emacs-devel@gnu.org; Sat, 12 Nov 2022 03:43:20 -0500 Original-Received: from out0.migadu.com ([94.23.1.103]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1otm6b-0002fG-48; Sat, 12 Nov 2022 03:43:19 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=thornhill.no; s=key1; t=1668242589; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ml69SRL3DMzcX04VCCn8GWRWwCBxFGZAYBF5oNBiZWo=; b=Ho/yDsHM1wd8pZxLsQ4H87sYYjU0d+TuD+I/bbBYyn0wJ5Bl6A74Z5fh2CG2fDNWCr2R8G tH5QkxiShV5cJS+QKhyRXwRdGFS8Qj7uGbv8j0CsiSc95HTo+9wbdJs+jB0JfIfCrciDJ1 04LSriLn0Y7OvTDQZlurlv1KlNqWvrx2LUbQWczTHH/p59fT15IVRzy/ur2f+7FTZHXFee uZxZFUNvCbxFj+p2gzpfQ9WLQK7QDK2JmsgUZ2UOQzjelmzF15mwcyLLKe/Mh/lNRxobIP JL453zGgt0CsIdtGaKWdQtpVuWSlnGaWdPBsgUgCQOs7k6dyraMrb4SJOZlECg== X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. In-Reply-To: <83o7tcoasd.fsf@gnu.org> X-Migadu-Flow: FLOW_OUT Received-SPF: pass client-ip=94.23.1.103; envelope-from=theo@thornhill.no; helo=out0.migadu.com X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_PASS=-0.001, T_SPF_TEMPERROR=0.01 autolearn=ham autolearn_force=no X-Spam_action: no action 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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:299631 Archived-At: On 12 November 2022 09:08:02 CET, Eli Zaretskii wrote: >> Date: Sat, 12 Nov 2022 07:16:40 +0100 >> From: Theodor Thornhill >> CC: emacs-devel@gnu=2Eorg >>=20 >> The first one isn't gnu style, right? But it's an easy fix :) > >We should support more than a single style=2E Preferably all of them, >but IMO at the very least 'gnu', 'k&r', 'bsd', and 'linux'=2E Yeah they should all be there=2E And it's easy to expand either by a funct= ion or with more styles before the merge=2E I'm no style expert but it seems like most of the style differences are co= vered by what's included now=2E Theo