chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] GNU readline egg


From: Category 5
Subject: Re: [Chicken-users] GNU readline egg
Date: Thu, 20 Nov 2003 12:53:14 +0000
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (berkeley-unix)

Felix Winkelmann <address@hidden> writes:

> Oh, the error-handler resets the input-port (in case it changed during
> evaluation). Try putting `(current-input-port ...)' stuff in your
> ~/.csirc (this is loaded before the REPL).

Oh, I see - hadn't tried that yet.  Thanks.

> This is of course not good behaviour: instead of resetting the I/O
> ports to the state before the REPL entry, csi should reset the I/O
> ports to the state before the last evaluation (or not?).

I'd think this would make more sense, yes.  Maybe an emergency interrupt
mechanism (signal handler?) could be added for use in the event that the
interpreter gets very confused.

-- 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]