From: "Dirk-Jan C. Binnema" <bulkmeel@yahoo.co.uk>
Cc: guile-user@gnu.org
Subject: Re: Backspace, delete and arrow keys not working in Guile
Date: Sun, 20 Apr 2003 08:21:55 +0200 [thread overview]
Message-ID: <20030420062155.GB3721@angra> (raw)
In-Reply-To: <014901c306c7$ba12d200$6401a8c0@main>
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
next prev parent reply other threads:[~2003-04-20 6:21 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 [this message]
2003-04-20 17:40 ` Real Carbonneau
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=20030420062155.GB3721@angra \
--to=bulkmeel@yahoo.co.uk \
--cc=djcb@djcbsoftware.nl \
--cc=guile-user@gnu.org \
/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).