From: Po Lu via "Emacs development discussions." <emacs-devel@gnu.org>
To: emacs-devel@gnu.org
Cc: Yuan Fu <casouri@gmail.com>
Subject: Re: emacs-30 3fcec09f754 2/4: Add debugging function for treesit.c
Date: Mon, 09 Sep 2024 11:58:55 +0800 [thread overview]
Message-ID: <s1rr09tbhq8.fsf@yahoo.com> (raw)
In-Reply-To: <20240909035253.23A45C41F2E@vcs2.savannah.gnu.org> (Yuan Fu's message of "Sun, 8 Sep 2024 23:52:53 -0400 (EDT)")
Yuan Fu <casouri@gmail.com> writes:
> branch: emacs-30
> commit 3fcec09f754af9822339eff3ea15d43eb7d19014
> Author: Yuan Fu <casouri@gmail.com>
> Commit: Yuan Fu <casouri@gmail.com>
>
> Add debugging function for treesit.c
>
> * src/treesit.c (treesit_debug_print_parser_list): New function.
> ---
> src/treesit.c | 47 +++++++++++++++++++++++++++++++++++++++++++++++
> 1 file changed, 47 insertions(+)
>
> diff --git a/src/treesit.c b/src/treesit.c
> index 6e806039df0..351bd65819a 100644
> --- a/src/treesit.c
> +++ b/src/treesit.c
> @@ -485,6 +485,53 @@ treesit_initialize (void)
> }
>
> \f
> +/*** Debugging */
> +
> +void treesit_debug_print_parser_list (char *msg, Lisp_Object parser)
Please insert a newline between the return type and identifier name.
Is this appropriate for Emacs 30?
next parent reply other threads:[~2024-09-09 3:58 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <172585397252.25544.14799687468267584593@vcs2.savannah.gnu.org>
[not found] ` <20240909035253.23A45C41F2E@vcs2.savannah.gnu.org>
2024-09-09 3:58 ` Po Lu via Emacs development discussions. [this message]
2024-09-09 4:13 ` emacs-30 3fcec09f754 2/4: Add debugging function for treesit.c Yuan Fu
2024-09-09 11:55 ` Eli Zaretskii
[not found] ` <20240909035253.077E8C41F21@vcs2.savannah.gnu.org>
2024-09-09 23:00 ` emacs-30 0fd259d166c 1/4: Fix elixir-ts-mode's range query john muhl
2024-09-11 3:08 ` Yuan Fu
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=s1rr09tbhq8.fsf@yahoo.com \
--to=emacs-devel@gnu.org \
--cc=casouri@gmail.com \
--cc=luangruo@yahoo.com \
/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.