unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: Real Carbonneau <contact@realcarbonneau.com>
Subject: RE: Backspace, delete and arrow keys not working in Guile
Date: Sun, 20 Apr 2003 13:40:24 -0400	[thread overview]
Message-ID: <002801c30763$ef421cf0$6401a8c0@main> (raw)
In-Reply-To: <20030420062155.GB3721@angra>

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


      reply	other threads:[~2003-04-20 17:40 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-04-19 23:02 Backspace, delete and arrow keys not working in Guile Real Carbonneau
2003-04-19 18:52 ` Egil Moeller
2003-04-20  6:21 ` Dirk-Jan C. Binnema
2003-04-20 17:40   ` Real Carbonneau [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='002801c30763$ef421cf0$6401a8c0@main' \
    --to=contact@realcarbonneau.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).