guile-user
[Top][All Lists]
Advanced

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

RE: Backspace, delete and arrow keys not working in Guile


From: Real Carbonneau
Subject: RE: Backspace, delete and arrow keys not working in Guile
Date: Sun, 20 Apr 2003 13:40:24 -0400

Hi,

Thank you very much, it worked.

Real

-----Original Message-----
From: address@hidden
[mailto:address@hidden On Behalf Of Dirk-Jan
C. Binnema
Sent: Sunday, April 20, 2003 2:22 AM
To: Real Carbonneau
Cc: address@hidden
Subject: Re: Backspace, delete and arrow keys not working in Guile

On Sat, 19 Apr 2003, Real Carbonneau wrote:
 
> Everything works great, except that at the guile command line, when I
press
> keys such as backspace, delete and the arrow keys I get the following
> strings displayed ("^H", "[[3~",etc..),  instead of the desired action.
> 
>  
> 
> Is there anyway to resolve this?  I have searched the mailing list archive
> and the web without any result.

Add this to your ~/.guile:
----------------------------------
(use-modules (ice-9 readline))
(activate-readline)
----------------------------------

Should do the trick.

--Dirk-Jan.


_______________________________________________
Guile-user mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/guile-user






reply via email to

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