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

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

bug#52841: show-paren paring error in org-mode source blocks


From: Eli Zaretskii
Subject: bug#52841: show-paren paring error in org-mode source blocks
Date: Tue, 28 Dec 2021 14:55:47 +0200

> From: Yilkal Argaw <yilkalargawworkneh@gmail.com>
> 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

Isn't this a problem specific to Org?  If so, please report it to the
Org bug address first.

Thanks.





reply via email to

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