Re: problem with echo prompting in ghci (visible in emacs)

I get the same behaviour, and when I open ghci in xterm and press Ctrl-D it also echoes ^D before quitting, which is similar to the problem with haskell-mode which seems to don't like the echoing of ^J from ghci when one uses commands like C-u C-c C-t (which should copy the inferred type from the ghci buffer and insert it in the current file). I'm using the ghc package from archlinux testing repository, which is built with libedit 20080712_2.11.

2008/11/12 Andrea Vezzosi
I get the same behaviour, and when I open ghci in xterm and press Ctrl-D it also echoes ^D before quitting, which is similar to the problem with haskell-mode which seems to don't like the echoing of ^J from ghci when one uses commands like C-u C-c C-t (which should copy the inferred type from the ghci buffer and insert it in the current file).
I'm using the ghc package from archlinux testing repository, which is built with libedit 20080712_2.11.
_______________________________________________ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskell.org http://www.haskell.org/mailman/listinfo/glasgow-haskell-users
I also get the same, see http://www.haskell.org/pipermail/glasgow-haskell-users/2008-November/015939.... I don't have a solution, although I put a quick hack in my haskell-mode code so that C-u C-c C-t works. Reiner
participants (2)
-
Andrea Vezzosi
-
Reiner Pope