[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: clisp with comint
- To: clisp-list@ma2s2.mathematik.uni-karlsruhe.de
- Subject: Re: clisp with comint
- From: Joachim Schrod <schrod@iti.informatik.th-darmstadt.de>
- Date: Wed, 19 Jan 1994 14:48:27 +0100 (MEZ)
- In-reply-to: <9401191246.AA09237@inf-wiss.ivp.uni-konstanz.de> from "Joerg-Cyril Hoehle" at Jan 19, 94 01:51:04 pm
Joerg Hoehle wrote:
>
> When CLISP enters the read part of read-eval-print loop, CLISP empties
> the input queue to be sure not to get old input. This is why you can
> only input one lisp form.
Does this happen always?
In the past, I used CLISP with ILISP. I used a no-readline version of
CLISP and had to change the process-connection-type to t (i.e., to
use pipes instead of pttys). Then it worked. Later I dropped the
ILISP usage because I had not adapted all the other stuff needed, and
I never found the time to look into that again. So, was my success
with ILISP/comint only by luck; did I simply not hit the problematic
area?
Joachim
--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Joachim Schrod Email: schrod@iti.informatik.th-darmstadt.de
Computer Science Department
Technical University of Darmstadt, Germany
- References:
- clisp with comint
- From: hoehle@post.inf-wiss.ivp.uni-konstanz.de (Joerg-Cyril Hoehle)