unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#52841: show-paren paring error in org-mode source blocks
@ 2021-12-28  4:01 Yilkal Argaw
  2021-12-28 12:55 ` Eli Zaretskii
  0 siblings, 1 reply; 8+ messages in thread
From: Yilkal Argaw @ 2021-12-28  4:01 UTC (permalink / raw)
  To: 52841

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





^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-01-02  1:52 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-28  4:01 bug#52841: show-paren paring error in org-mode source blocks Yilkal Argaw
2021-12-28 12:55 ` Eli Zaretskii
2021-12-29 15:41   ` Lars Ingebrigtsen
2021-12-29 17:07     ` Eli Zaretskii
2021-12-29 17:14       ` Lars Ingebrigtsen
2021-12-29 21:08     ` Stefan Kangas
     [not found]       ` <CAJddU=o9KA-Uh16rS8-ir5mTuOR7oQL=9xqtgG2PLezfDtpg+g@mail.gmail.com>
2022-01-02  1:34         ` Stefan Kangas
2022-01-02  1:52           ` Yilkal Argaw

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).