|
From: | Category 5 |
Subject: | Re: [Chicken-users] GNU readline egg |
Date: | Thu, 20 Nov 2003 11:28:53 +0000 |
User-agent: | Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (berkeley-unix) |
felix wrote: > I've added Tony Garnock-Jones GNU readline interface to the eggs > collection: This is excellent - makes working with the interpreter outside of Emacs much easier. It seems to me that it would be a lot more useful if the readline port didn't disappear whenever the interpreter throws an error, though: >>> (current-input-port (make-gnu-readline-port "csi> ")) #<input port (gnu-readline)> csi> (+ 1 1) 2 csi> (+ 1 #f) Error: (+) bad argument type: #f >>> ; oops I'm not quite sure why this happens. --
[Prev in Thread] | Current Thread | [Next in Thread] |