<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">
> Basically, TextMate will garble its caret bookmark file attribute<br>
</div>> whenever column == 0 && line == 0 [...]<br>
<br>
Actually, it gzips the data.<br>
<br>
The reason is that extended attributes have an (undocumented) size<br>
limit, so TextMate will compress its values whenever the compressed<br>
size is smaller than the actual size — I don’t like this, but I did<br>
run into the size limit for both bookmarks and folding markers, and<br>
since the length is undocumented, I chose to compress whenever it gave<br>
a size reduction.<br>
</blockquote></div><br>Ah OK, that makes sense. What is the size limit, out of interest?<br><br>-- Nick<br>