chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] REPL with emacs keys


From: Alex Shinn
Subject: Re: [Chicken-users] REPL with emacs keys
Date: Mon, 03 Jan 2005 14:26:23 -0600
User-agent: Wanderlust/2.10.1 (Watching The Wheels) SEMI/1.14.6 (Maruoka) FLIM/1.14.6 (Marutamachi) APEL/10.6 Emacs/21.3 (i386-pc-linux-gnu) MULE/5.0 (SAKAKI)

At Mon, 3 Jan 2005 19:46:23 +0000, Joel Reymont wrote:
> 
> Gambit's interpreter allows emacs keys (^P for previous command, ^A to go
> to the beginning of the line, etc.) but the Chicken interpreter does not.
> Is there a particular reason?

Because csi doesn't use readline.  If you use Emacs you definitely
want to run csi from run-scheme, otherwise you can add readline
support to csi with any of a number of wrapper programs such as
rlwrap.

-- 
Alex




reply via email to

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