bug-auctex
[Top][All Lists]
Advanced

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

bug#22146: Stack overflow in reftex-parse-all


From: David Kastrup
Subject: bug#22146: Stack overflow in reftex-parse-all
Date: Sat, 12 Dec 2015 11:05:12 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Mosè Giordano <address@hidden> writes:

> I'm not completely sure how to fix a "Stack overflow in regexp
> matcher" error: the problem is that it matches nothing or too much?

It has incomplete matches in too many different ways.  Something like

.*.*

is a trivial example of stuff that can usually match in too many
different ways.  A nice regexp is one where each character of an
incomplete match is only a candidate for a single component of the
regexp.

An ugly regexp is one where adding one character to the match grows the
possibly match/pattern correspondences by more than one repeatedly.

-- 
David Kastrup





reply via email to

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