Il 26/06/24 22:11, Stefan Monnier ha scritto:
I need to test if a parenthesis in LaTeX (latex-mode) starts
a balanced expression.
You mentioned `forward-sexp` which should do the trick, so what made you
try `sexp-at-point`?
Because `forward-sexp` does not return nil if the parenthesis does not start a balanced expression.

Gabriele