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

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

bug#60894: 30.0.50; [PATCH] Add treesit-forward-sexp


From: Stefan Monnier
Subject: bug#60894: 30.0.50; [PATCH] Add treesit-forward-sexp
Date: Wed, 18 Jan 2023 14:01:30 -0500
User-agent: Gnus/5.13 (Gnus v5.13)

> backward-up-list might even work automatically with a sufficiently
>  conforming forward-sexp-function (it does with SMIE);

I'm happy to hear that opinion, but it's a bit too optimistic:
`backward-up-list` doesn't really work sufficiently well (IMO) just
using `forward-sexp-function`.

My SMIE experience with it is that we really need a specific hook
for that if we want to avoid wonky behaviors in "corner" cases.


        Stefan






reply via email to

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