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: Tue, 9 Apr 2019 01:00:00 -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> <87v9znk61m.fsf@mbork.pl> 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="99336"; 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: emacs-devel@gnu.org, monnier@iro.umontreal.ca, Dmitry Gutov To: Marcin Borkowski Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 09 10:00:20 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 1hDlg3-000Pig-6M for ged-emacs-devel@m.gmane.org; Tue, 09 Apr 2019 10:00:19 +0200 Original-Received: from localhost ([127.0.0.1]:37112 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hDlg2-0000Ew-8c for ged-emacs-devel@m.gmane.org; Tue, 09 Apr 2019 04:00:18 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:38039) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hDlft-0000A3-0j for emacs-devel@gnu.org; Tue, 09 Apr 2019 04:00:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hDlfo-0006Yx-34 for emacs-devel@gnu.org; Tue, 09 Apr 2019 04:00:08 -0400 Original-Received: from mta-05-3.privateemail.com ([68.65.122.15]:33368) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hDlfn-0006YR-Rc for emacs-devel@gnu.org; Tue, 09 Apr 2019 04:00:04 -0400 Original-Received: from MTA-05.privateemail.com (localhost [127.0.0.1]) by MTA-05.privateemail.com (Postfix) with ESMTP id 4709360061; Tue, 9 Apr 2019 04:00:02 -0400 (EDT) Original-Received: from [192.168.88.227] (unknown [10.20.151.242]) by MTA-05.privateemail.com (Postfix) with ESMTPA id DAB6F60040; Tue, 9 Apr 2019 08:00:01 +0000 (UTC) In-Reply-To: <87v9znk61m.fsf@mbork.pl> 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: 68.65.122.15 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:235157 Archived-At: Hi Marcin, Yes!=C2=A0 However, you will also need to use my changes to js2-mode:=20 https://github.com/mooz/js2-mode/pull/523 Jackson On 4/9/19 12:10 AM, Marcin Borkowski wrote: > On 2019-04-09, at 08:16, Jackson Ray Hamilton wrote: > >> To all, >> >> I=E2=80=99ve just rebased and merged feature/jsx into master, and dele= ted the >> feature/jsx branch. >> >> To Dmitry and Marcin, >> >> Good news: I was able to successfully integrate all of the recent JSX >> improvements into js2-mode. For Marcin, this will mean that he can >> soon regain access to JS2 bouncing indentation =E2=80=94 I briefly tes= ted >> that, and it seemed to work well. A PR will be submitted presently to >> js2-mode. > Wow, that is great! Does that mean that if I compile master today, you= r > JSX support will be working in js2-mode? > > Best, >