<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div class=""><br>
<br>
</div>It should make it to TeX Live 2015 (unless there are any major issues<br>
that we can not fix by then, but I hope there will not be any).<br></blockquote><div><br></div><div><br></div><div>Thanks. The only problem that I noticed until now is that when you use \includegraphics in RTL, your graphics will be included twice. I have attached a test file (test.zip).</div>
<div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div class=""><br>
<br>
</div>I suggest that the new version of bidi check the XeTeX version and only<br>
load those patches if it is less that 0.99993, this way it can be safely<br>
uploaded to CTAN and TeX Live even before 2015 release, allowing for<br>
easier testing by just getting the new binaries (say from tlcontrib or<br>
W32TeX).<br>
<br></blockquote><div><br></div><div><br></div><div>That is reasonable.  I will follow your suggestion. Something like this?</div><div><br></div><div>\edef\XeTeXVersionNumber{<span style="color:rgb(0,0,0)">{\expandafter\@gobble\XeTeXrevision}</span></div>
<div><span style="color:rgb(0,0,0)">\ifnum\XeTeXVersionNumber<99992</span></div><div><font color="#000000">  <old xetex code></font></div><div><font color="#000000">\else</font></div><div><font color="#000000">  <new xetex code></font></div>
<div><font color="#000000">\fi</font></div><div><br></div></div></div></div>