From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Dirk-Jan C. Binnema" Newsgroups: gmane.lisp.guile.user Subject: Re: Backspace, delete and arrow keys not working in Guile Date: Sun, 20 Apr 2003 08:21:55 +0200 Organization: DJCB Software Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Message-ID: <20030420062155.GB3721@angra> References: <014901c306c7$ba12d200$6401a8c0@main> Reply-To: djcb@djcbsoftware.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1050820421 31543 80.91.224.249 (20 Apr 2003 06:33:41 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Apr 2003 06:33:41 +0000 (UTC) Cc: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sun Apr 20 08:33:40 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1978OR-0008Cd-00 for ; Sun, 20 Apr 2003 08:33:40 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 1978NR-0006pQ-06 for guile-user@m.gmane.org; Sun, 20 Apr 2003 02:32:37 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 1978N5-0006gO-00 for guile-user@gnu.org; Sun, 20 Apr 2003 02:32:15 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 1978N1-0006X0-00 for guile-user@gnu.org; Sun, 20 Apr 2003 02:32:14 -0400 Original-Received: from smtp5.wanadoo.nl ([194.134.35.176]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 1978N1-00063J-00 for guile-user@gnu.org; Sun, 20 Apr 2003 02:32:11 -0400 Original-Received: from angra (unknown [81.68.128.206]) by smtp5.wanadoo.nl (Postfix) with ESMTP id 155E9745AD for ; Sun, 20 Apr 2003 08:32:01 +0200 (CEST) Original-Received: (qmail 29359 invoked by uid 1000); 20 Apr 2003 06:21:55 -0000 Original-To: Real Carbonneau Content-Disposition: inline In-Reply-To: <014901c306c7$ba12d200$6401a8c0@main> User-Agent: Mutt/1.5.4i X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: General Guile related discussions List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.user:1797 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:1797 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 Guile-user@gnu.org http://mail.gnu.org/mailman/listinfo/guile-user