unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Theodor Thornhill <theo@thornhill.no>
To: Eli Zaretskii <eliz@gnu.org>
Cc: emacs-devel@gnu.org, mardani29@yahoo.es
Subject: Re: emacs-29 cd05fca5f78: ; Improve documentation of 'native-comp-enable-subr-trampolines'
Date: Tue, 21 Feb 2023 07:20:20 +0100	[thread overview]
Message-ID: <F5AECE10-8DDB-43E5-AF9D-5EA711E912D7@thornhill.no> (raw)
In-Reply-To: <83v8jvu24z.fsf@gnu.org>



On 21 February 2023 04:29:48 CET, Eli Zaretskii <eliz@gnu.org> wrote:
>> Date: Mon, 20 Feb 2023 23:08:11 +0100
>> From: Theodor Thornhill <theo@thornhill.no>
>> CC: Eli Zaretskii <eliz@gnu.org>
>> 
>> 
>> 
>> 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?
>
>Yes, sorry.

No worries :)

>
>> I tried looking for that code and was surprised when I couldn't find it locally :)
>
>If it isn't needed now, feel free to revert, and thanks.

Nono I need it :) preproc directives cannot work without it :)



      reply	other threads:[~2023-02-21  6:20 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
2023-02-21  3:29       ` Eli Zaretskii
2023-02-21  6:20         ` Theodor Thornhill [this message]

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=F5AECE10-8DDB-43E5-AF9D-5EA711E912D7@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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).