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

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

bug#28329: 25.2; Eshell: 40M+ output: Stack overflow in regexp matcher


From: Mattias Engdegård
Subject: bug#28329: 25.2; Eshell: 40M+ output: Stack overflow in regexp matcher
Date: Sun, 30 Jun 2019 16:48:22 +0200

>(format "\\(%s\\)[^::៖]*[::៖]\\s *\\'" (regexp-opt password-word-equivalents))

The [^::៖] part matches newlines as well; adding \n there should help a bit, 
too.

The expression can also be shortened by passing t as second argument to 
regexp-opt, turning the format into a concat.






reply via email to

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