From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Theodor Thornhill Newsgroups: gmane.emacs.devel Subject: =?US-ASCII?Q?Re=3A_emacs-29_cd05fca5f78=3A_=3B_Improve_documenta?= =?US-ASCII?Q?tion_of_=27native-comp-enable-subr-trampolines=27?= Date: Mon, 20 Feb 2023 23:08:11 +0100 Message-ID: <6A393306-18EF-410A-8947-F3114882C1CA@thornhill.no> References: <167679753183.27800.15417292857625386809@vcs2.savannah.gnu.org> <20230219090532.BB896C1391D@vcs2.savannah.gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="22430"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Eli Zaretskii To: emacs-devel@gnu.org, =?ISO-8859-1?Q?Daniel_Mart=EDn?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Feb 20 23:09:11 2023 Return-path: Envelope-to: ged-emacs-devel@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 1pUELN-0005Xi-Oz for ged-emacs-devel@m.gmane-mx.org; Mon, 20 Feb 2023 23:09:10 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pUEKd-00016A-8B; Mon, 20 Feb 2023 17:08:23 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pUEKb-00015n-SJ for emacs-devel@gnu.org; Mon, 20 Feb 2023 17:08:21 -0500 Original-Received: from out-60.mta0.migadu.com ([91.218.175.60]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pUEKZ-0003NF-Gr for emacs-devel@gnu.org; Mon, 20 Feb 2023 17:08:21 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=thornhill.no; s=key1; t=1676930895; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=PVD4QQQaCBd3kb3NhaZzWue8ohbkKiOgImlNoW5K2e8=; b=yS8IiNQijDj1DuCSzzVVFsk214wuHdPEGcJkLDHbj/bJ4NI2qUoWHyQRhszI8U/1QoUdaK ywjC1FpFU21ywL0VUmEIU7fxflS+s7vQgSw4gMRQmlaMrJFzgxkgIPohCOEmkJm7xKoDnT sQs93xGzrcMCyF976okW3gyBVNbS4PC+/LcpyJXj3Gu04R8E9cJRfnPgfegbAf/jyUjhwK O7uUFXVi99XVDAXxICsPq+R1dl1pyF9s7Mhrsm53OoNT/pxj0OOKvPOJ74JiDm6Qe1c2j3 SSxTxutqAOktgAYGXf47VGVB9NLregxNe7N5c/Oy5go8Wxz7YopkOFF1iXg1xg== X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. In-Reply-To: X-Migadu-Flow: FLOW_OUT Received-SPF: pass client-ip=91.218.175.60; envelope-from=theo@thornhill.no; helo=out-60.mta0.migadu.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:303627 Archived-At: On 20 February 2023 22:19:31 CET, "Daniel Mart=C3=ADn" wrote: >Eli Zaretskii writes: > >> branch: emacs-29 >> commit cd05fca5f78048cb867be2d5f0857f6997f12ccc >> Author: Eli Zaretskii >> Commit: Eli Zaretskii >> >> ; Improve documentation of 'native-comp-enable-subr-trampolines' >> =20 >> * doc/lispref/compile=2Etexi (Native-Compilation Variables): >> Document the interpretation of non-absolute directory names that >> are the value of 'native-comp-enable-subr-trampolines'=2E > >[=2E=2E=2E] > >> diff --git a/lisp/treesit=2Eel b/lisp/treesit=2Eel >> index b71b5b486d5=2E=2E297812f23f7 100644 >> --- a/lisp/treesit=2Eel >> +++ b/lisp/treesit=2Eel >> @@ -1204,6 +1204,11 @@ See `treesit-simple-indent-presets'=2E") >> (cons 'grand-parent >> (lambda (_n parent &rest _) >> (treesit-node-start (treesit-node-parent parent)))) >> + (cons 'great-grand-parent >> + (lambda (_n parent &rest _) >> + (treesit-node-start >> + (treesit-node-parent >> + (treesit-node-parent parent))))) >> (cons 'parent-bol (lambda (_n parent &rest _) >> (save-excursion >> (goto-char (treesit-node-start parent)) > >This commit contains some Tree-sitter changes that seem unrelated=2E Are >they intended? > If unintended at least they are needed now=2E Maybe some left over code fr= om one of my patches snuck into your commit? I tried looking for that code = and was surprised when I couldn't find it locally :) Theo