|
From: | Gabriele Nicolardi |
Subject: | bug#71777: 29.4; sexp-at-point in latex-mode when sexp contains ";" |
Date: | Wed, 26 Jun 2024 23:26:07 +0200 |
User-agent: | Mozilla Thunderbird |
FYI. NickD offers me this code https://emacs.stackexchange.com/a/81604/15606:I don't think there's code in Emacs which does what you want, so if you really need to check proper pairing you're going to have to write the code. Stefan
(defun ndk/paren-match-p ()
(let ((mismatch (nth 4 (show-paren--default))))
(not mismatch)))
It seems working.
Gabriele
[Prev in Thread] | Current Thread | [Next in Thread] |