unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Daniel Martín" <mardani29@yahoo.es>
To: emacs-devel@gnu.org
Cc: Eli Zaretskii <eliz@gnu.org>
Subject: Re: emacs-29 cd05fca5f78: ; Improve documentation of 'native-comp-enable-subr-trampolines'
Date: Mon, 20 Feb 2023 22:19:31 +0100	[thread overview]
Message-ID: <m1v8jw3uho.fsf@yahoo.es> (raw)
In-Reply-To: <20230219090532.BB896C1391D@vcs2.savannah.gnu.org> (Eli Zaretskii's message of "Sun, 19 Feb 2023 04:05:32 -0500 (EST)")

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?



       reply	other threads:[~2023-02-20 21:19 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   ` Daniel Martín [this message]
2023-02-20 22:08     ` emacs-29 cd05fca5f78: ; Improve documentation of 'native-comp-enable-subr-trampolines' Theodor Thornhill
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

  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=m1v8jw3uho.fsf@yahoo.es \
    --to=mardani29@yahoo.es \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    /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).