And how about those?<br><br>SystemNavigation default browseMethodsWithSourceString: &#39; _ &#39;<br><br>Alex<br><br><div class="gmail_quote">On Tue, Mar 23, 2010 at 20:28, karl ramberg <span dir="ltr">&lt;<a href="mailto:karlramberg@gmail.com">karlramberg@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Small nit,<br>
shouldn&#39;t the assigment be := ?<br>
<font color="#888888"><br>
Karl<br>
</font><div><div></div><div class="h5"><br>
On Tue, Mar 23, 2010 at 7:09 PM,  &lt;<a href="mailto:commits@source.squeak.org">commits@source.squeak.org</a>&gt; wrote:<br>
&gt; Chris Muller uploaded a new version of Multilingual to project The Trunk:<br>
&gt; <a href="http://source.squeak.org/trunk/Multilingual-cmm.106.mcz" target="_blank">http://source.squeak.org/trunk/Multilingual-cmm.106.mcz</a><br>
&gt;<br>
&gt; ==================== Summary ====================<br>
&gt;<br>
&gt; Name: Multilingual-cmm.106<br>
&gt; Author: cmm<br>
&gt; Time: 23 March 2010, 2:07:45.842 pm<br>
&gt; UUID: 5df01747-88b8-4df7-80ad-dd2d3d263a04<br>
&gt; Ancestors: Multilingual-nice.105<br>
&gt;<br>
&gt; Fix for potential stack-overflow when trying to embed a Morph into a TextMorph.<br>
&gt;<br>
&gt; =============== Diff against Multilingual-nice.105 ===============<br>
&gt;<br>
&gt; Item was changed:<br>
&gt;  ----- Method: MultiCharacterScanner&gt;&gt;placeEmbeddedObject: (in category &#39;scanning&#39;) -----<br>
&gt;  placeEmbeddedObject: anchoredMorph<br>
&gt;        &quot;Place the anchoredMorph or return false if it cannot be placed.<br>
&gt;        In any event, advance destX by its width.&quot;<br>
&gt;        | w |<br>
&gt;        &quot;Workaround: The following should really use #textAnchorType&quot;<br>
&gt;        anchoredMorph relativeTextAnchorPosition ifNotNil:[^true].<br>
&gt; +       destX _ destX + (w _ anchoredMorph width).<br>
&gt; -       destX := destX + (w := anchoredMorph width).<br>
&gt;        (destX &gt; rightMargin and: [(leftMargin + w) &lt;= rightMargin])<br>
&gt;                ifTrue: [&quot;Won&#39;t fit, but would on next line&quot;<br>
&gt;                                ^ false].<br>
&gt; +       lastIndex _ lastIndex + 1.<br>
&gt; +       &quot;self setFont.&quot;  &quot;Force recalculation of emphasis for next run&quot;<br>
&gt; -       lastIndex := lastIndex + 1.<br>
&gt; -       self setFont.  &quot;Force recalculation of emphasis for next run&quot;<br>
&gt;        ^ true!<br>
&gt;<br>
&gt;<br>
&gt;<br>
<br>
</div></div></blockquote></div><br><div style="visibility: hidden; display: inline;" id="avg_ls_inline_popup"></div><style type="text/css">#avg_ls_inline_popup {  position:absolute;  z-index:9999;  padding: 0px 0px;  margin-left: 0px;  margin-top: 0px;  width: 240px;  overflow: hidden;  word-wrap: break-word;  color: black;  font-size: 10px;  text-align: left;  line-height: 13px;}</style>