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

2008-11-17 Thread Conal Elliott
Thanks very much, Judah! Given this info, there's a fairly easy emacs haskell-mode work-around. I made a shell script ghci-no-tty in my ~/bin that contains # So ghci+readline won't echo input cat | /usr/local/bin/ghci $* and used M-x customize-group with the haskell group to set the

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

2008-11-16 Thread Conal Elliott
I'm still looking for a solution to this problem. I've heard from a few people who are affected also, but not any solution. Barring a solution to ghci's behavior, does someone have an emacs-based workaround? - Conal On Tue, Nov 11, 2008 at 4:41 PM, Conal Elliott [EMAIL PROTECTED] wrote:

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

2008-11-16 Thread Judah Jacobson
2008/11/16 Conal Elliott [EMAIL PROTECTED]: I'm still looking for a solution to this problem. I've heard from a few people who are affected also, but not any solution. Barring a solution to ghci's behavior, does someone have an emacs-based workaround? - Conal On Tue, Nov 11, 2008 at

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

2008-11-11 Thread 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

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

2008-11-11 Thread Reiner Pope
2008/11/12 Andrea Vezzosi [EMAIL PROTECTED]: 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