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:21:25 +0300 Message-ID: <834k20w46i.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="18219"; mail-complaints-to="usenet@ciao.gmane.io" Cc: monnier@iro.umontreal.ca, theo@thornhill.no, casouri@gmail.com, emacs-devel@gnu.org To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun May 08 15:22:23 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 1nngrf-0004bD-EJ for ged-emacs-devel@m.gmane-mx.org; Sun, 08 May 2022 15:22:23 +0200 Original-Received: from localhost ([::1]:46862 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nngre-0006Mu-6I for ged-emacs-devel@m.gmane-mx.org; Sun, 08 May 2022 09:22:22 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:55510) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nngqs-0005fL-44 for emacs-devel@gnu.org; Sun, 08 May 2022 09:21:34 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:55850) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nngqr-0001r1-E4; Sun, 08 May 2022 09:21:33 -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=9W4ZBpQouAgIsqaC5u0XaPpOPHirCP66QrulumjBHUE=; b=ONewGX4o2EBS FNsaZQOPM3i1u95N6APXSpp2bIDVmEv1D+3xeuVpyJjGdaGi4lVYq+uKv8cKcxZbvGo1wJeS3VhGs cyninW7ze+ESvrCwN3Abz5asqXQxxi9gUGTaMGgVOiJTku7deBDmqa9mbbz9MS9lmargwJzPJaGEU mNJd12MLvXvXqPPeajgdKo9GIZLqEkj41thrpTYbPjHS/cwwziCjzaAuhldkfsJyDO1nIZr4eYb6J NEKRrSSTKGpnajej/tBeGcMTXyOIAQJkGuKDtgfSDMCLwauNyNT36RvhcuVW9DNr4qkKcyuOryHXV lyKC9LX6SJnYAW2huT/onw==; Original-Received: from [87.69.77.57] (port=1533 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 1nngqq-0002wA-HX; Sun, 08 May 2022 09:21:32 -0400 In-Reply-To: (message from Dmitry Gutov on Sun, 8 May 2022 15:05:06 +0300) 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:289479 Archived-At: > Date: Sun, 8 May 2022 15:05:06 +0300 > Cc: theo@thornhill.no, casouri@gmail.com, emacs-devel@gnu.org > From: Dmitry Gutov > > 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? You want to ask developers of those editors to assign copyright to us? If they agree, the problems I mentioned indeed won't exist.