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

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

Re: not warn about smilies/emoticon "missing" parens


From: Michael Heerdegen
Subject: Re: not warn about smilies/emoticon "missing" parens
Date: Thu, 22 Sep 2022 16:16:10 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Emanuel Berg <incal@dataswamp.org> writes:

> Why this
>
> (require 'paren)
> (show-paren-mode)
> ;; (setq show-paren-delay 0)
> ;; (setq show-paren-predicate '(not (major-mode . erc-mode))) ; DNC
>
> doesn't work?
>
> `show-paren-predicate' don't work like that?

You could M-x trace-function or debug-on-entry `buffer-match-p' to check
what is going on (or what isn't).

Michael.



reply via email to

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