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

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

Re: outermost-only-face-count in rainbow-delimiters


From: Michael Heerdegen
Subject: Re: outermost-only-face-count in rainbow-delimiters
Date: Tue, 18 Jan 2022 17:46:38 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

fatiparty--- via Users list for the GNU Emacs text editor
<help-gnu-emacs@gnu.org> writes:

> I am using rainbow-delimiters.  Does anyone understand how
> outermost-only-face-count functions?

I suggest you set it to (- rainbow-delimiters-max-face-count 1) and
insert a bunch of parens: ((((((((((((((())))))))))))))) and see what
you get, then try with (- rainbow-delimiters-max-face-count 2).

This limits the rainbow faces used for cycing to the last 1, the last 2
faces, etc, for paren levels deeper than
`rainbow-delimiters-max-face-count'.

Michael.




reply via email to

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