From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Jackson Ray Hamilton Newsgroups: gmane.emacs.devel Subject: Re: Comprehensive JSX support in Emacs Date: Mon, 8 Apr 2019 23:16:48 -0700 Message-ID: References: <8f533e76-302f-bd45-9eb5-f23b0bbd0ce8@jacksonrayhamilton.com> <58f55351-67b9-a016-1a00-829c11395ffe@jacksonrayhamilton.com> <8a07f46e-efe3-ba3b-beb1-db6434aa1c20@yandex.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="210914"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 09 08:17:32 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.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hDk4a-000skj-0x for ged-emacs-devel@m.gmane.org; Tue, 09 Apr 2019 08:17:32 +0200 Original-Received: from localhost ([127.0.0.1]:36090 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hDk4Z-0003tA-0L for ged-emacs-devel@m.gmane.org; Tue, 09 Apr 2019 02:17:31 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:44533) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hDk3v-0003su-9Q for emacs-devel@gnu.org; Tue, 09 Apr 2019 02:16:52 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hDk3u-00082I-Ir for emacs-devel@gnu.org; Tue, 09 Apr 2019 02:16:51 -0400 Original-Received: from mta-10-4.privateemail.com ([198.54.122.62]:60306) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hDk3u-000821-C6 for emacs-devel@gnu.org; Tue, 09 Apr 2019 02:16:50 -0400 Original-Received: from MTA-10.privateemail.com (localhost [127.0.0.1]) by MTA-10.privateemail.com (Postfix) with ESMTP id C51B160049; Tue, 9 Apr 2019 02:16:48 -0400 (EDT) Original-Received: from [192.168.88.227] (unknown [10.20.151.221]) by MTA-10.privateemail.com (Postfix) with ESMTPA id 7942660033; Tue, 9 Apr 2019 06:16:48 +0000 (UTC) In-Reply-To: <8a07f46e-efe3-ba3b-beb1-db6434aa1c20@yandex.ru> Content-Language: en-US X-Virus-Scanned: ClamAV using ClamSMTP X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 198.54.122.62 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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:235154 Archived-At: To all, I=E2=80=99ve just rebased and merged feature/jsx into master, and deleted= the=20 feature/jsx branch. To Dmitry and Marcin, Good news: I was able to successfully integrate all of the recent JSX=20 improvements into js2-mode.=C2=A0 For Marcin, this will mean that he can = soon=20 regain access to JS2 bouncing indentation =E2=80=94 I briefly tested that= , and=20 it seemed to work well.=C2=A0 A PR will be submitted presently to js2-mod= e. Jackson