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: Dirk-Jan C. Binnema
Subject: Re: Backspace, delete and arrow keys not working in Guile
Date: Sun, 20 Apr 2003 08:21:55 +0200
User-agent: Mutt/1.5.4i

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.




reply via email to

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