From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Real Carbonneau Newsgroups: gmane.lisp.guile.user Subject: RE: Backspace, delete and arrow keys not working in Guile Date: Sun, 20 Apr 2003 13:40:24 -0400 Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Message-ID: <002801c30763$ef421cf0$6401a8c0@main> References: <20030420062155.GB3721@angra> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7BIT X-Trace: main.gmane.org 1050860513 25817 80.91.224.249 (20 Apr 2003 17:41:53 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Apr 2003 17:41:53 +0000 (UTC) Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sun Apr 20 19:41:52 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 197Ip6-0006iG-00 for ; Sun, 20 Apr 2003 19:41:52 +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 197IpV-0004zA-08 for guile-user@m.gmane.org; Sun, 20 Apr 2003 13:42:17 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 197IoY-0004YC-00 for guile-user@gnu.org; Sun, 20 Apr 2003 13:41:18 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 197Io6-00041c-00 for guile-user@gnu.org; Sun, 20 Apr 2003 13:40:52 -0400 Original-Received: from relais.videotron.ca ([24.201.245.36] helo=VL-MS-MR004.sc1.videotron.ca) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 197Inm-0003OU-00 for guile-user@gnu.org; Sun, 20 Apr 2003 13:40:30 -0400 Original-Received: from main ([66.131.25.63]) by VL-MS-MR004.sc1.videotron.ca (iPlanet Messaging Server 5.2 HotFix 1.10 (built Jan 23 2003)) with ESMTP id <0HDN00CUSL6F5R@VL-MS-MR004.sc1.videotron.ca> for guile-user@gnu.org; Sun, 20 Apr 2003 13:42:24 -0400 (EDT) In-reply-to: <20030420062155.GB3721@angra> Original-To: guile-user@gnu.org X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Mailer: Microsoft Outlook, Build 10.0.4510 Importance: Normal X-Priority: 3 (Normal) X-MSMail-priority: Normal 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:1799 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:1799 Hi, Thank you very much, it worked. Real -----Original Message----- From: guile-user-bounces+carb=videotron.ca@gnu.org [mailto:guile-user-bounces+carb=videotron.ca@gnu.org] On Behalf Of Dirk-Jan C. Binnema Sent: Sunday, April 20, 2003 2:22 AM To: Real Carbonneau Cc: guile-user@gnu.org 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 Guile-user@gnu.org http://mail.gnu.org/mailman/listinfo/guile-user _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://mail.gnu.org/mailman/listinfo/guile-user