From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Alan Mackenzie Newsgroups: gmane.emacs.bugs Subject: bug#41649: 27.0.91; beginning-of-defun doesn't work inside React markup in js-jsx-mode Date: Sun, 7 Jun 2020 15:23:20 +0000 Message-ID: <20200607152320.GA6212@ACM> References: <20200602171221.19097.qmail@mail.muc.de> <0cbfd145-bdb2-4e1c-2f81-864c55894bc2@yandex.ru> <20200603193946.GA8484@ACM> <954aaf5b-ebd9-d6f2-0104-6db8a3cf7083@yandex.ru> <20200604162340.GA17119@ACM> <7248fff6-0a69-7641-6667-b68726d5d471@yandex.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="86612"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 41649-done@debbugs.gnu.org, Dmitry Gutov To: Brian Leung Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sun Jun 07 17:24:16 2020 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1jhx9j-000MPg-3I for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 07 Jun 2020 17:24:15 +0200 Original-Received: from localhost ([::1]:50446 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jhx9i-0001Wu-3W for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 07 Jun 2020 11:24:14 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:37868) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jhx9X-0001UI-AR for bug-gnu-emacs@gnu.org; Sun, 07 Jun 2020 11:24:04 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:43087) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jhx9V-0006qv-Qn for bug-gnu-emacs@gnu.org; Sun, 07 Jun 2020 11:24:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jhx9V-0006zL-MR for bug-gnu-emacs@gnu.org; Sun, 07 Jun 2020 11:24:01 -0400 Resent-From: Alan Mackenzie Original-Sender: "Debbugs-submit" Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Sun, 07 Jun 2020 15:24:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 41649 X-GNU-PR-Package: emacs Mail-Followup-To: 41649@debbugs.gnu.org, acm@muc.de, bkleung89@gmail.com Original-Received: via spool by 41649-done@debbugs.gnu.org id=D41649.159154341126824 (code D ref 41649); Sun, 07 Jun 2020 15:24:01 +0000 Original-Received: (at 41649-done) by debbugs.gnu.org; 7 Jun 2020 15:23:31 +0000 Original-Received: from localhost ([127.0.0.1]:54633 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jhx90-0006ya-Q1 for submit@debbugs.gnu.org; Sun, 07 Jun 2020 11:23:30 -0400 Original-Received: from colin.muc.de ([193.149.48.1]:28114 helo=mail.muc.de) by debbugs.gnu.org with smtp (Exim 4.84_2) (envelope-from ) id 1jhx8y-0006yJ-OL for 41649-done@debbugs.gnu.org; Sun, 07 Jun 2020 11:23:29 -0400 Original-Received: (qmail 22795 invoked by uid 3782); 7 Jun 2020 15:23:22 -0000 Original-Received: from acm.muc.de (p2e5d5bab.dip0.t-ipconnect.de [46.93.91.171]) by localhost.muc.de (tmda-ofmipd) with ESMTP; Sun, 07 Jun 2020 17:23:21 +0200 Original-Received: (qmail 6244 invoked by uid 1000); 7 Jun 2020 15:23:20 -0000 Content-Disposition: inline In-Reply-To: X-Delivery-Agent: TMDA/1.1.12 (Macallan) X-Primary-Address: acm@muc.de X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:181674 Archived-At: Hello, Brian and Dmitry. On Thu, Jun 04, 2020 at 09:40:34 -0700, Brian Leung wrote: > It works for me also. Thanks. > On Thu, Jun 4, 2020 at 9:26 AM Dmitry Gutov wrote: > > On 04.06.2020 19:23, Alan Mackenzie wrote: > > > Would you please try out the following patch, which ought to fix the > > > problem the patch should fix. > > I tried it a few days ago, and it indeed seemed to fix the reported > > scenario. OK, that's good, thanks. Thinking about it, and considering how many js-mode settings get amended by this patch, it is fairly complicated. So, it really is too late for the emacs-27 branch. So I've committed the patch to master. I'm closing the bug with this post. -- Alan Mackenzie (Nuremberg, Germany).