GNU bug report logs - #78458
31.0.50; treesit.el: thing navigation functions work incorrectly with some Clojure nodes

Previous Next

Package: emacs;

Reported by: Roman Rudakov <rrudakov <at> fastmail.com>

Date: Fri, 16 May 2025 15:38:02 UTC

Severity: normal

Fixed in version 31.0.50

Done: Juri Linkov <juri <at> linkov.net>

Full log


View this message in rfc822 format

From: Roman Rudakov <rrudakov <at> fastmail.com>
To: Juri Linkov <juri <at> linkov.net>
Cc: 78458 <at> debbugs.gnu.org
Subject: bug#78458: 31.0.50; treesit.el: thing navigation functions work incorrectly with some Clojure nodes
Date: Tue, 20 May 2025 10:50:24 +0200
Juri Linkov <juri <at> linkov.net> writes:

> close 78458 31.0.50
> thanks
>
>>>> Since the treesit grammar can't handle this case,
>>>> you could try to use the default function by
>>>>
>>>>   (setq-local down-list-function nil)
>>> Thank you! That is very helpful. I was able to use your patch with
>>> small modifications to make it work for function literals and sets
>>> (that have the same # marker node).  I'll try to discuss with the
>>> author of the grammar possibility to modify it to have just one
>>> 'open:' node instead of two.

I've checked bash-ts-mode, and 'down-list' function jumps to the 
proper place (right after opening paren), so I guess having one node 
instead of two would help with navigation a little bit.

>
> One node instead of two would be nicer for such things as
> show-paren-mode.  But probably it won't much of help for navigation.
> For example, bash-ts-mode still requires the trick with 
> 'sexp-default'
> even when the bash grammar defines "$(" as a single node.
>
>>> I think this bug can be closed now.
>
> Ok, so closing now.
>
>> One more question.  Will the trick with defining 'sexp-default' 
>> work in
>> Emacs 30?  Or is it a new "thing" which is only available in 
>> master?
>
> Alas, 'sexp-default' is available only in master.

Thanks for confirmation.
--
Best regards, Roman




This bug report was last modified 28 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.