From: Vincenzo Pupillo <v.pupillo@gmail.com>
To: Juri Linkov <juri@linkov.net>
Cc: Yuan Fu <casouri@gmail.com>, 75456@debbugs.gnu.org
Subject: bug#75456: 31.0.50; Cannot find the definition of the predicate in `treesit-thing-settings'" sexp-list)
Date: Thu, 09 Jan 2025 23:42:01 +0100 [thread overview]
Message-ID: <19750222.fSG56mABFh@fedora> (raw)
In-Reply-To: <87msfzvox7.fsf@mail.linkov.net>
Ciao Juri,
In data giovedì 9 gennaio 2025 19:10:28 Ora standard dell’Europa centrale,
Juri Linkov ha scritto:
> > Ciao,
> > this problem occurs with js-ts-mode when jsdoc is enabled. Occurs when you
> > place the cursor in a comment highlighted by jsdoc.
> > This is the error message:
> >
> > "treesit-show-paren-data--categorize: peculiar error: ("Cannot find the
> > definition of the predicate in `treesit-thing-settings'" sexp-list)"
>
> Recently I fixed bug#75198 and tested it on your mhtml-ts-mode
> where it works nicely, and (treesit-language-at (point))
> returns e.g. 'css' on embedded css.
>
> However, now I discovered that (treesit-language-at (point))
> returns 'javascript' on embedded jsdoc parts of a js file.
>
> I wonder is this intended?
>
> Since 'treesit-node-match-p' uses node's parser, I could use
> (treesit-parser-language (treesit-node-parser (treesit-node-at (point))))
> that returns 'jsdoc'.
>
> But first I'd like to know why treesit-language-at doesn't return the same?
Local parsers, like jsdoc or phpdoc, are "ignored" by several functions used
by treesit. But I don't know in detail how treesit works.
I tried to return local parser languages in the past, but both indentation
and font-locking got messed up.
I just tried and the result is the same (maybe I did something wrong), and
then treesit-parser-list also returns jsdoc as if it were a global parser.
@Yuan can be of more help.
Thanks.
Vincenzo
next prev parent reply other threads:[~2025-01-09 22:42 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-09 9:49 bug#75456: 31.0.50; Cannot find the definition of the predicate in `treesit-thing-settings'" sexp-list) Vincenzo Pupillo
2025-01-09 18:10 ` Juri Linkov
2025-01-09 22:42 ` Vincenzo Pupillo [this message]
2025-01-10 3:23 ` 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
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=19750222.fSG56mABFh@fedora \
--to=v.pupillo@gmail.com \
--cc=75456@debbugs.gnu.org \
--cc=casouri@gmail.com \
--cc=juri@linkov.net \
/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).