<div dir="ltr">Never mind, I changed it<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/10/4 Nicolas Cellier <span dir="ltr">&lt;<a href="mailto:nicolas.cellier.aka.nice@gmail.com" target="_blank">nicolas.cellier.aka.nice@gmail.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div>From Bob&#39;s history site (<a href="http://69.251.218.6:9116/diffs" target="_blank">http://69.251.218.6:9116/diffs</a>) we can see this :<br>
<br><div style="background-color:orange;width:100%"><big>emphasizeScanner:</big><br>
</div><br><div style="background-color:rgb(221,221,255);width:50%">--squeak 1.31--</div>emphasizeScanner: scanner<br>
<br>
    scanner placeEmbeddedObject: anchoredMorph<br><br><div style="background-color:rgb(221,221,255);width:50%">4614TextAndFonts-ar.cs</div>emphasizeScanner: scanner<br>
<font color="#FF0000"><br>
    scanner placeEmbeddedObject: anchoredMorph<br>
</font><font color="#0000FF">    &quot;Do nothing for emphasizing the scanner
 - if the anchor is valid a #embeddedObject will be encountered by the 
scanner and do the real thing&quot;</font><br></div><div><br>Indeed, a TextAnchor is associated with character of asciiValue 1, and there is a DefaultStopCondition for that which will invoke #embeddedObject stopCondition...<br>

<br></div>But current implementation is back to old implementation<br><br>!TextAnchor methodsFor: &#39;visiting&#39; stamp: &#39;lr 2/3/2006 16:13&#39;!<br>emphasizeScanner: aScanner<br>    self anchoredMorph ifNil: [ ^ self ].<br>

    aScanner placeEmbeddedObject: self anchoredMorph.<br><br></div>This has wrong consequences when the embedded morph crosses the right margin... It is then not displayed at the right place (too far right on the next line), presumably because indentation would occur twice but logic is really hard to follow...<br>

<br></div>So I suggest reverting... Any hint on this?<br></div>
</blockquote></div><br></div>