Jean-Marc Lasgouttes wrote: > I saw you wrote this was slowing things down. What was the slow code > that got triggered?
It is just a feeling, it didn't do any measuring. I guess it was slowed down because a lot of crap was passed and checked by handleFoundFile, e.g. things like (prettyref) ... or package varioref ... (FMi) because it was in brackets (and such things occur a lot and repeatedly in log files). Lots of it is now excluded, because we require a dot (still things like "(12.5 pt too wide)" is passed, but I see no way of preventing that). I don't know what slowed the thing down precisely, maybe just all the checks in handleFoundFile. (Now, with the blanks check moved to handleFoundFile, it feels again a bit slower, but still faster than before my changes). Jürgen