<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <font face="Georgia">Well, I was digging out of curiosity.<br>
      <br>
      First, the method went missing entirely with a #removeSelector: in
      this massive puppy:<br>
      =========================================<br>
      "Change Set:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MCP-Complete<br>
      Date:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 22 May 2003<br>
      Author:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Diego Gomez Deck, German Morales, Javier Musa,
      Jose Laiolo, Andres Otaduy and Ned Konz<br>
      <br>
      This is the first set of changes produced by MCP-Project.<br>
      <br>
      To see details about the project and its future look at
      <a class="moz-txt-link-freetext" href="http://minnow.cc.gatech.edu/squeak/3005">http://minnow.cc.gatech.edu/squeak/3005</a><br>
      <br>
      This 'official' acceptance for our work gives us a stop-and-go
      opportunity to define the next goals.<br>
      <br>
      List of changes (probably incomplete):<br>
      [snipped many, but perhaps the next is the key:]<br>
      - remove 2 methods equivalent to the superclass one moves
      isMorphicModel from Morph up to Object <br>
      ===========================================<br>
      <br>
      So it was present in the 2001 form through sequeak 3.5, then
      missing entirely from squeak 3.6 through 3.8. It then reappeared
      in the 2006 version in squeak 3.9, although by that time updates
      were often appearing from moticello files simply referenced by url
      in the changeset and thus opaque to my simple scanner.<br>
      <br>
      Cheers,<br>
      Bob<br>
      <br>
      <br>
    </font>
    <div class="moz-cite-prefix">On 10/4/13 6:16 PM, Nicolas Cellier
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAKnRiT7gvb2VdyGUYm5UL+E-s0ATCcZoEs2BXzRLWY5V7JC=kQ@mail.gmail.com"
      type="cite">
      <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 moz-do-not-send="true"
              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's history site (<a
                      moz-do-not-send="true"
                      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>
                    &nbsp;&nbsp;&nbsp;&nbsp;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>
                      &nbsp;&nbsp;&nbsp;&nbsp;scanner placeEmbeddedObject: anchoredMorph<br>
                    </font><font color="#0000FF">&nbsp;&nbsp;&nbsp;&nbsp;"Do nothing for
                      emphasizing the scanner - if the anchor is valid a
                      #embeddedObject will be encountered by the scanner
                      and do the real thing"</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: 'visiting' stamp: 'lr 2/3/2006
                  16:13'!<br>
                  emphasizeScanner: aScanner<br>
                  &nbsp;&nbsp;&nbsp; self anchoredMorph ifNil: [ ^ self ].<br>
                  &nbsp;&nbsp;&nbsp; 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>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">
</pre>
    </blockquote>
    <br>
  </body>
</html>