<div dir="ltr"><div class="markdown-here-wrapper" style=""><p style="margin:0px 0px 1.2em!important">Hi Karl,</p>
<p style="margin:0px 0px 1.2em!important">It’s not just the <code style="font-size:0.85em;font-family:Consolas,Inconsolata,Courier,monospace;margin:0px 0.15em;padding:0px 0.3em;white-space:pre-wrap;border:1px solid rgb(234,234,234);background-color:rgb(248,248,248);border-radius:3px;display:inline">.fmt</code> . For example, one of the tests I did was just with a document containing (100) broken image links.. e.g</p>
<p style="margin:0px 0px 1.2em!important"><code style="font-size:0.85em;font-family:Consolas,Inconsolata,Courier,monospace;margin:0px 0.15em;padding:0px 0.3em;white-space:pre-wrap;border:1px solid rgb(234,234,234);background-color:rgb(248,248,248);border-radius:3px;display:inline">\centertext{\figure{FILENAME.broken.PNG}}}</code></p>
<p style="margin:0px 0px 1.2em!important">With </p>
<p style="margin:0px 0px 1.2em!important"><code style="font-size:0.85em;font-family:Consolas,Inconsolata,Courier,monospace;margin:0px 0.15em;padding:0px 0.3em;white-space:pre-wrap;border:1px solid rgb(234,234,234);background-color:rgb(248,248,248);border-radius:3px;display:inline">texmf_casefold_search = 0</code></p>
<p style="margin:0px 0px 1.2em!important">it takes 0.2 seconds, without it takes 8s</p>
<p style="margin:0px 0px 1.2em!important">There is no filename in my <code style="font-size:0.85em;font-family:Consolas,Inconsolata,Courier,monospace;margin:0px 0.15em;padding:0px 0.3em;white-space:pre-wrap;border:1px solid rgb(234,234,234);background-color:rgb(248,248,248);border-radius:3px;display:inline">tex</code> source containing <code style="font-size:0.85em;font-family:Consolas,Inconsolata,Courier,monospace;margin:0px 0.15em;padding:0px 0.3em;white-space:pre-wrap;border:1px solid rgb(234,234,234);background-color:rgb(248,248,248);border-radius:3px;display:inline">fmt</code>, however, I do pass in a <code style="font-size:0.85em;font-family:Consolas,Inconsolata,Courier,monospace;margin:0px 0.15em;padding:0px 0.3em;white-space:pre-wrap;border:1px solid rgb(234,234,234);background-color:rgb(248,248,248);border-radius:3px;display:inline">.fmt</code> file when I call <code style="font-size:0.85em;font-family:Consolas,Inconsolata,Courier,monospace;margin:0px 0.15em;padding:0px 0.3em;white-space:pre-wrap;border:1px solid rgb(234,234,234);background-color:rgb(248,248,248);border-radius:3px;display:inline">pdftex</code>, not sure if that makes a difference.</p>
<div title="MDH:PGRpdj5IaSBLYXJsLDwvZGl2PjxkaXY+PGJyPjwvZGl2PjxkaXY+SXQncyBub3QganVzdCB0aGUg
YC5mbXRgIC4gRm9yIGV4YW1wbGUsIG9uZSBvZiB0aGUgdGVzdHMgSSBkaWQgd2FzIGp1c3Qgd2l0
aCBhIGRvY3VtZW50IGNvbnRhaW5pbmcgKDEwMCkgYnJva2VuIGltYWdlIGxpbmtzLi4gZS5nPC9k
aXY+PGRpdj48YnI+PC9kaXY+PGRpdj5gXGNlbnRlcnRleHR7XGZpZ3VyZXtGSUxFTkFNRS5icm9r
ZW4uUE5HfX19YDwvZGl2PjxkaXY+PGJyPjwvZGl2PjxkaXY+V2l0aCA8Y29kZT48YnI+PC9jb2Rl
PjwvZGl2PjxkaXY+PGNvZGU+YHRleG1mX2Nhc2Vmb2xkX3NlYXJjaCA9IDBgPGJyPjwvY29kZT48
L2Rpdj48ZGl2Pjxicj48L2Rpdj48ZGl2Pml0IHRha2VzIDAuMiBzZWNvbmRzLCB3aXRob3V0IGl0
IHRha2VzIDhzPC9kaXY+PGRpdj48YnI+PC9kaXY+PGRpdj5UaGVyZSBpcyBubyBmaWxlbmFtZSBp
biBteSBgdGV4YCBzb3VyY2UgY29udGFpbmluZyBgZm10YCwgaG93ZXZlciwgSSBkbyBwYXNzIGlu
IGEgYC5mbXRgIGZpbGUgd2hlbiBJIGNhbGwgYHBkZnRleGAsIG5vdCBzdXJlIGlmIHRoYXQgbWFr
ZXMgYSBkaWZmZXJlbmNlLjxicj48L2Rpdj48ZGl2Pjxjb2RlPjwvY29kZT48L2Rpdj4=" style="height:0;width:0;max-height:0;max-width:0;overflow:hidden;font-size:0em;padding:0;margin:0">​</div></div></div><br><div class="gmail_quote"><div dir="ltr">On Fri, 24 Aug 2018 at 10:31 Karl Berry <<a href="mailto:karl@freefriends.org">karl@freefriends.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Before I ask anything else, I wonder ... so the actual filenames of some<br>
of the images (like, hundreds or thousands?) are "something.fmt"?<br>
<br>
Can you easily run a test using "something.else" instead?<br>
<br>
.fmt in our world means the precompiled TeX format files (latex.fmt,<br>
etc.). I'm wondering if the definitions relating to searching for our<br>
.fmt files is interacting with searching for random input files named<br>
foo.fmt.  --thanks, karl.<br>
<br>
</blockquote></div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><p dir="ltr"><a href="http://blog.psdavey.com">http://blog.psdavey.com</a></p>
</div></div>