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: Wed, 26 Jun 2024 23:26:07 +0200
User-agent: Mozilla Thunderbird


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
FYI. NickD offers me this code https://emacs.stackexchange.com/a/81604/15606:

(defun ndk/paren-match-p ()
   (let ((mismatch (nth 4 (show-paren--default))))
      (not mismatch)))

It seems working.

Gabriele

reply via email to

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