<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body>
<div style="font-family:sans-serif"><div style="white-space:normal">
<p dir="auto">On 12 Jul 2019, at 19:49, Jay Soffian wrote:</p>

</div>
<div style="white-space:normal"><blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px"><p dir="auto">I know I'm bumping an old thread. This behavior happens to me all the time<br>
(a few times a day). I haven't been able to figure it out. I don't use fish<br>
shell, but rather bash. I do use a multi-monitor setup but I think I've<br>
seen it when only using my laptop alone. It probably dates back to High<br>
Sierra. My typical use case is "mate ." in a directory, not a specific<br>
file. That directory will have a ".tm_properties" file making it a project.<br>
I use iTerm2.</p>
</blockquote></div>
<div style="white-space:normal">

<p dir="auto">Please go to Preferences → Software Update and ⌥-click the Check Now.</p>

<p dir="auto">This should give you TextMate v2.0-rc.28 and mate v2.13.1-beta which does a bit of logging related to <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">mate</code> and TextMate’s “bring to front” code.</p>

<p dir="auto">This is also in the release notes:</p>

<hr style="background:#333; background-image:linear-gradient(to right, #ccc, #333, #ccc); border:0; height:1px" height="1">

<p dir="auto">First run <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">mate --version</code> to ensure that TextMate auto-updated it to <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">2.13.1-beta</code> (if not, go to Preferences → Terminal and uninstall/install it).</p>

<p dir="auto">When the problem occurs, immediately run <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">date</code> in your terminal to get a timestamp to correlate with the debug log.</p>

<p dir="auto">Then run this command to obtain the log:</p>

<pre style="background-color:#F7F7F7; border-radius:5px 5px 5px 5px; margin-left:15px; margin-right:15px; max-width:90vw; overflow-x:auto; padding:5px" bgcolor="#F7F7F7"><code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0" bgcolor="#F7F7F7">log show --predicate 'subsystem = "com.macromates.TextMate" && category = "BringToFront"'
</code></pre>

<p dir="auto">See <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">man log</code> for options such as <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">--start date/time</code> (to limit the query to e.g. the last 10 minutes).</p>

<p dir="auto">Follow up in this thread with the log with relevant information, such as whether or not you were using spaces and/or multiple screens at the time.</p>
</div>
</div>
</body>
</html>