From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Patches for Emacs 25.2 Date: Fri, 16 Dec 2016 10:10:10 +0200 Message-ID: <83poks8fbx.fsf@gnu.org> References: <877f96t9oc.fsf@gmx.de> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1481875920 10262 195.159.176.226 (16 Dec 2016 08:12:00 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 16 Dec 2016 08:12:00 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 16 09:11:54 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cHncP-0000yX-N2 for ged-emacs-devel@m.gmane.org; Fri, 16 Dec 2016 09:11:53 +0100 Original-Received: from localhost ([::1]:58966 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cHncQ-0006Pq-Mz for ged-emacs-devel@m.gmane.org; Fri, 16 Dec 2016 03:11:54 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46286) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cHnbV-0006Hs-N4 for emacs-devel@gnu.org; Fri, 16 Dec 2016 03:11:01 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cHnbR-0002hW-N3 for emacs-devel@gnu.org; Fri, 16 Dec 2016 03:10:57 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:37670) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cHnbR-0002hS-JM; Fri, 16 Dec 2016 03:10:53 -0500 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:2120 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1cHnbQ-0006a7-8a; Fri, 16 Dec 2016 03:10:52 -0500 In-reply-to: (message from Dmitry Gutov on Fri, 16 Dec 2016 02:05:19 +0200) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e 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:210501 Archived-At: > From: Dmitry Gutov > Date: Fri, 16 Dec 2016 02:05:19 +0200 > > Here's a patch I'd like to install into the release branch. > > It should be "obviously safe" (js-mode doesn't set a > forward-sexp-function), and will improve performance for js2-mode users. > > Some backstory: https://github.com/mooz/js2-mode/issues/369 > > Is it OK? I think it's OK, but I'd like to know the details before I give the final word. Could you please file a bug report about that, and describe there your analysis of the problem which led to the patch? This will also be good for posterity (the URL you posted doesn't have that information). Thanks.