BUG: Recursive replace

Doing an automatic replace can cause a recursive loop. For example, trying to
replace the string ABC with ABCDEF - it replaces the first instance, then
identifies the BC at the beginning of that string. It replaces it, to give
ABCDEFDEF, and then does it again. THis goes into an endless recursive loop.

Better would be for the search to begin again at the end of the replacement
text entered.

(version 4.2.1, Linux)

Cheers

Charles McCN

-- 
Charles McCathieNevile    http://www.w3.org/People/Charles  phone: +61 409 134 136
W3C Web Accessibility Initiative     http://www.w3.org/WAI    fax: +1 617 258 5999
Location: I-cubed, 110 Victoria Street, Carlton VIC 3053, Australia
(or W3C INRIA, Route des Lucioles, BP 93, 06902 Sophia Antipolis Cedex, France)

Received on Saturday, 10 February 2001 19:53:49 UTC