all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Theodor Thornhill <theo@thornhill.no>
To: emacs-devel@gnu.org, "Daniel Martín" <mardani29@yahoo.es>
Cc: Eli Zaretskii <eliz@gnu.org>
Subject: Re: emacs-29 cd05fca5f78: ; Improve documentation of 'native-comp-enable-subr-trampolines'
Date: Mon, 20 Feb 2023 23:08:11 +0100	[thread overview]
Message-ID: <6A393306-18EF-410A-8947-F3114882C1CA@thornhill.no> (raw)
In-Reply-To: <m1v8jw3uho.fsf@yahoo.es>



On 20 February 2023 22:19:31 CET, "Daniel Martín" <mardani29@yahoo.es> wrote:
>Eli Zaretskii <eliz@gnu.org> writes:
>
>> branch: emacs-29
>> commit cd05fca5f78048cb867be2d5f0857f6997f12ccc
>> Author: Eli Zaretskii <eliz@gnu.org>
>> Commit: Eli Zaretskii <eliz@gnu.org>
>>
>>     ; Improve documentation of 'native-comp-enable-subr-trampolines'
>>     
>>     * doc/lispref/compile.texi (Native-Compilation Variables):
>>     Document the interpretation of non-absolute directory names that
>>     are the value of 'native-comp-enable-subr-trampolines'.
>
>[...]
>
>> diff --git a/lisp/treesit.el b/lisp/treesit.el
>> index b71b5b486d5..297812f23f7 100644
>> --- a/lisp/treesit.el
>> +++ b/lisp/treesit.el
>> @@ -1204,6 +1204,11 @@ See `treesit-simple-indent-presets'.")
>>          (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.  Are
>they intended?
>

If unintended at least they are needed now. Maybe some left over code from 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



  reply	other threads:[~2023-02-20 22:08 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <167679753183.27800.15417292857625386809@vcs2.savannah.gnu.org>
     [not found] ` <20230219090532.BB896C1391D@vcs2.savannah.gnu.org>
2023-02-20 21:19   ` emacs-29 cd05fca5f78: ; Improve documentation of 'native-comp-enable-subr-trampolines' Daniel Martín
2023-02-20 22:08     ` Theodor Thornhill [this message]
2023-02-21  3:29       ` Eli Zaretskii
2023-02-21  6:20         ` Theodor Thornhill

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6A393306-18EF-410A-8947-F3114882C1CA@thornhill.no \
    --to=theo@thornhill.no \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=mardani29@yahoo.es \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.