Message: 1
Date: Mon, 26 Oct 2020 19:11:02 +0100
From: Ulrich Vollert <
ulrivo@gmx.de>
To:
ltk-user@common-lisp.netSubject: error on first steps with LTK
Message-ID: <
1722B608-9760-415B-B1D5-87B9B0F14A4C@gmx.de>
Content-Type: text/plain;
charset=us-ascii
Hello,
I am trying to make a text widget:
(defun hello()
(with-ltk ()
(let* ((tx (make-instance 'text )))
(pack tx))))
But I get an error (here the messages by slime):
too many colons in "07"
Stream: #<TWO-WAY-STREAM
:INPUT-STREAM #<SB-SYS:FD-STREAM for "descriptor 16" {1005CE4193}>
:OUTPUT-STREAM #<SB-SYS:FD-STREAM for "descriptor 9" {1005CE45B3}>>
[Condition of type SB-INT:SIMPLE-READER-ERROR]