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

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

Re: A problem in using font-lock-add-keywords


From: Dmitry Gutov
Subject: Re: A problem in using font-lock-add-keywords
Date: Tue, 05 Mar 2013 12:50:43 +0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (windows-nt)

source liu <sourceonly@gmail.com> writes:
> 2. by the way, does emacs list have a max length?
> i find when the list is beyond about 4600 words, the bracket ")" cant
> match "("

I'm not aware of any limits, aside from the obvious ones (the RAM size,
etc). This returns a list with 100000 elements:

(cl-loop for i from 1 to 100000 collect i)

If my matching you mean visual display, then it's something to do with
the minor mode that performs it. For example, see
`blink-matching-paren-distance'.



reply via email to

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