<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <font face="DejaVu Sans Mono">Ok, thank you ! <br>
      <br>
    </font><br>
    <div class="moz-cite-prefix">On 9/9/19 1:01 AM, Marcel Taeumel
      wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:e1a30435-0d7c-4ce4-94d2-61a6283dd8c9@getmailbird.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div id="__MailbirdStyleContent" style="font-size:
        10pt;font-family: Arial;color: #000000"> Hi Nicola,
        <div><br>
        </div>
        <div>if you load OCompletion the following way, that preference
          will be disabled by default:</div>
        <div><br>
        </div>
        <div>
          <div>Metacello new</div>
          <div><span style="white-space:pre">     </span>configuration:
            'OCompletion';</div>
          <div><span style="white-space:pre">     </span>load.</div>
        </div>
        <div><br>
        </div>
        <div>Best,</div>
        <div>Marcel</div>
        <blockquote class="history_container" type="cite"
          style="border-left-style:solid;border-width:1px;
          margin-top:20px; margin-left:0px;padding-left:10px;">
          <p style="color: #AAAAAA; margin-top: 10px;">Am 09.09.2019
            04:38:21 schrieb Nicola Mingotti
            <a class="moz-txt-link-rfc2396E" href="mailto:nmingotti@gmail.com"><nmingotti@gmail.com></a>:</p>
          <div style="font-family:Arial,Helvetica,sans-serif"> <br>
            Thank you Thiede, <br>
            <br>
            In Preferences, disabling "Smart Characters" (which is
            specific to OCompletion) solved the problem.<br>
            <br>
            I will give Autocopmletion a shot !<br>
            <br>
            bye<br>
            Nicola<br>
            <br>
            <br>
            <br>
            <br>
            <br>
            <div class="moz-cite-prefix">On 9/8/19 12:11 PM, Thiede,
              Christoph wrote:<br>
            </div>
            <blockquote type="cite"
              cite="mid:4c840f96e4284a17a3c56aadc04884b9@student.hpi.uni-potsdam.de">
              <style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
              <div id="divtagdefaultwrapper" style="font-size:
                12pt;color: #000000;font-family:
                Calibri,Helvetica,sans-serif" dir="ltr">
                <p>Hi Nicola,</p>
                <p><br>
                </p>
                <p>not sure how well my answer applies to OCompletion,
                  as I installed a fork of it (<a
                    href="https://github.com/MrModder/Autocompletion"
                    class="OWAAutoLink" moz-do-not-send="true">Autocompletion</a> - which,
                  btw, I can recommend), but did you check your
                  preferences?</p>
                <p><br>
                </p>
                <p><img size="82539" contenttype="image/png"
                    id="img252084" style="max-width: 99.9%; user-select:
                    none;" contextid="img60614" tabindex="0"
                    src="cid:part2.2065ABB1.D2B89F3E@gmail.com" class=""
                    moz-do-not-send="true"><br>
                </p>
                <p><br>
                </p>
                <p>You might turn of #smartCharacters.</p>
                <p>Forgive me if I was wrong and you do not have this
                  setting ...</p>
                <p><br>
                </p>
                <p>Best,</p>
                <p>Christoph</p>
                <div id="Signature">
                  <div name="divtagdefaultwrapper" style="font-family:
                    Calibri,Arial,Helvetica,sans-serif;font-size:
                    ;margin: 0"> </div>
                </div>
              </div>
              <hr style="display:inline-block;width:98%" tabindex="-1">
              <div id="divRplyFwdMsg" dir="ltr"><span
                  style="font-family: Calibri, sans-serif;color:
                  #000000"><b>Von:</b> Squeak-dev <a
                    class="moz-txt-link-rfc2396E"
                    href="mailto:squeak-dev-bounces@lists.squeakfoundation.org"
                    moz-do-not-send="true"><squeak-dev-bounces@lists.squeakfoundation.org></a>
                  im Auftrag von Nicola Mingotti <a
                    class="moz-txt-link-rfc2396E"
                    href="mailto:nmingotti@gmail.com"
                    moz-do-not-send="true"><nmingotti@gmail.com></a><br>
                  <b>Gesendet:</b> Sonntag, 8. September 2019 12:06:44<br>
                  <b>An:</b> <a class="moz-txt-link-abbreviated"
                    href="mailto:squeak-dev@lists.squeakfoundation.org"
                    moz-do-not-send="true">squeak-dev@lists.squeakfoundation.org</a><br>
                  <b>Betreff:</b> [squeak-dev] Malfunction in
                  OCompletion</span>
                <div> </div>
              </div>
              <div><span style="font-family: DejaVu Sans Mono">Hi, <br>
                  <br>
                  Following the Help I installed OCompletion with:<br>
                  ----------<br>
                </span>(Installer ss project: 'OCompletion')<br>
                      addPackage: 'OcompletionSqueakCompatibility';<br>
                    addPackage: 'Ocompletion';<br>
                    install.<br>
                (Smalltalk at: #ECToolSet) register.<br>
                (Smalltalk at: #ToolSet) default: (Smalltalk at:
                #ECToolSet).<br>
                <span style="font-family: DejaVu Sans Mono">----------<br>
                  <br>
                  This broke 2 things:<br>
                  <br>
                  1] Now I have automatic closure of of ' " ( [ ...
                  Which I do not like.<br>
                  <br>
                  2] Now the Alt+' (and similar) do not act as toggle. <br>
                  Example. if I write 123, highlight it, then press 2
                  times Alt+' I get<br>
                  '123'''<br>
                  The proper result should be<br>
                  123<br>
                  <br>
                  My image is clean, I was just installing all my
                  preferred packages, one at a time, when I discovered
                  that it is 'OCompletion' that mangles the quote/braces
                  defaults and the toggle.<br>
                  <br>
                  Bye<br>
                  Nicola<br>
                  <br>
                  <br>
                  <br>
                  <br>
                  <br>
                  <br>
                  <br>
                  <br>
                  <br>
                  <br>
                  <br>
                  <br>
                  <br>
                  <br>
                  <br>
                </span></div>
              <br>
              <fieldset class="mimeAttachmentHeader"></fieldset>
            </blockquote>
            <br>
          </div>
        </blockquote>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <pre class="moz-quote-pre" wrap="">
</pre>
    </blockquote>
    <br>
  </body>
</html>