From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.devel Subject: Re: Comprehensive JSX support in Emacs Date: Sun, 20 Oct 2019 18:57:19 +0200 Organization: Probably a good idea Message-ID: <86o8ybl5hs.fsf@dod.no> 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> <87sguo48y7.fsf@mbork.pl> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="237635"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (windows-nt) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 20 18:56:12 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 1iMEV0-000zfL-MR for ged-emacs-devel@m.gmane.org; Sun, 20 Oct 2019 18:56:10 +0200 Original-Received: from localhost ([::1]:41054 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iMEUz-0003xD-7G for ged-emacs-devel@m.gmane.org; Sun, 20 Oct 2019 12:56:09 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:35533) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iMEUU-0003x6-HX for emacs-devel@gnu.org; Sun, 20 Oct 2019 12:55:39 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iMEUT-0003BD-CL for emacs-devel@gnu.org; Sun, 20 Oct 2019 12:55:38 -0400 Original-Received: from 195-159-176-226.customer.powertech.no ([195.159.176.226]:52642 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iMEUT-0003AF-5v for emacs-devel@gnu.org; Sun, 20 Oct 2019 12:55:37 -0400 Original-Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1iMEUO-000yx8-Hu for emacs-devel@gnu.org; Sun, 20 Oct 2019 18:55:32 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Mail-Copies-To: never Cancel-Lock: sha1:yTQcDPtj8nWzRnw0aLwPYxtQUi4= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 195.159.176.226 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:241256 Archived-At: >>>>> Marcin Borkowski : > On 2019-04-09, at 10:00, Jackson Ray Hamilton wrote: >> Yes! However, you will also need to use my changes to js2-mode: >> https://github.com/mooz/js2-mode/pull/523 > Thanks, I'll check this out! I tried to replace rjsx-mode with js2-mode today, using the melpa package of js2-mode, but I discovered that the PR hadn't been accepted into js2-mode. It had been split into multiple PRs where only a documentation PR has been accepted in. I added a comment to the original PR requesting that all of the PRs would be accepted and a new release made to melpa https://github.com/mooz/js2-mode/pull/523#issuecomment-544268471