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 on feature/tree-sitter Date: Sun, 08 May 2022 16:23:57 +0300 Message-ID: <831qx4w42a.fsf@gnu.org> References: <9E6D13F6-7E50-44EE-A357-C971A11A3636@gmail.com> <837d6xzpac.fsf@gnu.org> <7B1F29B4-045A-420E-8FD7-C7C72FF14DDC@gmail.com> <837d6xxjpv.fsf@gnu.org> <834k21xhzd.fsf@gnu.org> <26ADA626-793E-4E21-9502-63675A7ED16B@gmail.com> <871qx5je4q.fsf@thornhill.no> <83mtfswnrj.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="33298"; mail-complaints-to="usenet@ciao.gmane.io" Cc: dgutov@yandex.ru, theo@thornhill.no, casouri@gmail.com, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun May 08 15:25:29 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 1nngud-0008WC-DO for ged-emacs-devel@m.gmane-mx.org; Sun, 08 May 2022 15:25:27 +0200 Original-Received: from localhost ([::1]:51902 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nnguc-0001Qr-9n for ged-emacs-devel@m.gmane-mx.org; Sun, 08 May 2022 09:25:26 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:56088) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nngtI-0008Qf-AP for emacs-devel@gnu.org; Sun, 08 May 2022 09:24:04 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:55946) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nngtI-000280-0o; Sun, 08 May 2022 09:24:04 -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=yP3F9JQDluwh1Zq5gvcTFxluqBYHXvCSLGbjNvvNMs4=; b=JY4G/zJ2sJ56 AKPuCCpfEIppb6+kVDRD8cIHEJiKRprxIbWxOU+SR6ayr8lpxIDuiwFsNTSuKejwemfrV8shbBJR9 PUER1iyxPyyhEr3cQA1Pfaqm7KlHtRiN4fQgmgC1/8KQ11k2Zd/HN04Qmjp2Q1v/5w8N6onFD+p7V DgIBq3BcXiWu4IYFg1AiFyPUYrP69sIOAwDFXFq24AxRwUsIXFVSa66fXKGq73xR6ga2ZwVgV8fMQ EhMXd0WqvNWhpKa8lNsHX4bh14/upicgxxzNCytLcvO/JUkZD5zGFo5z0Ge+Y/rjoNRJ5DDs3wRUe TJrrTZvOtCG3LXA8RAMoAw==; Original-Received: from [87.69.77.57] (port=1687 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 1nngtH-0003Az-GS; Sun, 08 May 2022 09:24:03 -0400 In-Reply-To: (message from Stefan Monnier on Sun, 08 May 2022 08:16:48 -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:289480 Archived-At: > From: Stefan Monnier > Cc: Eli Zaretskii , theo@thornhill.no, casouri@gmail.com, > emacs-devel@gnu.org > Date: Sun, 08 May 2022 08:16:48 -0400 > > Dmitry Gutov [2022-05-08 15:05:06] wrote: > > On 08.05.2022 09:18, Eli Zaretskii wrote: > >> While doing so, we should be aware and beware of the potential > >> copyright issues. It is best for someone to read the code and > >> describe the ideas, and for someone else to implement those ideas > >> without looking at the code. > > We're talking about borrowing from Free Software editors, aren't we? > > And we're not talking about borrowing code, but talking about sharing > the *format* of the indentation and highlighting rules. AFAIU, we are just waving hands, because what code will be borrowed and whether it will be is anyone's guess at this point. So I just wanted people to be aware of the issue when they borrow ... whatever.