Message from discussion
Making the prompting work in sbcl and qi-tk
MIME-Version: 1.0
Received: by 10.101.1.6 with SMTP id d6mr211162ani.22.1246116730891; Sat, 27
Jun 2009 08:32:10 -0700 (PDT)
Date: Sat, 27 Jun 2009 08:32:10 -0700 (PDT)
In-Reply-To: <9439028a-c85a-4eed-aa0f-2a1b5e2934fa@r25g2000vbn.googlegroups.com>
X-IP: 86.10.221.179
References: <4148f067-697a-48b7-8fe8-98bc52d38eb4@h2g2000yqg.googlegroups.com>
<9439028a-c85a-4eed-aa0f-2a1b5e2934fa@r25g2000vbn.googlegroups.com>
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1;
SV1),gzip(gfe),gzip(gfe)
Message-ID: <0153e322-ff06-42d4-8306-5b3500857014@n4g2000vba.googlegroups.com>
Subject: Re: Making the prompting work in sbcl and qi-tk
From: Mark Tarver <dr.mtar...@ukonline.co.uk>
To: Qilang <Qilang@googlegroups.com>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Remind me what that was about again.
Btw
(DEFUN system (Command)
#+CLISP (LET ((File (gensym "F")))
(EXT:RUN-PROGRAM Command :INDIRECTP T :OUTPUT File)
(LET ((Output (COERCE (read-file-as-charlist File)
'STRING)))
(DELETE-FILE File)
Output)))
lets you call the OS in Qi/tk. Do you know what the SBCL equivalent
is?
Mark
On 27 June, 13:45, snorgers <stefan.ta...@spray.se> wrote:
> Mark have you tried this?
>
> /Stefan
>
> On 9 June, 21:18, snorgers <stefan.ta...@spray.se> wrote:
>
>
>
> > 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
> > Stefan- Hide quoted text -
>