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

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

bug#5281: 23.1; xml-parse-region causes infinite loops if the region is


From: Chong Yidong
Subject: bug#5281: 23.1; xml-parse-region causes infinite loops if the region is not well-formed XML
Date: Wed, 30 Jun 2010 16:35:07 -0400

> Following code causes infinite loop:
>
>     (with-temp-buffer
>       (insert "foo</bar>")
>       (xml-parse-region (point-min) (point-max)))

Thanks, I've checked in a fix.





reply via email to

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