Backspace/delete/history in ghci

I can't use the backspace key, or arrow keys in ghci (6.10.1) as i would normally expect to on any program on Linux. Is this connected with the readline/editline/haskelline debate I have observed recently? -- Colin Adams Preston Lancashire

Colin Paul Adams wrote:
I can't use the backspace key, or arrow keys in ghci (6.10.1) as i would normally expect to on any program on Linux.
Is this connected with the readline/editline/haskelline debate I have observed recently?
You seem to be encountering an unusually severe reaction to the editline switchover. What terminal type is this? Cheers, Simon

"Simon" == Simon Marlow
writes:
Simon> Colin Paul Adams wrote: >> I can't use the backspace key, or arrow keys in ghci (6.10.1) >> as i would normally expect to on any program on Linux. >> >> Is this connected with the readline/editline/haskelline debate >> I have observed recently? Simon> You seem to be encountering an unusually severe reaction to Simon> the editline switchover. What terminal type is this? It's Terminal 2.22.2 - A terminal emulator for the GNOME desktop, on linux (Fedora 9 64-bit). -- Colin Adams Preston Lancashire

On Mon, Nov 24, 2008 at 1:56 AM, Colin Paul Adams
I can't use the backspace key, or arrow keys in ghci (6.10.1) as i would normally expect to on any program on Linux.
Did you compile ghc yourself or download the distribution from somewhere? If you're compiling it yourself, you'll need to first install Fedora's libedit-devel package. Hope that helps, -Judah

"Judah" == Judah Jacobson
writes:
Judah> On Mon, Nov 24, 2008 at 1:56 AM, Colin Paul Adams
Judah>
participants (3)
-
Colin Paul Adams
-
Judah Jacobson
-
Simon Marlow