From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [Javascript] code for contextual behavior of < key Date: Sat, 14 Sep 2019 10:23:38 +0300 Message-ID: <83impvz6h1.fsf@gnu.org> References: <1620828980.1114868.1568416835445.ref@mail.yahoo.com> <1620828980.1114868.1568416835445@mail.yahoo.com> <87woebirhv.fsf@yahoo.com.mx> Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="7647"; mail-complaints-to="usenet@blaine.gmane.org" Cc: emacs-devel@gnu.org To: Jorge Javier Araya Navarro Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Sep 14 09:23:31 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1i92P3-0001qk-PU for ged-emacs-devel@m.gmane.org; Sat, 14 Sep 2019 09:23:29 +0200 Original-Received: from localhost ([::1]:48870 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i92P2-000899-EY for ged-emacs-devel@m.gmane.org; Sat, 14 Sep 2019 03:23:28 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:56087) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i92Ow-00088o-ET for emacs-devel@gnu.org; Sat, 14 Sep 2019 03:23:23 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:48552) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1i92Ow-0008DL-2Q; Sat, 14 Sep 2019 03:23:22 -0400 Original-Received: from [176.228.60.248] (port=2724 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1i92Ou-0004da-S3; Sat, 14 Sep 2019 03:23:21 -0400 In-reply-to: <87woebirhv.fsf@yahoo.com.mx> (message from Jorge Javier Araya Navarro on Fri, 13 Sep 2019 19:41:32 -0600) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:240025 Archived-At: > From: Jorge Javier Araya Navarro > Date: Fri, 13 Sep 2019 19:41:32 -0600 > > repository: https://gitlab.com/shackra/colibri > > This thing still misses another function for expanding a balanced tag when the user deletes the / > character of a self-closing tag, I don't think that code is trivial and maybe I wouldn't be able to > extract it from rjsx-mode as with the extracted code. > > I was wondering: > > - doing this copy and pasting in regards to js-jsx-electric-lt is somewhat a violation of Felipe copyright? The code is short enough to be admitted without any legal paperwork, but the original author should explicitly agree to having his code added to Emacs, we cannot use his code without a permission. Thanks.