[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
What version of Genesis are you using?  This whole thing was compounded by
various bugs in bufidx().  All of those bugs should be fixed in 1.1.8 to the
best of my knowledge.

 - Bruce

Jon Elson-Green wrote:
>On Sat, 20 Nov 1999, Brandon Gillespie wrote:

>> [ ... much snipped ... ]
>
>This didn't work for me, it changed the first two occurrences of the
>pattern only. Funny thing is that it looks like it should work.
>A guaranteed fix, which has side effects though would be to change the
>while:
>
>while (i=bufidx(buf,a)) {
>
>this could generate infinite loops if the the pattern also appeared
>inside the replacement and is also less efficient, but I figure someone
>with more time on their hands will fix this properly ;)