On Fri, Mar 11, 2011 at 1:55 PM, Nick Dokos <nicholas.do...@hp.com> wrote: > Scott Frazer <frazer.sc...@gmail.com> wrote: > There is a (let ((start 0))... around the (while (string-match...)..) > and inside the outer loop, so every time the inner loop is finished, > start is recreated and initialized to 0 for the next iteration of the > outer loop. At least, that's the case in latest git. >
Okay, it must have already been fixed then. I am on the 7.5 tag, so I should probably move to the latest. Scott