GNU bug report logs -
#74963
Ambiguous treesit named and anonymous nodes in ruby-ts-mode
Previous Next
Full log
View this message in rfc822 format
>>> Given that we're already calling a predicate every time (in
>>> ruby-ts-mode), we might as well add one more check. See the patch at the
>>> end.
>> Thanks, I tried the patch. It was broken, so needed to edit manually.
>
> Maybe something regarding whitespace at the end?
Something with whitespace, but not a big problem.
>> Also the new key 'w' doesn't work in diff buffers, need to fix it as well.
>
> The binding for 'diff-kill-ring-save'? Seems to work here, as long as the
> diff buffer is in read-only mode.
Yes, 'W' with 'diff-kill-ring-save'. Single keys are still a problem
in visited diff files.
>>> Adding the check for "named" fixes the first two cases, but then C-M-f
>>> inside "def" jumps to after "baaz". Could be worked around with a
>>> special case, but I wonder what this difference comes from (haven't
>>> properly debugged yet).
>> I see no problems with your patch. Everything works nicely.
>
> Hmm, I can't reproduce it either anymore.
>
> Thanks for testing, pushed to master now (unfortunately the commit message
> refers to bug#73404).
Thanks. Maybe a helper for other ts-modes will be handy:
(defun treesit-node-named (node)
(treesit-node-check node 'named))
to be used like this
(sexp ,(cons
(treesit-match-nodes strings)
'treesit-node-named))
This bug report was last modified 193 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.