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

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

bug#71777: 29.4; sexp-at-point in latex-mode when sexp contains ";"


From: Gabriele Nicolardi
Subject: bug#71777: 29.4; sexp-at-point in latex-mode when sexp contains ";"
Date: Thu, 27 Jun 2024 08:01:13 +0200
User-agent: Mozilla Thunderbird


|(defun ndk/paren-match-p () (let ((mismatch (nth 4 (show-paren--default))))
 (not mismatch))) It seems working. Gabriele |
AFAIK It only checks the outside pair of parens.
E.g. it won't detect the problem in

    ((a + b])


- Stefan
it is good for me because it cover the case, e.g.:


reply via email to

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