bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#68824: treesitter support for outline-minor-mode


From: Juri Linkov
Subject: bug#68824: treesitter support for outline-minor-mode
Date: Fri, 02 Feb 2024 09:53:27 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/30.0.50 (x86_64-pc-linux-gnu)

> Instead of using treesit-search-forward, can you use
> treesit-beginning-of-thing or treesit--navigate-thing to do what you
> want? They handle the “child before parent” problem for you, and
> handles some other edge cases.

I don't understand yet how this would change the traversal order
from post-order to pre-order.  But I will try to use
treesit-beginning-of-thing and treesit--navigate-thing
Thanks for suggestion.

Eli, currently I don't need documentation
since I will check source code anyway.
But I agree this should documented at some time.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]