<div dir="ltr">That looks good to me. so do we also implement similar things for alias too?</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Jan 15, 2013 at 5:26 AM, Behdad Esfahbod <span dir="ltr"><<a href="mailto:behdad@behdad.org" target="_blank">behdad@behdad.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Currently, for every match elements, all tests are evaluated, and if all<br>
match, all edits are applied in order of appearance.<br>
<br>
I like to change this such that all test and edits are applied in order of<br>
appearance simultaneously.   These are the reasons:<br>
<br>
1) It's more intuitive,<br>
<br>
2) It allows more succinct config.  You can do:<br>
<br>
  <match><br>
    <test1><br>
    <edit1><br>
    <test2><br>
    <edit2><br>
  </match><br>
<br>
instead of:<br>
<br>
  <match><br>
    <test1><br>
    <edit1><br>
  </match><br>
  <match><br>
    <test1><br>
    <test2><br>
    <edit2><br>
  </match><br>
<br>
3) It allows editing the pattern and then testing based on new edited values.<br>
<br>
In the bitmap-scaling config I had to work around both 2 and 3.<br>
<br>
Thoughts?<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
behdad<br>
<a href="http://behdad.org/" target="_blank">http://behdad.org/</a><br>
_______________________________________________<br>
Fontconfig mailing list<br>
<a href="mailto:Fontconfig@lists.freedesktop.org">Fontconfig@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/fontconfig" target="_blank">http://lists.freedesktop.org/mailman/listinfo/fontconfig</a><br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br>Akira TAGOH
</div>