chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] readline Error: unbound variable: set-signal-handler


From: Elf
Subject: Re: [Chicken-users] readline Error: unbound variable: set-signal-handler!
Date: Mon, 11 Feb 2008 12:47:00 -0800 (PST)


my fault.  it should include the posix egg.  ill fix it straightaway.  i added
signal handling to readline so that control-c and control-d were handled properly.

-elf

On Sat, 9 Feb 2008, Andre Kuehne wrote:

hey guys

can someone help me with this readline problem?

csi -n

CHICKEN
Version 3.0.0 - linux-unix-gnu-x86      [ manyargs dload ptables applyhook ]
(c)2000-2008 Felix L. Winkelmann        compiled 2008-02-09 on disko (Linux)

#;1> (require 'readline)
; loading /home/ak/usr/lib/chicken/readline.so ...
#;2> (current-input-port (make-gnu-readline-port "csi> "))
Error: unbound variable: set-signal-handler!

      Call history:

<syntax> (current-input-port (make-gnu-readline-port "csi> "))
      <syntax>                (make-gnu-readline-port "csi> ")
      <eval>          (current-input-port (make-gnu-readline-port "csi> "))
      <eval>          (make-gnu-readline-port "csi> ")        <--
#;2> regards
andre


_______________________________________________
Chicken-users mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/chicken-users





reply via email to

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