[Top][All Lists]
[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.
--
- [Chicken-users] GNU readline egg, felix, 2003/11/12
- Re: [Chicken-users] GNU readline egg, Category 5, 2003/11/20
- Re: [Chicken-users] GNU readline egg, Felix Winkelmann, 2003/11/20
- [Chicken-users] are standard bindings write protected?, Joerg F. Wittenberger, 2003/11/22
- Re: [Chicken-users] are standard bindings write protected?, felix, 2003/11/22
- Re: [Chicken-users] are standard bindings write protected?, Joerg F. Wittenberger, 2003/11/23
- Re: [Chicken-users] are standard bindings write protected?, Felix Winkelmann, 2003/11/24