Message from discussion
Making the prompting work in sbcl and qi-tk
MIME-Version: 1.0
Received: by 10.100.135.11 with SMTP id i11mr35100and.27.1244575138949; Tue,
09 Jun 2009 12:18:58 -0700 (PDT)
Date: Tue, 9 Jun 2009 12:18:58 -0700 (PDT)
X-IP: 82.182.254.46
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.8)
Gecko/2009032600 SUSE/3.0.8-1.1.1 Firefox/3.0.8 Ubiquity/0.1.5,gzip(gfe),gzip(gfe)
Message-ID: <4148f067-697a-48b7-8fe8-98bc52d38eb4@h2g2000yqg.googlegroups.com>
Subject: Making the prompting work in sbcl and qi-tk
From: snorgers <stefan.ta...@spray.se>
To: Qilang <Qilang@googlegroups.com>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Hi,
I was reading the source code of the slime development environment.
This suggested that we should use a finish-output after every prompt
invocation
actually we should probably insert this in the qi-source code at
qi::prompt locations,
(qi::prompt)
(FINISH-OUTPUT)
Anyway using this addition fixed my sbcl version of qi-tk.
Threading or not this or similar things has to go in
Cheers