GNU bug report logs - #52841
show-paren paring error in org-mode source blocks

Previous Next

Package: emacs;

Reported by: Yilkal Argaw <yilkalargawworkneh <at> gmail.com>

Date: Tue, 28 Dec 2021 04:03:01 UTC

Severity: normal

Full log


View this message in rfc822 format

From: Yilkal Argaw <yilkalargawworkneh <at> gmail.com>
To: 52841 <at> debbugs.gnu.org
Subject: bug#52841: show-paren paring error in org-mode source blocks
Date: Tue, 28 Dec 2021 07:01:37 +0300
show-paren-mode works fairly well in lisp source codes but the pairing
does not work in emacs source blocks. For example it pairs ) with <.

An example source code is in the following source code

#+begin_src emacs-lisp

  (if (not (version< emacs-version "27.0"))
      (progn
    (if (fboundp 'native-comp-available-p) (setq comp-deferred-compilation t))
    (setq warning-suppress-types '((flycheck syntax-checker) (comp))))
    )

#+end_src




This bug report was last modified 3 years and 165 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.