<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class=""><div class=""><br class="">Message: 1<br class="">Date: Mon, 26 Oct 2020 19:11:02 +0100<br class="">From: Ulrich Vollert <<a href="mailto:ulrivo@gmx.de" class="">ulrivo@gmx.de</a>><br class="">To: <a href="mailto:ltk-user@common-lisp.net" class="">ltk-user@common-lisp.net</a><br class="">Subject: error on first steps with LTK<br class="">Message-ID: <<a href="mailto:1722B608-9760-415B-B1D5-87B9B0F14A4C@gmx.de" class="">1722B608-9760-415B-B1D5-87B9B0F14A4C@gmx.de</a>><br class="">Content-Type: text/plain;<span class="Apple-tab-span" style="white-space:pre"> </span>charset=us-ascii<br class=""><br class="">Hello,<br class=""><br class="">I am trying to make a text widget:<br class=""><br class="">(defun hello()<br class="">  (with-ltk ()<br class="">    (let* ((tx (make-instance 'text )))<br class="">      (pack tx))))<br class=""><br class=""><br class="">But I get an error (here the messages by slime):<br class=""><br class="">too many colons in "07"<br class=""><br class="">  Stream: #<TWO-WAY-STREAM<br class="">            :INPUT-STREAM #<SB-SYS:FD-STREAM for "descriptor 16" {1005CE4193}><br class="">            :OUTPUT-STREAM #<SB-SYS:FD-STREAM for "descriptor 9" {1005CE45B3}>><br class="">   [Condition of type SB-INT:SIMPLE-READER-ERROR]<br class=""></div></div></blockquote></div><br class=""><div class=""><br class=""></div><div class="">I found a solution.</div><div class=""><br class=""></div><div class="">The error is caused by a message from wish in reply to the creation of a text widget.</div><div class=""><br class=""></div><div class="">The message is described here</div><div class=""><br class=""></div><div class=""><a href="http://74.208.161.176/tk/tktview/855049e799" class=""><span class="Apple-tab-span" style="white-space:pre">        </span>http://74.208.161.176/tk/tktview/855049e799</a></div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><font face="Arial" class="">I reinstalled TCL/TK to <span style="color: rgba(0, 0, 0, 0.85);" class="">Tcl 9.0a2 & Tk 9.0a2 (on macOS Catalina 10.15.6), and the message is gone, so is my error ;-)</span></font></div><div class=""><span style="color: rgba(0, 0, 0, 0.85);" class=""><font face="Arial" class=""><br class=""></font></span></div><div class=""><span style="color: rgba(0, 0, 0, 0.85);" class=""><font face="Arial" class="">Regards,</font></span></div><div class=""><span style="color: rgba(0, 0, 0, 0.85);" class=""><font face="Arial" class="">Ulrich</font></span></div><div class=""><b style="color: rgba(0, 0, 0, 0.85); font-family: "Helvetica Neue"; font-size: 13px;" class=""><br class=""></b></div></body></html>